/*------　style.css　日本語コメント＆フォント名使用のためUTF-8で保存------*/

/*------　basic elements　------*/
body {
	font-family: "Hannari", serif;
}

@media screen and (max-width: 767px) {
    img.category-img {
        height: 200px;
    }
    .carousel-caption h2{
        font-size: 0.9rem;
        margin-bottom: -11%;
    }
    .carousel-caption h1{
        font-size: 0.7rem;
        margin-bottom: 4%;
    }
    .carousel-control-next,.carousel-control-prev {
        display: none;
  }
}
@media screen and (min-width: 420px) and (max-width: 1024px) {
    .carousel-caption h2 {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 280px) and (max-width: 350px) {
    .carousel-caption h2 {
        font-size: 0.8rem;
        margin-bottom: -30%;
    }
}

h1 {
  font-size: 1.7rem;
  margin-top: 4rem;
  text-align: center;
  text-shadow: 1px 2px 3px #808080;
}
h1.h1-en {
    color: honeydew;
    font-size: 1.2rem;
    margin-top: 0rem;
    margin-bottom: 18%;
    text-align: center;
    text-shadow: 1px 2px 3px #808080;
}

h2 {
    text-shadow: 1px 2px 3px #808080;
}
h2.h2-en {
    color: honeydew;
    text-shadow: 1px 2px 3px #808080;
    font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 1.2rem;
        margin-bottom: 4rem;
    }
    h1.h1-en {
        display: none;
    }
    h2.h2-en {
        display: none;
    }
}

h5 {
    padding: 0.8rem;
}

#marqueeWrapper {
    background:#f9f8f8;
    width: 950px;
    height: 500px;
    padding: 30px;
    margin: 20px auto;
    text-align: center;
}

.marquee {
    margin : 0 auto 40px;
    width : 100%;
    height: 450px;
    font-size : 1.2rem;
    text-align : center;
    overflow : hidden;
}
.marquee ul{
    display : inline-block;
    white-space : inherit;
    line-height : 2.5em;
    animation : scrollSample03 45s linear infinite;
    animation-delay: 10s;
    list-style: none;
    padding: 0px;
}
.marquee ul li{
    margin:0;
    font-weight: 550;
}
@keyframes scrollSample03{
    0% { transform: translateY(0em)}
    100% { transform: translateY(-80.5em)}
}

@media screen and (max-width: 1023px) {
    #marqueeWrapper {
        width: auto;
        padding: 20px;
    }
    .marquee {
        font-size: 0.9rem;
    }
}

div.content1 {
    margin: 4rem 0rem 4rem 0rem;
}

div.content2 {
    margin: 4rem auto;
}

div.content3 {
    text-align: center;
    margin: 4rem 0rem 4rem 0rem;
    padding: 0.9rem;
    background-color: #f8f9fa;
}
.box1,
.box2{
    max-width: 900px;
    box-shadow: 0px 1px 2px 2px rgba(255, 255, 255, 0.6);
    padding: 12px 65px 48px 65px;
    margin: 0 auto;
    background-color: rgb(250, 253, 255);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box3,
.box4{
    max-width: 900px;
    box-shadow: 0px 1px 2px 2px rgba(255, 255, 255, 0.6);
    padding: 12px 65px 48px 65px;
    margin: 0 auto;
    background-color: #FFFAFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.oem {
	max-width: 700px;
	margin: 10px auto;
	padding: 15px;
}
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 767px) {
    .oem {
        padding: 0px;
    }
    .box4 {
        padding: 0px;
    }
    .box30 {
        width: 300px;
        margin: 1em auto;
        background: #f1f1f1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    }
}
.box30 .box-title {
    font-size: 1.2em;
    background: rgb(57, 57, 158);
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
.box30 li {
	padding: 10px;
}

p {
  text-align: center;
  padding: 0.8rem;
}
p.content-p {
    padding: 1.5rem;
}

.highlight{
	background: linear-gradient(
						rgba(255, 242, 160, 0)60%,
						rgba(255, 242, 160, 1)60%,
						rgba(255, 242, 160, 1));
	padding: 2px;
}

footer {
    padding-top: 20px;
}

.logo{
    color:rgb(153, 150, 150);
    font-weight:700;
    font-size:30px;
}
p.pankuzu {
    text-align: left;
    font-size: 0.9rem;
}

.address span , .menu span{
   color: rgb(153, 150, 150); 
   font-weight: bold; 
   border-bottom: 1px solid #c7c7c7; 
   padding:10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}
 
.address li a , .menu li a{
    color:rgb(153, 150, 150);
    letter-spacing: 3px;
    text-decoration:none;
    font-size:14px;
}

.address li, .menu li{
    margin:20px 0px;
    list-style: none;
}

.address li a:hover , .menu li a:hover{
    color: #da3e44;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.address .fa{
    color: #da3e44;
    margin-right: 10px;
    font-size:18px;
}

small {
    color: rgb(153, 150, 150);
}
