html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

/*CSSリセット*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* clearfixを追加*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ul {
  list-style: none;
}

/* リンク設定*/
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #6caefe;
}
a:active,
a:focus {
  outline: 0;
}

/*body*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
  /*background: #000066;*/
  height: 125px;
}

/* ロゴ*/

.logo img {
  height: 100px;
  /* padding: 2px; */
  /* margin-left: 20px; */
  margin: 10px 0;
}

.logo a {
  color: #555;
}

/* 電話番号*/
.tel {
  font-size: 25px;
}

.info {
  text-align: right;
  color: black;
}

.info .open {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.info .open dt {
  width: 30%;
}

.info .open dd {
  width: 70%;
}

/* ロゴ+電話番号*/
.logo .info .tel {
  margin-top: 6px;
  font-size: 30px;
  font-weight: bold;
}

.info span {
  font-size: 15px;
  font-weight: normal;
}

/*
#main-visual {
	width: 100%;
	height: 371px;
	background-image: url(img/mv.png);
	background-size: cover;
	background-position: center;
}*/

.mv {
}

#main-visual {
  background-image: url(img/bkbr.png);
  width: 100%;

  background-size: cover;
  background-position: center;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#news {
  font-size: 15px;
  color: black;
  margin-top: 50px;
}

.news-box {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.news-box.deco::-webkit-scrollbar {
  width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.news-box.deco::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.news-box.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #09c9d9;
}

.news-text {
  border-bottom: dashed 1px #87cefa;
  margin-top: 15px;
}

.news-text a:hover {
  color: blue;
}

.sale-pdf {
  max-width: 400px;
  margin: 0 auto;
}

.sale-pdf a img {
  margin-top: 50px;
  width: 100%;
}

/* banner */

.banner_img {
  margin-top: 40px;
}

.banner_img img {
  width: 460px;
  border: 1px solid gray;
  float: left;
  margin: 10px;
}

/*map*/
#map {
  font-size: 15px;
  color: black;
  margin-top: 50px;
}

.map {
  margin: 0 auto;
}

.access {
  float: left;
  padding: 10px;
  width: 50%;
}

.access-map {
  float: left;
  padding: 10px;
  width: 50%;
}

.access-map iframe {
  width: 100%;
  height: 350px;
}

.access-text1 {
  font-size: 30px;
  text-align: center;
}

.access-text {
  font-size: 18px;
  padding: 5px;
}

.access dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.access dt {
  width: 30%;
  font-size: 1.1rem;
  padding: 5px 0;
}

.access dd {
  width: 70%;
  font-size: 1.1rem;
  padding: 5px 0;
}

/*back top*/

#back-top {
  position: fixed;
  bottom: 1%;
  right: 0%;
}

#back-top a {
  width: 80px;
  display: block;
}

#back-top img {
  width: 50px;
}

#back-top {
  display: block;
  margin-bottom: 7px;
}

/*footer*/

footer {
  background-color: #000066;
  border-top: 3px solid #4169e1;
}

.footer-text {
  color: white;
  text-align: center;
  height: 80px;
  padding: 30px;
}

/* コロナウイルス感染拡大 */
#corona {
  margin-top: 20px;
}

.corona_img {
  width: 50%;
  margin: 0 auto;
}

.corona_img img {
  width: 100%;
}

.h3_title {
  font-size: 2em;
  /* font-weight: bold; */
  color: green;
  margin-top: 30px;
}

.box_list {
  font-size: 1.2em;
  font-weight: bold;
  list-style: disc;
  padding-left: 1.2em;
}

.crona_box {
  margin: 50px 0;
}

