@charset "UTF-8";
* {
margin:0;
padding:0;
}
body {
font-family: 'Noto Serif JP', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
font-size:80%;
overflow-x: hidden;
background: #000000;
}
html {
overflow-y:scroll;
}
p,li,dt,dl {
line-height:1.6;
}
p {
margin:0 0 1em 0;
}
li {
list-style-type:none;
}
img {
border:0;
}
a{
text-decoration: none;
}
a:hover{
opacity:0.8;
}
address {
font-style:normal;
}
.clear {
	clear:both;
}
.clearfix:after {
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
}
.clearfix {
zoom:100%;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
font-weight:normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 777777;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000000;
  z-index: 888888;
}
#loader img{
width:200px; 
height:235px; 
}
.grid{
	position: absolute;
	top: 0px;
	left: 0;
    right: 0;
background: url("../img/grid.png") no-repeat 0px 0px;
background-size: cover;
    height: 6000px;
    width: 1400px;
    margin: 0 auto;
z-index: 666666;
}
.wrapper{
position: relative;
}
.fade2{
  width: 100%;
  height: 100vh;
background-size: cover;
}
.fade2 img{
  width: 100%;
  height: 100vh;
	background-size: cover;
}
.pc{
display: block !important;
}
.sp{
display: none !important;
}
.goto-info{
background:#000000;
font-size:10px;
letter-spacing:0.02em;
line-height:1.4em;
color:#FFFFFF;
text-align: center;
font-weight: bold;
padding: 4px 0;
}
header{
width: 1200px;
    margin: 0 auto;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.logo{
position: absolute;
top: 130px;
  left: 0px;
z-index: 2;
}
.logo h1{
    width:172px;
    height: 202px;
    background: transparent url(../img/logo.png) no-repeat 0 0;
    background-size:172px 202px;
cursor: pointer;
}
.logo a{
    width:172px;
    height: 202px;
display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#nav-toggle {
position: absolute;
top: 50px;
right: 0;
cursor: pointer;
  width: 30px;
  height: 24px;
z-index: 666666;
}
#nav-toggle > div > span.toggle {
width: 30px;
height: 2px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
header.deteal_header #nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span.toggle:nth-child(1) {
top: 0;
}
#nav-toggle span.toggle:nth-child(2) {
width: 25px;
top: 10px;
}
#nav-toggle span.toggle:nth-child(3) {
width: 20px;
top: 20px;
}
.open #nav-toggle span.toggle {
background: #fff;
}
.open #nav-toggle span.toggle:nth-child(1) {
top: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
top: 10px;
width: 0;
left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
width: 30px;
top: 5px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#gloval-nav {
background-color: rgba(0, 0, 0, .9);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 29px;
opacity: 0;
transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
display: block;
color: #fff;
padding: 20px 0;
transition: color .3s ease;
font-size: 18px;
letter-spacing: 0.3em;
}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
transition: opacity .1s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .1s ease;
transition: transform .2s ease, opacity .1s ease, -webkit-transform .2s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: .10s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: .15s;
}
#gloval-nav ul li:nth-child(5) {
transition-delay: .20s;
}
#gloval-nav ul li:nth-child(6) {
transition-delay: .25s;
}
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.top-txt{
position: absolute;
top: 200px;
right: 80px;
color: #FFFFFF;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
}
.top-txt1{
font-size: 42px;
letter-spacing: 0.25em;
margin-left: 25px;
font-family: "Shippori Mincho B1", serif;
font-weight: 800;
font-style: normal;
}
.top-txt2{
font-size: 22px;
letter-spacing: 0.22em;
margin-top: 56px;
    line-height: 2.4em;
font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    font-style: normal;
}
.scrl span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdbt 2s infinite;
    box-sizing: border-box;
	  opacity: 0;
}
.scrl span:nth-of-type(1) {
  bottom: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scrl span:nth-of-type(2) {
  bottom: 50px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
@-webkit-keyframes sdbt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdbt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contents{
width: 1000px;
margin: 0 auto;
}
.anim{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(60px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.catch{
position: relative;
margin-top: 150px;
}
.catch img{
    display: block;
    margin: 0 auto;
}
.main-catch {
    width: 650px;
    height: auto;
}
.catch-txt{
    display: flex;
position: relative;
margin: 75px auto 0;
}
.catch-txt h2{
color: #FFFFFF;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:verticsal-rl;   
        margin-left: auto !important;
    margin-right: auto !important;
    font-size: 24px;
    letter-spacing: 0.24em;
    line-height: 2.0em;
    font-family: "Shippori Mincho B1", serif;
font-weight: 800;
font-style: normal;
}
.catch-ura{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto !important;
}
.kodawari{
position: relative;
margin-top: 146px;
}
.kodawari img {
    display: block;
    margin: 0 auto;
}
.kodawari-txt{
    display: flex;
margin: 25px auto 0;
}
.kodawari-txt h2{
color: #FFFFFF;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
        margin-left: auto !important;
    margin-right: auto !important;
font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    font-family: "Shippori Mincho B1", serif;
font-weight: 800;
font-style: normal;
}
.kodawari-txt2{
width: 400px;
color: #FFFFFF;
font-size: 16px;
    margin: 20px auto 0;
    letter-spacing: 0.08em;
    line-height: 2.2em;
}
.oshinagaki{
margin-top: 150px;
width: 100%;
}
.oshinagaki-img{
float: left;
width: 50%;
}
.oshinagaki-txt-col{
float: right;
width: 50%;
}
.oshinagaki-txt{
float: right;
color: #FFFFFF;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
font-size: 42px;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-left: 50px;
    font-family: "Shippori Mincho B1", serif;
font-weight: 800;
font-style: normal;
}
.oshinagaki-txt2{
    float: right;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
color: #FFFFFF;
    margin-top: 50px;
font-size: 16px;
    letter-spacing: 0.22em;
    line-height: 2.8em;
        margin-left: 45px;
}
.ichiran-btn{
    float: right;
border: 1px solid #FFFFFF;
    margin-top: 150px;
	position: relative;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
}
.ichiran-btn a{
display: block;
padding: 26px 6px;
color: #FFFFFF;
    font-size: 15px;
    align-items: center;
}
.arrow {
  position: absolute;
right: 14px;
bottom: -50px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform:  translate(0, 0);
  }
  20% {
    -webkit-transform:  translate(0px, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform:  translate(0, 0);
  }
  20% {
    transform:  translate(0px, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
.otoriyose{
margin-top: 150px;
width: 100%;
}
.otoriyose-img{
float: right;
width: 50%;
}
.otoriyose-txt-col{
float: left;
width: 50%;
}
.oshirase{
margin-top: 150px;
border: 1px solid #FFFFFF;
padding: 50px 34px;
}
.oshirase-txt{
float: left;
color: #FFFFFF;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
font-size:28px;
    letter-spacing: 0.2em;
    line-height: 1;
	border-right: 1px solid #FFFFFF;
    padding-right:28px;
	position: relative;
font-family: "Shippori Mincho B1", serif;
font-weight: 800;
font-style: normal;
}
.oshirase-txt2{
    float: left; 
	margin-left: 25px;
}
.oshirase-txt2 a{
color: #FFFFFF;
font-size: 16px;
    letter-spacing: 0.08em;
line-height: 1;
}
.ichiran-btn2{
position: absolute;
    bottom: -50px;
    right: 12px;
    border: 1px solid #FFFFFF;
}
.ichiran-btn2 a{
    display: block;
    writing-mode: lr-tb;
    color: #FFFFFF;
padding: 7px 12px;
    font-size: 13px;
	letter-spacing: 0.15em;
}
.oshirase-txt2-col{
line-height: 1;
margin-bottom: 30px;
}
.oshirase-txt2-col:last-child{
margin-bottom: 0px;
}
.oshirase-txt2-col span {
margin-left: 25px;
}
.oshirase-txt2-col2{
line-height: 1;
}
.hurusato {
    margin-top: 80px;
}
.hurusato-ttl {
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px;
}
.hurusato .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hurusato img {
    max-width: 250px;
}
.hurusato a {
    display: block;
    text-align: center;
    margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
    .hurusato {
        margin-top: 70px;
    }
    .hurusato-ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hurusato img {
        width: 90%;
        margin-bottom: 8px;
    }}
.otoiawase {
margin-top: 100px;
}
.otoiawase-img {
width: 100%;
}
@media screen and (max-width: 767.98px) {
.pc-look {
display: none;
}
.otoiawase {
    margin-top: 80px;
    }}
@media screen and (min-width: 768px) {
.sp-look {
display: none;
}}

.delivery {
margin-top: 100px;
}
.delivery-img {
width: 100%;
}
@media screen and (max-width: 767.98px) {
.pc-look {
display: none;
}
.delivery {
    margin-top: 80px;
    }}
@media screen and (min-width: 768px) {
.sp-look {
display: none;
}}

.idgroup {
    text-align: center;
}
.idgroup-ttl {
    color: #fff;
    margin-bottom: 15px;
}
.idgroup-flex {
    display: flex;
    justify-content: center;
}
.idgroup-flex a {
    display: block;
    max-width: 120px;
    margin: 0 5px;
}
.idgroup-flex img {
    width: 100%;
}



@media screen and (max-width: 767.98px) {
    .idgroup-ttl {
        font-size: 90%;
    }
    .idgroup-flex a {
        margin: 0 3px;
        width: 33.3333%;
    }
}



.yoyakubutton-col{
    margin:150px auto 0;
}
.yoyakubutton{
	display: block;
    text-align: center;
    margin:25px auto 0;
}
.yoyakubutton a {
 	display: inline-block;
}
	.yyki1 {
	width: 199px;
    }
	.yyki2 {
	width: 220px;
    }

footer {
    width: 1000px;
    overflow: hidden;
    margin: 55px auto 0;
    text-align: center;
}
.footer-txt-col-l{
margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.footer-logo{
    float: left; 
        width: 130px;
    margin-right: 25px;
}
.footer-txt{
    float: left;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2.4em;
	position: relative;
}
.footer-txt a{
   color: #FFFFFF;
}
.footer-icon{
margin-top: 4px;
}

.twitter-icon{
display: inline-block;
margin-right: 8px;
    width: 24px;
    height: 24px;
}
.insta-icon{
display: inline-block;
    width: 24px;
    height: 24px;
}
.footer-icon a:hover{
opacity: 0.6;
transition: 0.2s linear;
}
.footer-txt-col-r{
float: right;
width: 200px;
}
.yoyaku-contact{
	background: #b60005;
position: relative;
    margin-top: 12px;
}
.yoyaku-contact a{
	display: block;
padding: 12px 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-align: center;
}
.yoyaku {
  position: absolute;
right: 12px;
    top: 20px;
}
.footer-contact{
    background: #1a1a1a;
    margin-top: 25px;
position: relative;
}
.footer-contact a{
	display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-align: center;
}
.contact-arrow {
  position: absolute;
right: 12px;
    top: 20px;
}
.copyright{
    text-align: center;
    color: #f9f9f9;
    font-size: 10px;
    letter-spacing: 0.09em;
    line-height: 1em;
    clear: both;
    padding: 50px 0;
}
.page-top{
    position: fixed;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
	width: 50px;
height: 50px;
}
.page-top a{
display: block;
	width: 50px;
height: 50px;
}
.page-top a:before{
content: "";
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    display: block;
    color: #FFFFFF;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 25px;
   left: 8px;
}
.page-top a:after{
content: "";
    border-top: 1px solid #fff;
    transform: rotate(-135deg);
    display: block;
    color: #FFFFFF;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 25px;
    right: 8px;
}
.slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}
.slider .slick-active img {
  transform: scale(1.0);
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*店舗*/
.header2 {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.fade3{
  width: 100%;
  height: auto;
background: url("../img/oshinagaki-top.jpg") no-repeat 0px 0px;
background-size: cover;
min-height: 350px;
}
.logo2{
position: absolute;
top: 25px;
left: 0px;
z-index: 2;
}
.logo2 h1{
width: 115px;
height: 135px;
    background: transparent url(../img/logo.png) no-repeat 0 0;
    background-size: 115px 135px;
cursor: pointer;
}
.logo2 a{
width: 115px;
height: 135px;
display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.tenpo-txt{
position: absolute;
top: 200px;
right: 0;
left: 0;
text-align: center;
color: #FFFFFF;
}
.tenpo-txt1{
font-size: 44px;
letter-spacing: 0.2em;
line-height: 1;
}
.contents2 {
    width: 800px;
    margin: 0 auto;
}
.catch2 {
    position: relative;
    margin-top: 136px;
    line-height: 1;
}
.tenpo-catch-txt{
	color: #FFFFFF;
    font-size: 34px;
    letter-spacing: 0.03em;
    line-height: 1.7em;
}
.catch2 img{
    margin-top: 50px;
}
.comp-info{
margin-top: 73px;
line-height: 1;
}
.comp-info-txt-col{
border-top: 1px solid #FFFFFF;
    padding: 30px 25px;
font-size: 14px;
}
.comp-info-txt-col:last-child{
border-bottom: 1px solid #FFFFFF;
}
.comp-info-txt-l {
    display: inline-block;
    width: 120px;
    color: #FFFFFF;
    letter-spacing: 0.06em;
    margin-right: 50px;
}
.comp-info-txt-r{
display: inline-block;
color: #FFFFFF;
letter-spacing: 0.06em;
}
.comp-info-txt-r a{
color: #FFFFFF;
}
.comp-info-map{
margin-top: 48px;
line-height: 1;
}
.bottom-link-col{
margin-top: 150px;
margin-bottom: 100px;
    text-align: center;
line-height: 1;
    letter-spacing: -0.4em;
}
.bottom-link{
display: inline-block;
width: 250px;
border: 1px solid #FFFFFF;
    background: #1a1a1a;
position: relative;
box-sizing: border-box;
}
.bottom-link a{
	display: block;
    padding: 16px 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-align: center;
}
.bottom-link a:hover{
opacity: 0.6;
transition: 0.2s linear;
}
.mrgr50{
margin-right: 50px;
}
/*お知らせ*/
.fade4{
  width: 100%;
  height: auto;
background: url("../img/oshinagaki-top.jpg") no-repeat 0px 0px;
background-size: cover;
min-height: 350px;
}
.catch3 {
    position: relative;
    margin-top: 150px;
    line-height: 1;
}
.info-txt-col-box{
border-top: 1px solid #FFFFFF;
    padding: 30px 25px;
font-size: 14px;
}
.info-txt-col-box:last-child{
border-bottom: 1px solid #FFFFFF;
}
.info-txt-col-box-inner {
    padding: 30px 25px;
    font-size: 14px;
line-height:1.8em;
letter-spacing:0.06em;
    color: #FFFFFF;
}
.info-txt-col-box-inner a{
    text-decoration: underline;
    color: #FFFFFF;
}
.post-img{
width:100%;
height:auto;
}
.info-pager{
margin-top: 50px;
    text-align: center;
    line-height: 1;
}
.info-pager-list{
display: inline-block;
border: 1px solid #FFFFFF;
margin: 0 5px;
letter-spacing: -0.4em;
}
.info-pager-list a{

    display: block;
    padding: 10px 15px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
}
.info-pager-list a:hover{
opacity: 0.6;
transition: 0.2s linear;
}
.info-txt-day {
    display: inline-block;
    color: #FFFFFF;
	margin-right: 50px;
}
.info-txt-r {
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 0.06em;
}
/*お問い合わせ*/
.fade5{
  width: 100%;
  height: auto;
min-height: 350px;
}
.catch4{
    line-height: 1;
}
.contact-info {
    margin-top: 50px;
    line-height: 1;
}
.info-txt1{
position: relative;
font-size: 44px;
letter-spacing: 0.2em;
line-height: 1.2;
}
.info-txt1-ura {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
	z-index: -1;
}
.info-txt2{
font-size: 16px;
letter-spacing: 0.2em;
line-height: 1;
color: #FFFFFF;
text-align: center;
}
.contact-info-txt2 {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #FFFFFF;
}
.order-info-txt2 {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #FFFFFF;
}
/*おしながき*/
.fade6{
  width: 100%;
  height: auto;
background: url("../img/oshinagakip.jpg") no-repeat 0px 0px;
background-size: cover;
min-height: 350px;
}
.menu-txt {
    text-align: center;
    color: #FFFFFF;
}
.menu-col{
width: 100%;
margin: 0 auto;
margin-top: 6px;
font-size: 0;
}
.menu-box{
width: 300px;
display: inline-block;
  vertical-align: top;
    text-align: center;
margin-top: 50px;
line-height: 1;
}
.menu-box img{
width: 100%;
}
.menu-box-title{
font-size: 22px;
letter-spacing: 0.1em;
color: #FFFFFF;
margin-top: 25px;
}
.menu-box-title span{
font-size: 12px;
letter-spacing: 0.06em;
color: #FFFFFF;
}
.menu-box-detail{
font-size: 16px;
letter-spacing: 0.06em;
line-height: 1.6em;
	color: #FFFFFF;
margin-top: 12px;
text-align: left;
}
.menu-box-price{
font-size: 16px;
letter-spacing: 0.06em;
line-height: 1.6em;
	color: #FFFFFF;
margin-top: 12px;
}
.menu-box-detail-span{
font-size: 12px;
letter-spacing: 0.06em;
line-height: 1.6em;
	color: #FFFFFF;
margin-top: 12px;
}
.mgr50{
margin-right: 50px;
}
.mgr50-2{
margin-right: 50px;
}	
.mgr50-4 {
    margin-right: 50px;
}
.mgr50-5 {
    margin-right: 50px;
}
.mgr50-7 {
    margin-right: 50px;
}
.mgr50-8 {
    margin-right: 50px;
}
.mgt150{
margin-top: 150px;
}
.menu-txt-only-col{
padding-top: 50px;
width: 100%;
margin: 0 auto;
letter-spacing: -0.4em;
}
.menu-txt-only-box {
display: inline-block;
width: 420px;
    border-top: 1px solid #FFFFFF;
padding: 16px 25px;
    font-size: 16px;
letter-spacing: normal;
}
.bdb {
    border-bottom: 1px solid #FFFFFF;
}
.bdb2 {
    border-bottom: 1px solid #FFFFFF;
}
.bdb3 {
    border-bottom: 1px solid #FFFFFF;
}
.menu-txt-only-box-l {
    float: left;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}
.menu-txt-only-box-r {
    float: right;
    color: #FFFFFF;
    letter-spacing: 0.06em;
}
.mgr60{
margin-right: 60px;
}
.attention-txt{
border: 1px solid #FFFFFF;
    padding: 25px 25px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    background: #1a1a1a;
    box-sizing: border-box;
    line-height: 2.0em;
}

.mgt100-at{
margin-top:100px;
}
/*お取り寄せ*/
.toriyose-box{
    width: 375px;
    float: left;
    text-align: center;
    margin-top: 50px;
    line-height: 1;
}
.toriyose-box img {
    width: 100%;
}
.toriyose-message {
    text-align: center;
    color: #fff;
    line-height: 1.7;
    font-size: 17px;
    letter-spacing: 1.8px;
}
.toriyose-message2 {
    margin-top: 50px;
}
.toriyose-message3 {
    text-align: left !important;
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.ty-col{
margin-bottom: 100px;
}
.cldmb{
    margin-bottom: 100px;
}
.ctmb{
    margin-bottom: 100px !important;
}

/*葵*/
#loader-bg2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../img/aoi-bg.png") repeat 0px 0px;
    z-index: 777777;
}
#loader2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #000000;
    z-index: 888888;
}
#loader2 img {
    width: 235px;
    height: 235px;
}
.contents-aoi {
    width: 1000px;
    margin: 0 auto;
}
.aoi-font{
font-family: 'Noto Serif JP', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#aoi-bg{
background: url("../img/aoi-bg.png") repeat 0px 0px;
}
.logo-aoi {
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 2;
}
.logo-aoi h1 {
    width: 150px;
    height: 150px;
    background: transparent url("../img/aoi-kagawa-logo.png") no-repeat 0 0;
    background-size: 150px 150px;
    cursor: pointer;
}
.logo-aoi a {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#aoi-head{
width: 1000px;
height:auto;
    margin: 0 auto;
    position: relative;
}
#aoi-head:before{
 content: '';
position:absolute;
top: 100px;
    right: -50px;
    width: 251px;
    height: 483px;
  background-image: url(../img/unagi-img.png);
  background-size: contain;
  vertical-align: middle;
}
.top-main-aoi{
position:relative;
width:810px;
height:auto;
background-size: cover;
margin:40px auto 0;
}
.top-main-aoi img{
width:100%;
height:auto;
}
.top-main-aoi:before{
 content: '';
position:absolute;
bottom:45px;
right:-75px;
  width: 300px;
  height: 300px;
  background-image: url(../img/top-uzu2.png);
  background-size: contain;
z-index:-1;
}
.aoi-catch {
    position: relative;
    margin-top: 100px;
}
.aoi-catch:after{
 content: '';
position:absolute;
top:-100px;
left: -200px;
  width: 250px;
  height: 100px;
  background-image: url(../img/kumo.png);
}
.aoi-catch img{
display:block;
width:650px;
height:auto;
    margin:0 auto;
}
.aoi-catch-txt-box {
    position: absolute;
    top: 25px;
    right: 10px;
    color: #2D344A;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
z-index:1;
}
.aoi-catch-txt1 {
    font-size: 35px;
    letter-spacing: 0.14em;
background:rgba(255,255,255,0.5);
padding:25px 25px 0 25px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
.aoi-catch-txt2 {
    height: 194px;
    position:relative;
    top: -50px;
    color: #2D344A;
    writing-mode: vertical-rl;
    -webkit-writing-mode: verticsal-rl;
    margin:0 auto 0 0;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2.1em;
background:rgba(255,255,255,0.5);
padding:35px 65px;
font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    font-style: normal;
}
.aoi-catch-txt2:before{
 content: '';
position:absolute;
top:0;
left:0;
  width:34px;
  height: 40px;
  background-image: url(../img/aoi-kanji-b.png);
}
.kodawari-aoi {
    position: relative;
    margin-top: 190px;
}
.kodawari-aoi:before{
 content: '';
position:absolute;
top:-150px;
right: -200px;
  width: 250px;
  height: 100px;
  background-image: url(../img/kumo.png);
}
.kodawari-txt-aoi {
    position: absolute;
    top:200px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
height:640px;
    color: #2D344A;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 32px;
    margin:0 auto;
    letter-spacing: 0.12em;
}
.kodawari-txt-aoi h2{
    display: inline-block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
.kodawari-aoi img {
    display: inline-block;
    margin: 0 auto;
    width: 26px;
text-align: center;
}
.kodawari-txt2-aoi {
    display: inline-block;
    font-size: 16px;
    margin:6px auto 0;
    letter-spacing: 0.15em;
font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    font-style: normal;
}
.kodawari12-box{
margin-top:75px;
}
.kodawari1{
width:43%;
    float: right;
}
.kodawari2{
width:43%;
    float: left;
}
.kodawari-aoi-in-txt1 {
    width: 100%;
position:relative;
    color: #2D344A;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
.kodawari-aoi-in-txt1:before {
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 145px;
    height: 136px;
    background-image: url(../img/round-bg.png);
    background-size: contain;
}
.kodawari-aoi-in-txt2 {
    width: 100%;
    color: #2D344A;
    font-size: 16px;
    margin: 14px 0 0;
        letter-spacing: 0.06em;
    line-height: 1.8em;
}
.kodawari-aoi-in-txt1-2 {
    width: 100%;
position:relative;
    color: #2D344A;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1.6em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
.kodawari-aoi-in-txt1-2:before {
    content: '';
    position: absolute;
    top:-14px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 145px;
    height: 136px;
    background-image: url(../img/round-bg.png);
    background-size: contain;
}
.kodawari-aoi-in-txt2-2 {
    width: 100%;
    color: #2D344A;
    font-size: 16px;
    margin: 15px 0 0;
        letter-spacing: 0.05em;
    line-height: 1.8em;
}
.kodawari-txt2-aoi-sp{
display:none;
}
.kodawari1 img{
width:100%;
height:auto;
    margin:30px auto 0;
}
.kodawari2 img{
width:100%;
height:auto;
    margin:0 auto 30px;
}
.aoi-oshinagaki {
    margin-top: 150px;
position:relative;
}
.oshinagaki-box{
position:relative;
padding-bottom: 60px;
}
.oshinagaki-box:before{
 content: '';
position:absolute;
top:0px;
right:0;
left: -90px;
    margin: auto;
    width: 910px;
  height: 2px;
  background-image: url("../img/fude-line.png");
  background-size: contain;
}
.oshinagaki-box:after{
 content: '';
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto;
  width: 176px;
  height: 124px;
  background-image: url("../img/aoi-mojis3.png");
  background-size: contain;
}
.oshinagaki-box2{
position:relative;
padding-bottom: 60px;
}
.oshinagaki-box2:before{
 content: '';
position:absolute;
top:0px;
right:0;
left: -90px;
    margin: auto;
    width: 910px;
  height: 2px;
  background-image: url("../img/fude-line.png");
  background-size: contain;
}
.oshinagaki-box2:after{
 content: '';
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto;
  width: 176px;
  height: 124px;
  background-image: url("../img/aoi-mojis3.png");
  background-size: contain;
}
.oshinagaki-box3{
position:relative;
padding-bottom: 60px;
}
.oshinagaki-box3:before{
 content: '';
position:absolute;
top:0px;
right:0;
left: -90px;
    margin: auto;
    width: 910px;
  height: 2px;
  background-image: url("../img/fude-line.png");
  background-size: contain;
}
.oshinagaki-box3:after{
 content: '';
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto;
  width: 176px;
  height: 124px;
  background-image: url("../img/aoi-mojis3.png");
  background-size: contain;
}
.aoi-oshinagaki-txt {
position:relative;
    float: right;
    color: #2D344A;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-left: 50px;
margin-top:25px;
}
.aoi-oshinagaki-txt:before{
 content: '';
position:absolute;
top:-40px;
right: 3px;
  width: 28px;
  height: 28px;
  background-image: url(../img/square.png);
  background-size: contain;
}
.aoi-oshinagaki-txt img{
width:36px;
height:auto;
}
.aoi-oshinagaki-txt3 {
position:relative;
    float: right;
    color: #2D344A;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 1;
margin-top:25px;
}
.aoi-oshinagaki-txt3 img{
width:36px;
height:auto;
}
.aoi-oshinagaki-line {
  display: flex;
  justify-content: flex-end;
width:90%;
}
.aoi-oshinagaki-txt2 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    color: #2D344A;
padding-top: 40px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.8em;
    text-orientation: upright;
}
.aoi-oshinagaki-txt2a {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    color: #2D344A;
    padding-top: 40px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2.8em;
    text-orientation: upright;
}
.oshinagaki-pc{
display:block;
}
.oshinagaki-sp{
display:none;
}
.menu-komidashi{
font-size: 12px;
}
.menu-komidashi2{
border:1px solid #1A1A1A;
padding:7px 3px;
    font-size: 12px;
}
.nomimono-midashi{
background:#CAA846;
padding:10px 3px;
color:#FFFFFF;
    font-size: 14px;
}
.aoi-info {
position: relative;
margin-top:100px;
}
.aoi-info:before {
    content: '';
    position: absolute;
top: -25px;
    right: -150px;
    width: 250px;
    height: 100px;
    background-image: url(../img/kumo.png);
}
.aoi-tenpo-txt {
    position: relative;
    float: left;
    color: #2D344A;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-rl;
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 1;
   top:-30px;
}
.aoi-tenpo-txt img {
    width: 36px;
    height: auto;
}
.aoi-tenpo-img {
    position: relative;
text-align: center;
    height: 475px;
width: 810px;
    margin: 0 auto;
}
.gkp{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 408px;
    height: 498px;
}
.nkp{
    position: absolute;
    top: 100px;
left: 0;
    width: 523px;
    height: 357px;
}
.aoi-tenpo-txt:before {
    content: '';
    position: absolute;
    top: -45px;
    right: 3px;
    width: 28px;
    height: 28px;
    background-image: url(../img/square.png);
    background-size: contain;
}
.aoi-info-txt-box {
position:relative;
    line-height: 1;
margin:60px auto 0;
  width: 810px;
}
.aoi-info-txt-box:before {
    content: '';
    position: absolute;
    top: -140px;
    left: -200px;
    width: 250px;
    height: 100px;
    background-image: url(../img/kumo.png);
}
.aoi-info-txt-col {
position:relative;
    padding: 30px 25px;
    font-size: 16px;
}
.aoi-info-txt-col:before{
 content: '';
position:absolute;
top:0px;
right:0;
left:0;
margin:auto;
  width: 810px;
  height: 2px;
  background-image: url("../img/fude-line.png");
  background-size: contain;
}
.aoi-info-txt-col:last-child:after{
 content: '';
position:absolute;
bottom:0px;
right:0;
left:0;
margin:auto;
  width: 810px;
  height: 2px;
  background-image: url("../img/fude-line.png");
  background-size: contain;
}
.aoi-info-txt-l {
    display: inline-block;
    width: 120px;
    color: #2D344A;
    letter-spacing: 0.1em;
    margin-right: 20px;
vertical-align: middle;
}
.aoi-info-txt-r {
    display: inline-block;
    color: #2D344A;
    letter-spacing: 0.1em;
line-height:2.2em;
vertical-align: middle;
}

.aoi-info-map {
    margin-top: 48px;
    line-height: 1;
    text-align: center;
}
.aoi-frame{
   filter: grayscale(100%);
   transition: all 0.7s ease;
}
#aoi-footer-col {
    width:1000px;
    margin:85px auto 0;
    background-image: url("../img/bottom-nami.png");
	background-repeat:no-repeat;
	background-size:  cover;  
}
.aoi-footer{
    width:810px;
position:relative;
margin: 0 auto;
}
.aoi-footer-nami {
position:absolute;
    top: -75px;
    left: -50px;
    background-size: contain;
    width: 125%;
}
.aoi-footer-logo {
    float: right;
    width: 80px;
}
.aoi-footer-txt {
    float: right;
    font-size: 12px;
    letter-spacing: 0.08em;
margin:50px 0;
}
.aoi-footer-icon {
    display: inline-block;
    border-right: 1px solid #999999;
padding: 0px 15px;
vertical-align: middle
}
.aoi-footer-icon a{
   color: #322825;
vertical-align: middle;
}
.aoi-insta-icon{
width:16px;
margin-right:8px;
vertical-align: middle
}
.aoi-mail-icon{
width:18px;
margin-right:5px;
vertical-align: middle
}
.aoi-copyright {
    display: inline-block;
    color:#322825;
    font-size: 10px;
    letter-spacing: 0.05em;
padding: 10px 0 20px 10px;
}
.aoi-top-catch {
position: absolute;
    top:10px;
right:0;
    color: #2D344A;
    writing-mode: vertical-rl;
    -webkit-writing-mode: verticsal-rl;
    font-size: 32px;
    letter-spacing: 0.14em;
    line-height: 1.2em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
z-index: 999;
}
.atc-1{
height:220px;
}
.atc-2{
height:404px;
}
.atc-3{
height:258px;
}
.aoi-top-catch-c{
background: rgba(255, 255, 255, 0.8);
  padding: 15px 8px;
  margin: 0 12px;
}
.aoi-footer-txt-bb{
width:810px;
    margin:0 auto;
}
.aoi-footer-txt-l {
    float: left;
width:120px;
    margin: 50px 0;
}
.home-link {
    background:#B84646;
    position: relative;
}
.home-link a {
    display: block;
    padding:4px 0;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-align: center;
}
.h-link {
    position: absolute;
    right: 8px;
    top: 12px;
}
.top-aoi-open {
    position: relative;
width: 800px;
    height: 120px;
    background-image: url(../img/top-aoi-banner1.png);
    background-size: contain;
    margin: 65px auto 0;
}
.top-aoi-open a {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
line-height: 1.6em;
    padding-top:23px;
}
.top-aoi-open:hover {
opacity:0.8;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.top-aoi-open-icon {
position: absolute;
    right:15px;
    top: 15px;
    width: 15px;
}
@media screen and (max-width: 1050px) {
#aoi-head {
    width: 800px;
}
#aoi-head:before {
right: -125px;
}
.aoi-catch:after {
    top: -170px;
    left: -115px;
}
.contents-aoi {
    width: 94%;
margin:0 auto;
}
.aoi-catch-txt-box {
    top: -65px;
}
.kodawari-aoi:before {
    top: -150px;
    right: -130px;
}
.aoi-top-catch {
    right:-10px;
}
}

@media screen and (max-width: 1000px) {
#aoi-footer-col {
  width: 100%;
}
}

@media screen and (max-width: 950px) {
.oshinagaki-pc{
display:none;
}
.oshinagaki-sp{
display:block;
}
.aoi-oshinagaki-txt3 {
display:none;
}
.oshinagaki-box2 {
    padding-bottom: 5px;
}
.oshinagaki-box3 {
    padding-bottom: 5px;
}
.aoi-oshinagaki-txt2 {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
padding-top: 25px;
}
.aoi-oshinagaki-txt2a {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
padding-top: 0;
}
.aoi-oshinagaki-line {
    display: inline-block;
    width: auto;
vertical-align: top;
}
.oshinagaki-box:before {
    width: 100%;
    height: 2px;
left: 0;
}
.oshinagaki-box2:before {
    background-image:none;
}
.oshinagaki-box3:before {
    width: 100%;
    height: 2px;
left: 0;
}
.oshinagaki-box {
    padding-bottom: 10px;
}
.aoi-oshinagaki-txt {
float: none;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    margin-left: 0;
padding-top: 35px;
    padding-left:30px;
}
.aoi-oshinagaki-txt:before {
    top: 35px;
    left:0;
}
.kodawari-aoi-in-txt1 {
  font-size: 22px;
}
.kodawari-aoi-in-txt1-2 {
  font-size: 22px;
}
.kodawari-aoi-in-txt2 {
  margin: 10px 0 0;
}
.kodawari-aoi-in-txt2-2 {
  margin: 10px 0 0;
}
.kodawari1 img {
  margin: 15px auto 0;
}
.kodawari2 img {
  margin: 0 auto 15px;
}
.aoi-oshinagaki-sp{
text-align:center;
}
.osgl{
    width:72%;
margin-right:12%;
text-align: left;
}
.osgr{
text-align:right;
}
.nomimono-midashi {
    padding: 6px 10px;
}
.menu-komidashi2 {
    padding: 7px 7px;
}
.aoi-oshinagaki-txt img {
    width: 120px;
    height: auto;
}
.aoi-tenpo-txt img {
    width: 32px;
    height: auto;
}
}
@media screen and (max-width: 850px) {
  .top-main-aoi {
    width: 100%;
  }
#aoi-head {
    width: 92%;
margin:0 4%;
}
.logo-aoi {
    top: 15px;
}
#aoi-head:before {
top: 260px;
    right: -40px;
    width: 160px;
    height: 308px;
}
.top-aoi-open {
    width: 100%;
    height: auto;
    background-size: cover;
margin: 50px auto 0;
}
.catch {
  margin-top: 105px;
}
.catch-txt h2 {
  font-size: 20px;
  letter-spacing: 0.22em;
  line-height: 1.8em;
}
.kodawari {
  margin-top: 125px;
}
.top-aoi-open a {
    font-size: 20px;
    padding:24px 0 20px;
}
.aoi-catch:after {
    left: -14%;
width: 180px;
    height: 128px;
background-repeat: no-repeat;
    background-size: contain;
    top: -28%;
}
.aoi-catch {
    margin-top: 75px;
}
.top-main-aoi {
    width:100%;
    margin: 60px auto 0;
    padding-top: 0;
}
.top-main-aoi:before {
    bottom: 0;
    width: 280px;
    height:280px;
    right: -6%;
}
.aoi-info-txt-box {
    margin: 60px auto 0;
    width: 100%;
}
.aoi-tenpo-img {
    width: 100%;
}
.aoi-info-txt-col:before {
    width: 100%;
    height: 2px;
}
.aoi-info-txt-col:last-child:after {
    width: 100%;
    height: 2px;
}
.aoi-frame {
    width: 100%;
}
#aoi-footer-col {
    width: 100%;
margin:50px auto 0;
}
.aoi-footer-logo {
float: none;
    margin: 0 auto;
    text-align: center;
}
.aoi-footer {
  width: 100%;
}
.aoi-footer-txt-bb {
  width: 100%;
}
.aoi-footer-txt-l {
  float: none;
  width: 120px;
  margin: 25px auto;
}
.aoi-footer-txt {
  float: none;
  margin: 35px 0;
}
.aoi-footer-icon {
  display: block;
  border-right: none;
  padding: 5px 0px;
}
.aoi-copyright {
  display: block;
  padding: 25px 0 0px 0px;
}
.aoi-catch-txt2 {
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
    height: auto;
width: 100%;
padding: 35px 0;
}
.aoi-catch-txt2 h2{
padding:0 35px;
}
}


@media screen and (max-width: 750px) {
.aoi-catch-txt-box {
right: 0;
    position: relative;
writing-mode: unset;
}
.aoi-catch-txt1 {
font-size: 32px;
    line-height: 1.4em;
    padding: 0;
    background: transparent;
}
.aoi-catch img {
width: 80%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
top: -25px;
}
.kodawari-txt-aoi {
position: relative;
  top: 0;
left: 0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  writing-mode: unset;
height: auto;
margin: 0 auto 25px;
}
.kodawari-txt2-aoi {
  display: block;
  margin: 0 auto;
}
.kodawari12-box {
margin-top: 0;
    margin-bottom: 50px;
}
  .kodawari-aoi-in-txt1 {
    font-size: 20px;
  }
  .kodawari-aoi-in-txt1-2 {
    font-size: 20px;
  }
.kodawari1 {
  width: 48%;
}
.kodawari2 {
  width: 48%;
}
.kodawari-aoi {
width: 100%;
    margin:25px auto 0 auto;
}
.kodawari-aoi-in-txt1-2 {
    margin-left: 0;
}
.kodawari-aoi-in-txt2-2 {
    margin-left: 0;
}
.kodawari-aoi-in-txt2 {
    width: 100%;
}
.kodawari-aoi-in-txt2-2 {
    width: 100%;
}
.kodawari-aoi:before {
    top: -2%;
    right: -19%;
background-repeat: no-repeat;
    background-size: contain;
}
.aoi-info:before {
    top: -4%;
    right: -19%;
    width: 33.5%;
    height: 21%;
background-repeat: no-repeat;
    background-size: contain;
}
.aoi-info-txt-box:before {
    left: -14%;
    width: 33.5%;
    height: 21%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -24%;
}
.aoi-oshinagaki {
  margin-top: 75px;
}
.nkp{
top: 155px;
    left: 10px;
}
.aoi-tenpo-txt {
    margin-left: 5px;
}
.aoi-info-txt-l {
margin-right:0;
margin-bottom: 10px;
    display:block;
}
.aoi-footer-txt-l {
    float:none;
    margin: 40px auto 0;
}
.aoi-top-catch {
  font-size: 26px;
}
.aoi-top-catch-c {
  padding: 15px 8px;
  margin: 0 12px;
}
.atc-1 {
  height: 180px;
}
.atc-2 {
  height: 328px;
}
.atc-3 {
  height: 210px;
}
}
@media screen and (max-width: 700px) {
#loader2 img {
    width: 135px;
    height: 135px;
}
.aoi-info-txt-r {
    display:block;
    line-height: 2em;
}
}
@media screen and (max-width: 600px) {
 .kodawari1 {
    width: 100%;
    float: none;
    margin-bottom: 50px;
display: flex;
    flex-direction: column-reverse;
  }
 .kodawari2 {
    width: 100%;
    float: none;
  }
.kodawari1-tbox{
margin-top:20px;
}
}
@media screen and (max-width: 550px) {
.logo-aoi {
    top: -20px;
}
.logo-aoi h1 {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
}
.logo-aoi a {
    width: 100px;
    height: 100px;
}
#aoi-head:before {
 right: 0px;
    width: 126px;
    height: 242px;
}
.top-aoi-open a {
    font-size: 16px;
}
.top-aoi-open-icon {
    right: 10px;
    top: 10px;
    width: 12px;
}
  .aoi-oshinagaki-txt::before {
    top: 35px;
    left: 5px;
  }
  .aoi-oshinagaki-txt {
    padding-left: 35px;
  }
.osgl {
    width:86%;
    margin-right: 6px;
}
.menu-komidashi {
    font-size: 10px;
        vertical-align: bottom;
}
.menu-komidashi2 {
    padding: 4px 5px;
    font-size: 10px;
}
.aoi-oshinagaki-txt2 {
    font-size: 13px;
}
.aoi-oshinagaki-txt2a {
    font-size: 13px;
}
.aoi-catch-txt-box {
    top: -65px;
    right:0;
}
.aoi-footer-nami {
top: -35px;
    width: 120%;
}
.aoi-footer-logo {
    width: 15%;
}
.aoi-footer-txt {
    float: none;
    text-align: center;
}
.aoi-footer-icon {
text-align: center;
    border-right:none;
    padding: 10px 20px;
}
.aoi-copyright {
text-align: center;
    display:block;
    padding: 30px 0 20px 0;
}
.kodawari-aoi-in-txt1 {
    font-size: 20px;
}
.kodawari-aoi-in-txt1-2 {
    font-size: 20px;
}
.kodawari1 img {
    margin: 0 auto 15px;
}
.kodawari2 img {
    margin: 0 auto 25px;
}
.kodawari-aoi-in-txt2 {
    margin: 10px 0 0;
}
.kodawari-aoi-in-txt2-2 {
    margin: 10px 0 0;
}
.kodawari-aoi-in-txt1:before {
    width: 120px;
    height: 114px;
}
.kodawari-aoi-in-txt1-2:before {
    width: 120px;
    height: 114px;
}
.kodawari-aoi img {
       vertical-align: middle;
}
.aoi-oshinagaki:before {
    right: -295px;
    top: -195px;
}
.aoi-oshinagaki {
    margin-top: 100px;
}
.aoi-info-txt-col {
    padding: 25px 25px;
}
.aoi-tenpo-img {
    height: auto;
}
.nkp{
position: static;
width: 96%;
    height: auto;
}
.gkp{
position: static;
width: 80%;
    height: auto;
}
.aoi-info-txt-box {
    margin: 45px auto 0;
}
.nomimono-midashi {
    font-size: 10px;
}
  .kodawari1-tbox {
    margin-top: 0px;
  }
  .aoi-catch img {
    width: 90%;
  }
.aoi-top-catch {
  font-size: 22px;
}
.aoi-top-catch-c {
  padding: 15px 6px;
  margin: 0 8px;
}
.atc-1 {
  height: 154px;
}
.atc-2 {
  height: 278px;
}
.atc-3 {
  height: 178px;
}
  .aoi-top-catch {
    right: -10px;
    top: 0;
  }
}


@media screen and (max-width: 450px) {
.aoi-catch-txt2:before {
    width: 27px;
    height: 32px;
    background-size: contain;
}
.top-main-aoi {
    width: 100%;
    margin: 60px auto 0;
}
}


@media screen and (max-width: 370px) {
.aoi-oshinagaki-txt2 {
    font-size: 10px;
}
.aoi-oshinagaki-txt2a {
    font-size: 10px;
}
.osgl {
    width: 214px;
}
}



@media screen and (max-width: 1250px) {
header{
    width:800px;
}
.header2{
    width:800px;
}
}
@media screen and (max-width: 1150px) {
.contents {
    width:800px;
}
.catch img {
    width: 52%;
}
.catch-ura {
    width: 30% !important;
}
.ichiran-btn2 {
  bottom: 0;
}
.oshirase {
  margin-top: 75px;
}
.kodawari img {
    width: 800px;
}
.kodawari-txt {
    font-size: 26px;
}
.oshinagaki-img {
    width: 50%;
}
.oshinagaki-img img{
width: 100%;
}
.otoriyose-img{
width: 50%;
}
.otoriyose-img img{
width: 100%;
}
.oshinagaki-txt {
    font-size: 32px;
}
footer {
    width:800px;
}
.menu-box {
    width: 250px;
}
.mgr50 {
    margin-right: 25px;
}
.mgr50-2 {
    margin-right: 25px;
}
.menu-txt-only-box {
    width: 337px;
}
.mgr50-4 {
    margin-right: 25px;
}	
.mgr50-5 {
    margin-right: 25px;
}	
.mgr60 {
    margin-right: 25px;
}
.menu-box-detail {
    font-size: 14px;
}
.tenpo-catch-txt {
    font-size: 25px;
}
.catch2 img {
    width: 100%;
}
.toriyose-box{
    width: 386px;
}
.oshirase-txt {
    float: none;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    font-size: 24px;
    border-right: none;
padding-right: 0;
    margin-bottom: 0;
}
.oshirase-txt2 {
    float: none;
    margin-left: 0;
    margin-top: 25px;
}
}
@media screen and (max-width: 850px) {
header{
    width:94%;
}
.logo {
  top: 50px;
}
.logo h1 {
  width: 138px;
  height: 162px;
  background-size: 138px 162px;
}
.logo a {
  width: 138px;
  height: 162px;
}
.top-txt {
  right: 50px;
}
.top-txt1 {
  font-size: 38px;
  letter-spacing: 0.22em;
  margin-left: 10px;
}
.top-txt2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.4em;
}
.header2{
    width:600px;
}
.contents {
    width:94%;
}
.contents2 {
    width: 600px;
}
.oshirase {
  padding: 35px 34px;
}
footer {
    width:100%;
}
.catch-ura {
    width: 36% !important;
}
.kodawari img {
    width:100%;
}
.kodawari-txt h2{
    font-size: 24px;
}
.kodawari-txt2 {
    font-size: 14px;
width: 70%;
}
.ichiran-btn {
    margin-top: 125px;
}
.oshinagaki-txt {
    font-size: 26px;
    margin-left: 25px;
}
.oshinagaki-txt2 {
    font-size: 14px;
line-height: 2.4em;
margin-left: 25px;
}
.ichiran-btn a {
    padding: 22px 5px;
font-size: 14px;
}
.oshirase-txt2 a{
font-size: 14px;
}
.oshirase-txt2-col {
    margin-bottom: 20px;
}
.oshirase-txt2-col span{
display: block;
margin-top: 5px;
line-height: 1.6em;
margin-left: 0px;
}
.ichiran-btn2 {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.footer-txt-col-r {
    float: none;
    margin: 50px auto 0;
}
.yoyakubutton-col {
  margin: 100px auto 0;
}
.idgroup {
  margin-top: 0;
}
.copyright {
    padding:50px 0;
}
.mgr50-2 {
    margin-right: 0px;
}
.menu-box {
width: 48%;
}
.mgr50 {
    margin-right: 4%;
}
.mgr50-3 {
    margin-right: 4%;
}	
.mgr50-4 {
    margin-right: 0px;
}
.mgr50-5 {
    margin-right: 4%;
}
.menu-txt-only-box {
width: auto;
    display: block;
}
.mgr60 {
    margin-right: 0px;
}
.comp-info-map iframe{
width: 600px;
height: 300px;
}
.fade6{
background-position: center;
}
.bdb3 {
    border-bottom: none;
}
.toriyose-box{
    width: 47.5%;
}
.toriyose-message {
    font-size: 15px;
}
}
@media screen and (max-width: 650px) {
header{
    width:95%;
    margin: 0 auto;
}
.header2{
    width:95%;
    margin: 0 auto;
}
.pc{
display: none !important;
}
.sp{
display: block !important;
}
#loader img{
width:115px; 
height:135px; 
}
.logo {
    top: 100px;
    left: 10px;
}
.logo h1{
    width: 115px;
    height: 135px;
background: transparent url(../img/logo.png) no-repeat 0 0;
    background-size: 115px 135px;
}
.logo a{
    width: 115px;
    height: 135px;
}
.logo2 {
    left: 10px;
}
.top-txt {
    top: 250px;
    right: 50px;
}
.top-txt1 {
    font-size: 34px;
    margin-left:0;
}
.top-txt2 {
    font-size: 18px;
line-height: 2.2em;
margin-top: 45px;
}
#nav-toggle {
    right: 10px;
}
.tenpo-txt1 {
    font-size: 25px;
}
.contents {
    width:95%;
    margin: 0 auto;
}
.contents2 {
    width:95%;
    margin: 0 auto;
}
.catch img {
    width: 70%;
}
  .catch-txt h2 {
    font-size: 16px;
    letter-spacing: 0.20em;
    line-height: 1.8em;
  }
  .kodawari {
    margin-top: 90px;
  }
  .kodawari-txt h2 {
    font-size: 20px;
  }
.catch-txt h2{
    font-size: 17px;
    line-height: 1.5em;
}
.kodawari img {
    width: 100%;
}
.kodawari-txt2 {
width: 96%;
}
.oshinagaki {
  margin-top: 90px;
display: inline-block;
}
.oshinagaki-img {
width: 70%;
    margin: 0 auto;
    float: none;
}
.oshinagaki-txt-col {
float: none;
    margin-top:0;
    margin-right:auto;
margin-left: auto;
width: 286px;
}
  .otoriyose-img {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
.otoriyose-txt-col {
float: none;
    margin-top:0;
    margin-right:auto;
margin-left: auto;
width: 286px;
}

footer {
    width:95%;
    margin:50px auto 0;
}
.footer-txt-col-l {
    width: 100%;
    text-align: center;
}
.footer-logo {
    float: none;
    margin-right: 0;
}
.footer-txt {
    float: none;
    margin-top: 25px;
}
.info-txt1 {
    font-size: 24px;
	letter-spacing: 0.1em;
}
.menu-box {
    width: 100%;
display:block;
}
.mgr50 {
    margin-right: 0;
}
.mgr50-3 {
    margin-right: 0;
}
.mgr50-5 {
    margin-right: 0;
}
.mrgr50 {
    margin-right: 0px;
}
.bottom-link {
    display: block;
    margin: 0 auto;
}
.mgt25{
margin-top: 25px;
}
.menu-txt-only-box {
    width: auto;
}
.menu-box-title {
    font-size: 18px;
}
.menu-box-detail {
    font-size: 12px;
text-align: center;
}
.comp-info-txt-col {
   padding: 18px 5%;
}
.comp-info-txt-l {
    font-size: 12px;
    display: block;
}
.comp-info-txt-r {
    font-size: 12px;
    display: block;
    line-height: 1.6em;
    margin-top: 10px;
}
.comp-info-map iframe{
width: 100%;
}
.info-pager-list a {
	font-size: 16px;
    padding: 5px 9px;
}
.info-txt-col-box {
    padding: 18px 5%;
}
.info-txt-day {
    font-size: 12px;
    display: block;
}
.info-txt-r {
    font-size: 12px;
    display: block;
    line-height: 1.6em;
    margin-top: 10px;
}
.tenpo-catch-txt {
    font-size: 16px;
}
.info-txt2 {
    font-size: 14px;
}
.contact-info-txt2 {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6em;
}
.bottom-link-col {
  margin-top: 100px;
}
}
@media screen and (max-width: 450px) {
.scrl span:nth-of-type(1) {
    bottom: 35px;
}
.scrl span:nth-of-type(2) {
    bottom: 25px;
}
.catch {
    margin-top: 100px;
}
.catch-txt {
    margin: 40px auto 0;
}
  .catch-txt h2 {
    font-size: 14px;
    line-height: 1.5em;
  }
.oshinagaki-txt {
font-size: 24px;
    margin-left: 15px;
}
.oshinagaki-txt2 {
	letter-spacing: 0.12em;
}
.arrow {
    right: 10px;
    width: 10px;
	height: 40px;
    bottom: -35px;
}
.footer-logo {
    width: 30%;
}
.oshirase {
    padding: 40px 34px;
margin-top: 50px;
}
.oshirase-txt {
    font-size: 22px;
}
.catch2 {
    margin-top: 25px;
}
.catch3 {
    margin-top: 100px;
}
.comp-info {
    margin-top: 50px;
}
.menu-box-detail {
    font-size: 10px;
    letter-spacing: 0em;
}
.menu-box-title span{
font-size: 10px;
letter-spacing: 0em;
}

}
/*お問い合わせ*/
form#mail_form * {
}
form#mail_form {
margin-top:34px;
line-height:1;
}
form#mail_form dl {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #FFFFFF;
    letter-spacing: -0.4em;
}
form#mail_form dl dt {
    width: 18.8%;
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    display: inline-block;
    padding: 30px 0 30px 25px;
    line-height: 1;
    vertical-align: top;
       letter-spacing: normal;
}
form#mail_form dl dd {
    width: 71.5%;
    border-top: 1px solid #FFFFFF;
    padding: 19px 25px 19px 25px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
       letter-spacing: normal;
}
form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #FFFFFF;
}
:focus {
    outline: none;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	color: #ffffff;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 10px;
}

