@charset "utf-8";
html{
  font-size: 100%;
}
body{
  font-family: "Yu Gothic Medium","游ゴシック Medium,YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serif";
  line-height: 1.7;
  color: #432;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
.logo{
  max-width: 130px;
  min-width: 130px;
  margin-left: -19px;
  margin-top: 13px;
}
.ka-to{
  max-width: 54px;
  min-width: 54px;
  margin-top: 5px;
}
.ka-to:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease 0s;
}
.tyumon{
  max-width: 60px;
  min-width: 60px;
  margin-top: 5.8px;
}
.tyumon:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease 0s;
}
.main-nav{
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 15px;/*元数字34px*/
  margin-right: 10px;
  list-style: none;
}
.main-nav li{
  margin-left:36px;
}
.main-nav a{
  color: #432;
  /*↓文字縁↓*/
  text-shadow :1px 1px 1px #ffffff,
                -1px 1px 1px #ffffff,
                 1px -1px 1px #ffffff,
                -1px -1px 1px #ffffff,
                 1px  0px 1px #ffffff,
                 0px  1px 1px #ffffff,
                 -1px  0px 1px #ffffff,
                 0px -1px 1px #ffffff;
  /*↑文字縁End↑*/
}
.main-nav a:hover{
  color:#0bd;
}
.page-header{
  display: flex;
  justify-content: space-between;
}
.wrapper{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 4%;
}
.footer-wrapper{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
/*HOME------------------------------------*/
.home-content{
  text-align: center;
  margin-top: 10%;
}
.home-content p{
  font-size:1.125rem;
  margin: 10px 0 42px;
  /*↓文字縁↓*/
  text-shadow :1px 1px 1px #ffffff,
                -1px 1px 1px #ffffff,
                 1px -1px 1px #ffffff,
                -1px -1px 1px #ffffff,
                 1px  0px 1px #ffffff,
                 0px  1px 1px #ffffff,
                 -1px  0px 1px #ffffff,
                 0px -1px 1px #ffffff;
  /*↑文字縁End↑*/
}
/*見出し*/
.page-title{
  font-size:3rem;
  font-family: 'Philosopher',serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height:3em;
  margin-top: 20px;
  margin-left: 5px;
  font-weight:bold;
  color: #fff;
  text-shadow:0 0.05em 0.08em rgba(0,0,0,0.7);
}
.top-content h3{
  font-size:2rem;
  margin-top: -50px;
}
/*ボタン*/
.button{
  font-size:1.375rem;
  background: #3072b5;
  color: #fff;
  border-radius: 5px;
  padding: 18px 32px;
}
.button:hover{
  background: #0090aa;
}
.big-bg{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#home{
  background-image: url(../images/hed4.jpg);
  min-height: 30vh;
  margin-bottom: 10px;
}
#home .page-title{
  text-transform: none;
}
#top{
/*background-image: url(../images/top-bg.jpg);*/
/*  background-color: #3072b5;*/
  border-width: 5px;
  border-top-style: solid;
  border-color: #3072b5;
  height: 60px;/*元60px*/
}
#top .page-title{
  text-align: center;
}
/*メインエリアstart*/
.top-contents{
  display: flex;
  justify-content: space-between;
  margin-bottom:50px;
  padding-top: 0px;/*id=topの上から50px離す*/
}
/*テーブル開始*/
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-left: solid 5px #3072b5;/*左線*/
}
table tr:last-child{
  border-bottom: none
}
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
table .table-title{
  text-align: left;
  font-size: 1.25rem;
  padding: 0.25em 0 0.25em 13px;
}
table .table-title a{
  margin-left: 20px;
  color: #3072b5;
}
.table-shopinfo{
  margin-top: 7px;
}
.shipping-cost{
  margin-top: 35px;
}
.item-linear-moto{
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-top: 10px;
}
.itemtitle{
  background-color: #f0f0f0;
  font-size: 1.25rem;
  padding-left: 10px;
}
.itemtitle a{
  color: #0bd;
  margin-left: 20px;
}
.item-linear{
  padding: 10px;
}
.info-bottom{
  margin-bottom: -15px;
}