#corona h2 {
  margin-top: 20px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
  #header,
  .inner,
  .mv,
  h2,
  .news-box,
  #sale,
  .banner,
  .map,
  .no1-collection,
  .shuhai-collection,
  #shuhai-eria,
  #shuhai-chui,
  .menu-text,
  .kinutaya-accessmap,
  .dougyousya,
  #corona {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }

  /* ヘッダー*/
  .header {
    display: -webkit-box; /* for so old webkit browser */
    display: -ms-flexbox; /*for IE10*/
    display: -webkit-flex; /* for old webkit browser */
    display: flex;
    justify-content: space-between;
  }

  .header .header_right {
    margin-top: 30px;
  }

  .header_right .fax {
    font-size: 1.2rem;
  }

  .header .header_right .wrap {
    display: flex;
    justify-content: space-between;
  }

  .header_right .sns_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sns_icon a {
    margin: 5px;
    display: inline-block;
  }
  .sns_img {
    width: 45px;
  }

  /*ナビ*/
  nav div.panel {
    display: block !important;
    float: left;
  }

  a#menu {
    display: none;
  }

  #mainNav {
    clear: both;
    z-index: 200;
    position: relative;
    background: #000066 !important;
    border-bottom: 3px solid #4169e1;
    height: 55px;
  }

  nav ul {
    background-image: url(img/bg_naviline.png);
    margin: 0 auto;
    display: table;
  }

  #mainNav ul {
    background-image: url(img/bg_naviline.png);
    background-position: right center;
    background-repeat: no-repeat;

    justify-content: center;
    align-items: center;
  }

  #mainNav li {
    float: left;
    position: relative;

    background-image: url(img/bg_naviline.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
    display: table-cell;
    font-size: 110%;
    min-width: 137px;
    height: 50px;
  }

  #mainNav li a {
    color: white;
    display: block;
    text-align: center;
    _float: left;
    font-size: 18px;
    width: 137px;
    height: 55px;
    padding: 15px 0;
  }

  #mainNav li a strong {
    display: block;
  }

  #mainNav li.current-menu-item a {
    border-color: #555;
  }

  #mainNav li.current-menu-item a,
  #mainNav li a:hover,
  #mainNav li.current-menu-item li a:hover {
    color: #6caefe;
  }
}

/* 959px用
------------------------------------------------------------*/

@media screen and (max-width: 959px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* ヘッダー*/
  .header {
    display: -webkit-box; /* for so old webkit browser */
    display: -ms-flexbox; /*for IE10*/
    display: -webkit-flex; /* for old webkit browser */
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .header .header_right {
    margin-top: 30px;
  }

  .header_right .fax {
    font-size: 1.2rem;
  }

  .header .header_right .wrap {
    display: flex;
    justify-content: space-between;
  }

  .header_right .sns_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sns_icon a {
    margin: 5px;
    display: inline-block;
  }
  .sns_img {
    width: 45px;
  }

  #mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #000066 !important;
    border-bottom: 3px solid #4169e1;
    height: 55px;
  }

  #mainNav a.menu {
    color: white;
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    text-align: left;
  }

  #mainNav a#menu span,
  .panel li a strong {
    padding-left: 20px;
  }
  #mainNav a.menu span:before {
    content: "≡ ";
  }
  #mainNav a.menuOpen span:before {
    content: "× ";
  }

  #mainNav a#menu:hover {
    cursor: pointer;
  }

  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }

  #mainNav ul {
    margin: 0;
    padding: 0;
  }

  #mainNav li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }

  #mainNav li a,
  #mainNav li.current-menu-item li a {
    color: white;
    display: block;
    padding: 15px 10px;
    text-align: left;
    background-color: #000066;
    border-bottom: 1px dashed #4169e1;
  }

  #mainNav li a span {
    padding-left: 10px;
  }

  #mainNav ul > li:last-child a {
    border: 0;
  }
  #mainNav li li:last-child a {
    border-bottom: 1px dashed #ccc;
  }

  #mainNav li.current-menu-item a,
  #mainNav li a:hover,
  #mainNav li.current-menu-item a,
  #mainNav li a:active,
  #mainNav li li.current-menu-item a,
  #mainNav li.current-menu-item li a:hover,
  #mainNav li.current-menu-item li a:active {
    color: white;
  }

  #mainNav li li {
    float: left;
    border: 0;
  }

  #mainNav li li a,
  #mainNav li.current-menu-item li a,
  #mainNav li li.current-menu-item a {
    padding-left: 40px;
    background: url(images/sub1.png) no-repeat 20px 18px;
  }

  #mainNav li li.current-menu-item a,
  #mainNav li li a:hover,
  #mainNav li.current-menu-item li a:hover {
    background: url(images/sub1.png) no-repeat 20px -62px;
  }

  #mainNav li li:last-child a {
    background: url(images/subLast.png) no-repeat 20px 20px;
  }
  #mainNav li li:last-child.current-menu-item a,
  #mainNav li li:last-child a:hover,
  #mainNav li.current-menu-item li:last-child a:hover {
    background: url(images/subLast.png) no-repeat 20px -65px;
  }

  nav div.panel {
    float: none;
  }

  /*メインビジュアル*/

  .mv img {
    width: 100%;
  }

  /*新着情報*/

  #news {
    margin-top: 0px;
  }

  h2 i {
    margin-left: 10px;
  }

  /*★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

  #news,
  .banner,
  #map,
  #about_menu,
  #no1,
  #no2,
  #no3,
  #no3,
  #no4,
  #no5,
  #shuhai,
  #shuhai-eria,
  #map_menu,
  #kigyousama,
  #takuhai,
  #takuhai-nagare,
  #corona {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
  }

  /* banner */

  .banner_img {
    margin-top: 0px;
  }

  .banner_img img {
    width: 49%;
    height: auto;

    border: 1px solid gray;
    float: left;
    margin: 0 3px;
  }

  /*map*/
  #map {
    margin-top: 0px;
  }

  .map {
    margin: 0 auto;
  }

  .access {
    float: none;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
  }

  .access-map {
    float: none;
    padding: 10px;
    width: 510px;
    margin: 0 auto;
    width: 100%;
  }

  .access-map iframe {
  }

  .access-text1 {
    font-size: 30px;
    text-align: center;
  }

  .access-text {
    font-size: 17px;
    padding: 5px;
    margin: 0 auto;
    width: 399px;
    text-align: left;
  }
}