form#mail_form dl dt span.required {
border: 1px solid #FFFFFF;
    border-radius: 2px;
    float: right;
	vertical-align: top;
}

form#mail_form dl dt span.optional {
border: 1px solid #FFFFFF;
    border-radius: 2px;
    float: right;
	vertical-align: top;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form input[type="phone"],
form#mail_form input[type="mail_address"],
form#mail_form input[type="postal"],
form#mail_form input[type="address"],
form#mail_form input[type="jikan"]
 {
    max-width: 100%;
    background: #333333;
    font-size: 14px;
    border: none;
padding: 10px;
	color: #FFFFFF;
}
form#mail_form select {
    border: none;
    padding: 8px 10px;
font-family: inherit;
    color: #FFFFFF;
    background: #333333;
    font-size: 14px;
}
form#mail_form textarea {
    display: block;
    width: 97%;
    max-width: 100%;
    height: 190px;
    padding: 10px;
    background: #333333;
    font-size: 14px;
    border: none;
	color: #FFFFFF;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule,
form#mail_form input#schedule2,
form#mail_form input#jikan {
width: 46%;
}
form#mail_form input#address,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 97%;
}
form#mail_form p#form_submit {
    width: 100%;
    margin: 0 auto;
padding-top: 50px;
    text-align: center;
