@charset "UTF-8";
/*-----------------------------
 すべてのWebページに適用される
-----------------------------*/
html {
    font-family: sans-serif;
}
html * {
    box-sizing: border-box;
}
body {
    margin: 0 0 0 0;
    background-color: white;
}
.wrapper {
    margin: 0 auto 0 auto;
    max-width: 960px;
}
h1 {
    color: #1019ff;
    font-size: 24px;
}
h2 {
    color: #0050ed;
    font-size: 22px;
    border-bottom: 3px dotted #0050ed;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
h3 {
    color: #4286ed;
    font-size: 20px;
}
h3.obi {
background: #20adf7;
color: white;
}
h3.obi2 {
background: #0050ff;
color: white;
}
p {
    line-height: 1.6;
}
p.box {
    border-bottom: 5px dashed #1019ff;
}
.center {
    text-align: center;
}
a:link {
    color: #1019ff;
}
a:visited {
    color: #1019ff;
}
a:hover {
    color: #65B0CD;
}
a:active {
    color: #0050ff;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
  list-style: none;
}
/* チェックマークなしの枠だけのリストタグ */
ul.waku01 {
  border: double 4px #0050ff;
  padding: 0.5em 1em 0.5em 1em;
}
/* チェックマークなしの枠だけのリストタグ */
ol.waku01 {
  border: double 4px #0050ff;
  padding: 0.5em 1em 0.5em 1.8em;
}
ol.waku02 {
  border: double 4px #1019ff;
  padding: 0.5em 1em 0.5em 1.8em;
}
ol.waku01 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
ol.waku02 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
.drawer-menu-item a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f787";
  font-weight: 900;
  font-size: 20px;
  margin: 0 0.5em 0 0;
    color: deeppink;
}
.drawer-menu-item1 a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  font-weight: 900;
  font-size: 1em;
  margin: 0 0.5em 0 0;
}
.info1 {
    padding: 0;
    margin-left: 15px
}
.info1 li{
    padding: 0;
    margin: 0;
}
/*-----------------------------
すべてのページに適用 - ヘッダー -
-----------------------------*/
.block {
    display: block;
    /*ブロック要素に変更*/
    width: 340px;
    margin: 0 auto;
    /*中央寄せ*/
    text-align: center;
    /*テキスト中央寄せ*/
}
.sankou {
    padding-top: 5em;
    font-size: 15px;
}
.logo {
    margin: 50px 0 40px 0;
    line-height: 0;
    text-align: center;
}
.nav li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}
.nav ul {
    margin: 0 0 0 0;
    padding: 20px 10px 15px 20px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
}
.nav a:link {
    color: #3c454d;
    text-decoration: none;
}
.nav a:visited {
    color: #3c454d;
    text-decoration: none;
}
.nav a:hover {
    color: #7b8dac;
    text-decoration: none;
}
.nav a:active {
    color: #5a9bc0;
    text-decoration: none;
}
.mokuji{
    background-color: #efffff;
}
blockquote p {
margin: .77em 0;
}
/* Slider */
.slider{margin: 0 auto;}
.slider img{margin: 1em auto;}
/*-----------------------------
すべてのページに適用 - フッター -
-----------------------------*/
.footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 80px 15px 20px 15px;
    font-size: 12px;
    color: #3f5170;
}
/*-----------------------------
   個別のスタイル
-----------------------------*/
video{max-width: 100%;}
/*-----------------------------
   index.html
-----------------------------*/
.keyvisual {
    margin: 15px 0 0 0;
}
/*-----------------------------
   about.html
-----------------------------*/
.shop-photo {
    float: left;
    padding: 0 1em 1em 0;
}
.clear {
    clear: both;
}
/*-----------------------------
   テーブル
-----------------------------*/
.info {
    border-collapse: collapse;
}
.info th,
.info td {
    padding: 3px;
    border: 1px solid #bec2c7;
    text-align: left;
}
.info th {
    background-color: #dde2ea;
    width: auto;
    color: #3f5170;
    vertical-align: top;
}
/*--------------------------
Table　スライド
---------------------------*/
.table-wrap {
    overflow-x: auto;
    display: block;
}

.table-wrap th,
.table-wrap td {
    white-space: nowrap;
}
/*-----------------------------
   下線の装飾CSS
-----------------------------*/
.ft { font-size: 18px}
.ft2 {font-weight: bold; font-size: 24px}
.fs {
    font-size: 15px;
}
.ad a{text-decoration: none; color: #3c454d; font-weight: bold; font-size: 24px}
.ad a:hover {
    color: #7b8dac;
    text-decoration: none;
}
.b_b{border-bottom: 3px solid #0fcefc; }
.f5 {font-size: 24px;}
.f6 {font-size: 20px;}
.r {color: red;}
.b {font-weight: bold;}
li {
margin-bottom: 11px;
}
/*-----------------------------
   スマートフォン向けCSS
-----------------------------*/
@media (max-width: 767px) {
    /* 全体 - ナビゲーション */
    .wrapper {
        margin: 0 8px;
    }
    .logo {
        margin: 5px 0;
    }
    .logo img {
        width: 100%;
    }
    .nav {
        background-color: #ade2ea;
    }
    .nav li {
        display: block;
        padding-right: 10px;
    }
    /* menu.html - 横並び解除 */
    .menu-item {
        display: block;
    }
    .menu-photo {
        margin-right: 0;
        width: 100%;
    }
    .menu-text {
        width: 100%;
    }
    /* contact.html - フォーム */
    select {
        width: 100%;
    }
    input[name="subject"] {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
/*-----------------------------
    youtube
-----------------------------*/
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}