/* 640px用
------------------------------------------------------------*/

@media screen and (max-width: 640px) {
  p,
  span {
    font-size: 95%;
  }

  header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: auto;
  }

  /* ヘッダー*/

  .header {
    display: block;
    margin: 10px 0;
  }

  .header_right .fax {
    font-size: 1.2rem;
  }

  .header .header_right .wrap {
    display: flex;
    justify-content: center;
  }

  .header .header_right {
    margin-top: 10px;
  }

  .header_right .sns_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header,
  .logo,
  .info {
    text-align: center;
  }

  .sns_icon {
    margin-right: 5px;
  }

  .header_right .open {
    font-size: 0.8rem;
  }

  /* ロゴ*/
  .logo {
    float: none;
  }

  .logo img {
    height: 100px;
    margin-left: 0px;
    margin: 0;
  }

  /* 電話番号*/
  .tel {
    font-size: 1.4rem;
  }

  .info {
    float: none;
    margin-right: 0px;
    text-align: center;
    margin-top: -11px;
  }

  h2 {
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }

  .sale-pdf a img {
    margin-top: 10px;
    padding: 10px;
  }

  .banner_img {
    margin: 5px 10px;
  }

  .banner_img img {
    width: 100%;
    border: 1px solid gray;
    margin: 5px 0;
  }

  .access-map {
    float: none;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .access-map iframe {
    width: 100%;
  }

  .access-text1 {
    font-size: 25px;
    text-align: left;
  }

  .access-text {
    font-size: 16px;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }

  .corona_img {
    width: 100%;
  }
  .crona_box {
    margin: 10px 0;
  }

  #corona h2 {
    font-size: 1.2em;
    margin-top: 0px;
  }

  .access dt {
    width: 25%;
    font-size: 1rem;
    padding: 5px 0;
  }

  .access dd {
    width: 75%;
    font-size: 1rem;
    padding: 5px 0;
  }
}

/* 480px用　------------------------------------------------*/

@media only screen and (max-width: 480px) {
  #main-visual .mv img {
    display: none;
  }

  #main-visual {
    background-image: url(img/sp_mv.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(528 * 100vw / 750);
  }
}