border-top: 1px solid #FFFFFF;
}
form#mail_form input[type="button"] {
    width: 200px;
    padding: 12px 0;
    border: 1px solid #FFFFFF;
    background: #333333;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.06em;
        font-family: inherit;
}
form#mail_form input[type="button"]:hover {
cursor: pointer;
opacity:0.8;
transition: 0.2s linear;
}
.wk{
margin-bottom:12px;
}
@media screen and ( max-width: 850px ) {
form#mail_form dl dd {
    width: 68.7%;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule, form#mail_form input#schedule2,form#mail_form input#jikan {
    width: 44.6%;
}
}
@media screen and ( max-width: 650px ) {
form#mail_form dl dt {
    width: 98%;
    display: block;
    padding: 19px 0 0 2%;
}
form#mail_form dl dd {
    display: block;
    width: 96%;
    padding: 10px 2% 19px;
    border-top: none;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule, form#mail_form input#schedule2,form#mail_form input#jikan {
    width: 40%;
}
}
.recruit-body {
    color: #fff;
    margin-top: 136px;
}
.recruit-table {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #FFFFFF;
}
.recruit-table th {
    white-space: nowrap;
    border-top: 1px solid #FFFFFF;
    text-align: left;
    padding: 30px 50px 30px 25px;
}
.recruit-table td {
    border-top: 1px solid #FFFFFF;
    padding: 30px 25px 30px 0px;
}
.recruit-table td a {
    font-size: 90%;
    color: #fff;
    border: 1px solid;
    padding: 3px 10px;
}
@media screen and (max-width: 450px) {
    .recruit-body {
        margin-top: 50px;
    }
}
@media screen and (max-width: 650px) {
    .recruit-table th {
        display: block;
        padding: 18px 5% 10px;
    }
    .recruit-table td {
        display: block;
        padding: 0px 5% 18px;
        border-top: 0px;
    }
}
.gw {
    text-align: center;
    margin-top: 70px;
}
.gw-ttl {
    color: #fff;
    margin-bottom: 15px;
}
.gw-flex {
    display: flex;
    justify-content: center;
}
.gw-flex a {
    display: block;
    max-width: 120px;
    margin: 0 5px;
}
.gw-flex img {
    width: 100%;
}
@media screen and (max-width: 767.98px) {
    .gw-ttl {
        font-size: 90%;
    }
    .gw-flex a {
        margin: 0 3px;
    }
}