article{
  width:74%;
}
article img{
  margin-bottom:20px;
  width:100%;/*本来無いのを書き込んだ*/
}
article p{
  margin-bottom: 1rem;
}
.post-info{
  padding-top: 4px;
  margin-bottom:40px;
}
/*
.post-date{
  background: #3072b5;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 1.625rem;
  text-align:center;
  position:absolute;
  top:0;
  padding-top:10px;
}
.post-date span{
  font-size: 1rem;
  border-top: 1px rgba(255, 255, 255, .5) solid;
  padding-top: 6px;
  display: block;
  width: 60%;
  margin: 0 auto;
}
*/
.post-title{
  font-family: "Yu mincho","YuMincho","serif";
  font-size: 2rem;
  font-weight: normal;
}
/*.post-title,
.post-cat{
  margin-left: 0px;元は120px
}*/
/*サイドバーstart*/
aside{
  width:22%;
  margin-top: 10px;
}
.sub-title{
  font-size: :1.375rem;
  padding:0 8px 8px;
  border-bottom:2px #3072b5 solid;
  font-weight: normal;
}
aside p{
  padding: 12px 10px;
}
aside img{
  width: 100%;
  border-radius: 20px;
  margin-bottom: 50px;
}
aside img:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease 0s;
}
.sub-menu{
  margin-bottom: 60px;
  list-style: none;
}
.sub-menu li{
  border-bottom: 1px #ddd solid;
}
.sub-menu a{
  color: #432;
  padding:10px;
  display: block;
}
.sub-menu a:hover{
  color: #0bd;
}
.outlet{
  margin-top: -12px;
  padding: 10px;
}
.johou{
  margin-top: -20px;
}
.egyo{
  margin-top: 25px;
}
/*カレンダー用テーブル
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.karenda11{
  padding: 10px;
}
.karenda12{
  background: #ffced8;
}
.cal {
  width: 100%;
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	background: #FFF;			/*テーブル内の背景色*/
	font-size: 11px;			/*文字サイズ*/
  border-collapse:collapse;
}
.cal td, .cal th{
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	text-align: center;			/*文字をセンタリング*/
  padding: 8px 0;
}
/*テーブル内のth(曜日)設定*/
.cal th{
	background: #ebebeb;	/*背景色*/
}
/*休日の設定*/
.cal .off {
	background: #ffced8;	/*背景色*/
	color: #666;			/*文字色*/
}
/*日曜日の設定*/
.cal .sun {
	color: #FF5C7F;			/*文字色*/
}
/*サイドバーend*/
/*メインエリアend*/

/*フッター*/
footer{
  border-top: 1px solid #f0f0f0;
  background: url(../images/f0f0f0.jpg);
  background-repeat: repeat-x;
  background-position: 0 200%;
  padding: 26px 0;
  margin-bottom: -30px;
}
.footer-nav{
  display: flex;
  list-style: none;
}
.footer-nav li{
  margin-left:36px;
}
.footer-nav a{
  color: #3072b5;
  font-size:0.875rem;
}
.footer-nav p{
  color: #000;
  font-size:0.875rem;
}
.footer-nav a:hover{
  color:#0bd;
}
.footer-nav h1{
  color:#3072b5;
  font-size: 1rem;
}
.footer-nav h1:hover{
  color:#0bd;
}
.footer-logo{
  width: 150px;
  margin-left: 20px;
}
.footer-line{
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.footer-corp{
  display: flex;
  justify-content: flex-end;
  margin-top: -27px;
}
.footer-corp-left{
  display: flex;
  justify-content: flex-start;
  margin-top: 42px;
}
/*フッターEND*/

/*検索エンジンstart*/
dl.search1{
  margin-top: 22px;
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/search2.png) no-repeat scroll 0 0;
}
.kensaku{
  margin-left: 10px;
  width: 950px;
}
/*検索エンジンend*/

.top-photo1{
  margin-top: -40px;
  margin-bottom: -20px;
}
/*見出しstart*/
.midasi h1 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #3072b5;/*左線*/
    margin-bottom:20px;
  }
  .midasi a {
    margin-left: 20px;
    color:#3072b5;
    font-weight: bold;
  }
/*見出しend*/
/*メインメニュー画像STRAT*/
.grid,.grid2{
  display:grid;
  gap:26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top:2%;
  margin-bottom: 50px;
}
.grid img,.grid2 img{
  border-radius: 15px;
}
.grid img:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease 0s;
  }
