﻿@charset "UTF-8";

/* ====== 共通 ====== */

/*
*:focus {
  outline: none !important;
  box-shadow:none !important;
}
*/

a:hover {
    text-decoration: none;
    opacity: 0.8;
}
header .navbar-brand {
  width: 20%; }
  header .navbar-brand .logo {
    width: 100%; }
header .tel {
  font-size: 2rem;
  color: #fff; }
  header .tel a {
    color: #fff; }
   
.pagination {
    justify-content: center;
}

/* カードに画像オーバーレイ指定時にリンクが効かなくなるのを防ぐ */
.card-link
{
    position: relative;
}

/* インラインブロック化 */
.no-wrap {
    display: inline-block; 
}

/* テキストエリアのリサイズを禁止する */
textarea {
    resize: none;
}
/* ====== placeholder 色 ====== */

/* for Webkit */
.form-control::-webkit-input-placeholder{
    color: #cccccc;
}
 
/* for Firefox */
.form-control::-moz-placeholder{
    color: #cccccc;
}
 
/* for Firefox 18以前 */
.form-control:-moz-placeholder{
    color: #cccccc;
}
 
/* for Windows IE */
.form-control:-ms-input-placeholder{
    color: #cccccc;
}

/* ====== IME MODE ====== */
.ime_auto{
	ime-mode : auto;    /*普通*/
}
.imeActive{
	ime-mode : active;  /*日本語*/
}
.imeInactive{
	ime-mode: inactive; /*英数字*/
}
.imeDisabled{
	ime-mode: disabled; /*英数字変更不可*/
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%; }

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }

/*
.btn-outline-secondary:hover {
    color: #6c757d;
}
*/
.btn-outline-secondary:hover {
    color: #fff;
}

.topboxmsg
{
  background-color: rgba(0,0,0,0.6);
  border-radius:8px;
  width:75%;
}

.topboxmsg .lead
{
  color:#fff;
  font-size: 1.25rem;
}

/* ====== SHOPPING CART ====== */
.hidden {
  display: none;
}

header .cart {
  position: relative;
}

header .cart .cart_cnt {
  position: absolute;
  top: -4px;
  left: -12px;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 50%;
  /*background-color: #fff;*/
  background-color: #f00;
  font-size: 0.8rem;
  /*color: #62e2dc;*/
  color: #fff;
}

header .cart .cart_icon img {
  width: 40px;
}

.cart-msgbox {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ff4500; /* 枠線 */
}

/* ====== TOP IMAGE ====== */

/*
header.top-page {
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0; }

.jumbotron {
  background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.jumbotron .bg-rgba {
    background-color:rgba(255,255,255,0.9);
}
.jumbotron h1 {
    word-wrap: break-word;
}
.jumbotron h2 {
    line-height: 1.8rem;
}
*/

/* ====== パンくずリスト ====== */
.breadcrumb {
  font-size: 1rem;
  background-color:#fff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none; }

.ttl-bdr {
    font-size: 3rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 50px;
}
  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #000;
    width: 12%;
    margin: 0 auto -15px;
  }

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px; }

/* ====== SNS ====== */

iframe {
    width: 100%;
    height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* ====== クール便 ====== */
.coolbin {
    width:48px;
    position: absolute;
    top: 2px;
    right: 2px; 
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem; }

   .cart-btn-fnt { font-size: 1.0rem; }
}
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px; }

   .cart-btn-fnt { font-size: 1.0rem; }
}
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {

  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }

  header .navbar-brand {
    /*width: 70%;*/
    /*モバイル時のロゴを少し小さく*/
    width: 40%;
  }
    header .navbar-brand .logo {
      width: 100%;
    }
  header .navbar-nav {
    border-top: 1px solid #fff; }
    .footer-logo {
  width: 100%;
    }

   .cart-btn-fnt { font-size: 1.0rem; }
}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {

    .topboxmsg
    {
      width:100%;
    }

    .topboxmsg .lead
    {
      font-size: 1.0rem;
    }

    .ttl-bdr {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 40px;
    }

  .display-3 {
    line-height: 0.8em; }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2; }

    /* ====== パンくずリスト ====== */
    .breadcrumb {
      font-size: 0.8rem;
    }

    /* ====== クール便 ====== */
    .coolbin {
        width:64px;
    }

   .cart-btn-fnt { font-size: 1.0rem; }
}

@media screen and (max-width: 350.0px) {
   .cart-btn-fnt { font-size: 0.8rem; }
}

/* END */