.crb-kpc{
display:inline-block;
}
.crb-ksp{
display:none;
}
.tm3mb1{
margin-top: 36px;
}
.tm3mb2{
margin-top: 230px;
}
.tm3mb3{
margin-top: 230px;
}
.tm3mb4{
margin-top: 92px;
}
.tm3mb5{
margin-top: 144px;
}
.tm3mb6{
margin-top:70px;
}
.tm3mb7{
margin-top:126px;
}
.tm3mb8{
margin-top:144px;
}
.tm3mb9{
margin-top:230px;
}
@media screen and (max-width: 950px) {
.crb-kpc{
display:none;
}
.crb-ksp{
display:inline-block;
}
.tm3mb1 {
    margin-top:0;
    margin-left: 24px;
}
.tm3mb22 {
    margin-top:0;
    margin-left: 226px;
}
.tm3mb2 {
    margin-top:0;
    margin-left: 220px;
}
.tm3mb3 {
    margin-top:0;
    margin-left: 226px;
}
.tm3mb4 {
    margin-top:0;
    margin-left:82px;
}
.tm3mb5 {
    margin-top:0;
    margin-left:132px;
}
.tm3mb6 {
    margin-top:0;
    margin-left:59px;
}
.tm3mb7{
    margin-top:0;
    margin-left:114px;
}
.tm3mb8{
    margin-top:0;
    margin-left:131px;
}
.tm3mb9{
    margin-top:0;
    margin-left:217px;
}
}
@media screen and (max-width: 550px) {
.tm3mb1 {
    margin-left: 14px;
}
.tm3mb2 {
    margin-left: 172px;
}
.tm3mb3 {
    margin-left: 178px;
}
.tm3mb4 {
    margin-left:61px;
}
.tm3mb5 {
    margin-left: 102px;
}
.tm3mb6 {
    margin-left: 42px;
}
.tm3mb7 {
    margin-left:86px;
}
.tm3mb8 {
    margin-left: 100px;
}
.tm3mb9 {
    margin-left: 170px;
}
.tm3mb22{
    margin-top: 0;
    margin-left: 178px;
}
}
@media screen and (max-width: 460px) {
.osgl {
    width: 268px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 370px) {
.tm3mb2 {
    margin-left: 136px;
}
.tm3mb3 {
    margin-left: 139px;
}
.tm3mb4 {
    margin-left:51px;
}
.tm3mb5 {
    margin-left: 83px;
}
.tm3mb6 {
    margin-left:37px;
}
.tm3mb7 {
    margin-left:70px;
}
.tm3mb8 {
    margin-left:80px;
}
.tm3mb9 {
    margin-left:134px;
}
  .tm3mb22 {
    margin-top: 0;
    margin-left: 139px;
  }
  .osgl {
    width: 218px;
    margin-right: 6px;
  }
}