.grid p{
  margin-top: -20px;
}
.grid p:hover{
  color:#0bd;
}
.grid2{
  grid-template-columns: 1fr 1fr ;
}
/*お知らせ開始*/
.oshirase iframe{
  height: 600px;
  width:100%;

}
/*お知らせ終了*/
/*メインメニュー画像END*/

/*ドロップダウンメニュー*/
/* mddNav（ドロップダウンメニュー全体とナビボタン）
------------------------------------- */
.mddNavBackground{
  background-color: #f0f0f0;
  height: 45px;
  margin-bottom: 10px;
}
#wrapper{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0%;
}
#mddNav {
  margin-top: 30px;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 45px;
  background: #ebebeb;
  background: #f0f0f0;
}
#mddNav > ul {
  display: flex; /*グローバルナビゲーションを横並びに*/
  margin: 0 auto;
  width: 100%;/*1350px*/
  height: 45px;
  text-align: center;
}
#mddNav > ul > li {
  width: 100%;
  height: 45px;
  list-style-type: none;
}
#mddNav > ul > li a {
  color: #000;
}
#mddNav > ul > li:last-child {

}
#mddNav > ul > li > a {
  display: block;
  height: 45px;
  font-weight: bold;
  line-height: 45px;
  transition: all 0.2s linear;
  text-align: left;
  margin-left: 25%;
}
#mddNav .mddNavtop a{
  text-align: right;
  margin-right: 32%;
}
#mddNav > ul > li:hover > a {
  /*background: #FFF;*/
  color: #0bd;
}
/*
#mddNav .top100 {
  margin-left: 50%;
}
*/


/* mddWrap
------------------------------------- */
#mddNav .mddWrap {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 250px;
  text-align: center;
  background: #fff;
  background: linear-gradient(to bottom,  #fff 0%,#fff 100%);
  box-shadow: 0 2px 2px #eee;
}
#mddNav .mddWrap .mddInner {
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;/*1350*/
  padding : 0 4%;
  height: 200px;
  line-height: 1.5em;
  text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
  display: flex;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
  margin-right: 20px;
  width: 350px;
/*  float: left;*/
  border-right: #aaa 1px solid;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
  margin-right: 0;
  border-right: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {
  line-height: 1.8em;
  list-style-type: none;
  padding: 5px 0;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
  margin-right: 0.9em;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:link {
  /*text-decoration: underline;*/
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
  /*text-decoration: none;*/
  color: #0bd;
}
#mddNav .mddWrap .mddInner p {
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 1.6em;
  border-left: #3072b5 5px solid;
}
#mddNav .mddWrap .mddInner p strong {
  font-size: 1.1em;
  display: block;
  margin-top: 20px;
  padding: 5px 0;
}
#mddNav .mddWrap .mddInner > div span {
  margin-bottom: 5px;
  margin-left: 15px;
  font-weight: bold;
}
/*------------------------------------- */
.fa-chevron-right {
  color: #F00;
}
/*------------------------------------- */
/*ドロップダウンメニューend*/

/*スライドショースタート*/
.suraido{
  text-align: center;
  width: 100%;
  height: 100%;
}
/*スライドショーEND*/

/*リスト　css start*/
ol{
  counter-reset:list;
  list-style-type:none;
  padding: 0;
}
ol li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 10px 30px;
  padding-left:10px;
  font-size:1rem;
  font-weight: bold;
  border-bottom:solid 1px #3072b5;

}
ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 30px;
  height: 32px;
  background: #3072b5;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-linear img{
  width: 50px;
  margin-left: 45px;
  margin-bottom: -5px;
}
/*リスト　css end*/


/*ハンバーガーメニューstart*/
@media screen and (min-width:600px) {
   #nav-drawer{
     display:none;
   }
 }
#nav-drawer {
  position: relative;
}
@media screen and (min-width:600px) {
   .ham-line{
     display:none;
   }
 }

.ham-line{
}

.ham-menu{
  width: 50px;
  margin-top: 6px;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;/*元30px*/
  height: 22px;/*元22px*/
  vertical-align: middle;
  margin-top: 12px;
  margin-left: 12px;/*元12px*/
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;

}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 75%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
/*ハンバーガーメニューend*/

/*検索*/
/*検索エンジンstart*/
dl.search1{
  margin-top: 22px;
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 12px;

}
dl.search1 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
  outline: none!important;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
  outline: none!important;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/search2.png) no-repeat scroll 0 0;

}
.kensaku{
  margin-left: 10px;
  width: 950px;
}
.kensaku1{
  display: none;
}
/*検索エンジンend*/
/*検索*/

/*------------------------レスポンシブstrat-------------------------*/
@media (max-width:600px){
  .page-header{
    display: flex;
    justify-content: space-between;
    /*flex-direction: column;*/
    /*align-items: center;*/
  }
  .page-title{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top-content h3{
    font-size:1rem;
  }
  /*HEADER*/
  .logo{
    width: 110px;
    min-width: 115px;
    max-width: 115px;
    margin-top: 18px;/*元22px*/
    margin-left: -6px;
  }
  .main-nav{
    font-size: 1rem;
    margin-top:15px;
  }
  .main-nav li{
    margin: 0px 0px;
  }
  .ka-to{
    margin-left: 15px;
    margin-right: 13px;
  }
  /*HOME*/
  .top-content{
    margin-top: 40px;
  }
  .top-contents{/*本来はnews-contents*/
    margin-top: -75px;
    flex-direction: column;
  }
  #home{
    min-height: 15vh;
    margin-bottom: 40px;
    margin-top: 100px;
  }
  article,
  aside{
    width: 100%;
  }
  #top .page-title{/*本来news_indexの時は変更*/
    margin-top: 30px;
  }
  aside{
    margin-top: 60px;
  }
  .post-info{
    position: relative;/*原点*/
    margin-top: 60px;
    margin-left: -80px;
    margin-bottom: 30px;
  }

  .post-title{
    font-size: 1.375rem;
    margin-top: -15px;
  }
  .post-cat{
    font-size: :0.875rem;
    margin-top: 10px;
  }
  .post-title,
  .post-cat{
    margin-left: 80px;
  }
  .footer-line{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav{
    flex-direction: column;
    align-items: left;
    width: 100%;
  }
  .footer-nav h1{
    font-weight: 100;
  }
  .footer-nav li{
    margin-left: 0%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 0 15px 10px;
    margin-bottom: 5px;
    background-image: url(../images/yajirusi-s.png);
    background-repeat: no-repeat;
    background-position: 97.5%;
    background-size: 10px;
  }
  .footer-logo{
    margin-left: -4%;
    margin-bottom: 10px;
  }
  .footer-corp{
    margin-top: 0px;
  }
  .footer-corp li{
    border: 0px solid #dcdcdc;
    background-image: none;
    margin-top: -30px;
  }
  .footer-corp-left{
    margin-top: 100px;
  }
  .footer-corp-left li{
    margin-top: 0px;
    border: 0px solid #dcdcdc;
    background-image: none;
  }
  footer{
    background-image: url(../images/f0f0f0.jpg);
    background-repeat: repeat-x;
    background-position: 0 390%;
    background-size: 500px;
  }
  .grid{
    display: grid;;
    gap:26px;
    grid-template-columns: repeat(2,1fr);
    margin-top: 6%;
    margin-bottom: 50px;
  }
  .grid2{
      display: grid;;
      gap:26px;
      grid-template-columns: repeat(1,1fr);
      margin-top: 6%;
      margin-bottom: 50px;
    }
  .mddNavBackground{
    display:none;
  }
  #mypic{
    margin-top:100px;
  }
  .kensaku{
    margin-left: -130px;
    margin-top: 60px;
  }
  dl.search1{
    margin-top:30px;
    width: 100%;
  }
  div.suraido{
    margin-top: 30px;
  }
  .bxslider img {
      min-height: 250px;
      object-fit: cover;
  }
  .footer-wrapper{
    padding: 0 4%;
  }
  .top-photo1{
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .table-shopinfo{
    margin-top: 60px;
  }
  .shipping-cost{
    margin-top: 35px;
  }
  .table-title a {
    display: none;
  }
  .item-linear-moto{
    margin-top: 60px;
  }
  .kensaku{
    display: none;
  }
  .kensaku1{
    display: block;
    position: absolute;/*原点からの指示*/
    top: 64px;/*原点からtop95px離れる*/
    width: 92%;
    margin: 0 4%;
    overflow: hidden;
  }
}
/*レスポンシブEND*/
