body{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-family: "FOT-筑紫A丸ゴシック Std E","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  /* background-color: #9ea1a317;*/
}

/* 共通 */
.main_area{
  max-width: 1050px;
  margin: auto;
}
.pc { display: block !important; }
.sp { display: none !important; }
.col1{
  width: 40%;
  margin:0 2.5%;
}
.col2{
  width: 40%;
  margin:0 2.5%;
}
.col3{
  width: 50%;
  margin:0 2.5%;
}
.col5{
  text-align: center;
  width: 20%;
}
.cols{
  display: flex;
  flex-wrap: wrap;
}
.cols ul{
  display: flex;
}
.cols li{
  margin: 10px;
}
.cols p {
  text-align: center;
}
/* align */
.alC {
  text-align: center;
}
/* ヘッダー画像 */
.top_key{
  position: relative;
  line-height: 0;
}
.top_key img{
  width: 100%;
  max-width: 110px;
}
div.topImg{
  background-image: url("/wp-content/themes/amidojp/images/add_img/TOP3.png");
  width: 100%;
  height: 0;
  padding-top: 30%;
  background-size: contain;
}
.subTitle{
  display:none;
}
/* indent */
.inent0_5em {
  text-indent: 0;
  padding-left: 0.5em;
}

.inent1em {
  /* text-indent: -1em; */
  padding-left: 1em;
}

/* 
ヘッダーメニュー用
*/
.sp_logo{
  display: none;
}
#hdMenuBtn, #hdSearchBtn {
  display: none;
}
.header {
  display: flex;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: white;
  justify-content: space-between;
  line-height: 1.4;
  margin: 5px 0;
  padding: 10px 20px;
  box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.32);
}
.header .logo {
  font-size: 20px;
}
header.fixed{
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
header div.header nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header div.header nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.nav-wrap {
  display: flex;
  align-items: center;
  margin: auto;
}
.nav-wrap .nav{
  display: contents;
}
.search{
  position: relative;
}
.search img{
  width: 20px;
  bottom: 5px;
  right: 10px;
  position: absolute;
}
.nav-button {
  display: none;
}
.nav a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.nav li {
  display: inline-block;
  margin: 0 15px;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
/* ヘッダーメニュー モーダル */
.modal{
  display: none;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 300;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 100%;
}
#globalNav {
  position: absolute;
  width: 100%;
  background: #ffffff;
  border-top: 3px solid #3999de;
  border-bottom: 3px solid #3999de;
  z-index: 1000;
  height: 100vh;
  overflow: scroll;
}
#globalNav:after {
  display: block;
  content: '';
  height: 200px;
}
#globalNav .gnavList > li {
  float: none;
  border-bottom: 1px solid #a8c5d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}
#globalNav .gnavList > li > a {
  position: relative;
  padding: 15px 45px 15px 20px;
  display: block;
  background: #ffffff;
  color: #444444;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
}
#globalNav .gnavList > li > a:after,
#globalNav .gnavList .gnavChild > li > a:after {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  background: url(/cmn-files/img/com_arw_ic07.png) 0 0 no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
}
.acd-check{
  display: none;
}
.acd-label{
  position: relative;
  padding: 15px 45px 15px 20px;
  display: block;
  background: #ffffff;
  color: #444444;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
.acd-content{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;

  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 500px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-content #right-navi{
  width: 100%;
  display:block;
}
.acd-content #right-navi .rightNavi2nd{
  margin: 0;
}

/* 
TOPページ コンテンツ
*/
#container{
  position: static;
  width: 100% !important;
}
.content {
  padding: 20px;
}
.relationArea, .newsSection, .shopArea, .product_area{
  padding-bottom: 40px;
}
/* 見出し */
.container_headline h1 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  margin: 40px 0;
}
.container_headline h2 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  margin: 40px 0;
}
.container_headline{
  text-align: center;
}
.flex_box{
  display: flex;
  align-items: center;
}
/*
TOPページ 商品一覧
*/
.product_area{
  width: 100%;
  background-image: url("/wp-content/themes/amidojp/images/add_img/product_background.png");
}
.productContent{
  max-width: 1000px;
  margin: auto;
}
.product_navi {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  align-content:stretch;
}
.product_navi h3{
  letter-spacing: 3px;
  padding: 5px;
}
.product_area, .newsSection{
  background-position: center;
}
.product_navi .product{
 display: inline-block;
}
.product_navi h3{
  position: relative;
  font-size: 16px;
  background-color: #399fe8;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.product_navi h3:after {
  border: 10px solid transparent;
  border-top-color: #399fe8;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 5%;
  position: absolute;
  width: 0;
  border-width: 10px 5px 0 5px;
}
div.product_navi div.cols .col {
  width: 170px;
  text-align: center;
}
/* 
TOPページ　店舗検索
*/
.shopArea{
  width: 100%;
  background-image: url("/wp-content/themes/amidojp/images/add_img/shop_background.png");
}
.shopAreaBox{
  background-color: white;
  max-width: 960px;
  margin: auto;
}
.container_headline .description{
  padding: 20px;
}
#contentsNavi .searchShop .inner .map ul{
  background:url(./amido_files/index_il001.gif) 0 no-repeat
}
#contentsNavi .searchShop{
    float: unset;
    margin: auto;
}
#infoArea .info {
  float: left;
  width: 100%;
  font-size: 90%;
}
.shopAreaBox .flex_box{
  margin-bottom: 15px;
}
.shopArea a{
  text-decoration: none;
}
.district p{
  background: #399fe8;
  color: white;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
}
.districtDetails{
  margin-left: 10px;
}
.districtDetails li{
  margin: 0;
}
.districtImageArea{
  width: 50%;
}
.districtTextArea{
  display:block;
  width: 50%;
}
/*
TOPページ 新着情報
*/
.newsList .date{
  position: relative;
  flex: 0 0 216px;
}
.newsList dl{
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.newsList dl dt{
  margin: 10px 0px;
}
.newsList dl dd{
  width: calc(100% - 216px);
  margin-left: auto;
  margin: 10px 0px;
}
.menu-item{
  padding: 0 10px;
}
.menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageList{
   position: relative;
  text-align: right;
}
.pageList a{
  font-size: 20px;
  background: rgba(27, 37, 56, 1);
  border-radius: 4px;
  color: #fff;
  padding: .3em 1.1em .4em .3em;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
}
.pageList a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}
.newsSection{
  width: 100%;
  background-image: url("/wp-content/themes/amidojp/images/add_img/news_background.png");
}
.newsSection .innerWrap {
  position: relative;
}
.newsSection .newsList {
  padding-bottom: 35px;
}
.newsSection .newsArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  height:38px;
}
.newsSection .newsList .newsDate {
  width: 110px;
  float: left;
  margin-right: 3%;
  background-color: #399fe8;
  border-radius: 4px;
  text-align: center;
  color: white;
}
.newsSection .newsList .newsArea .newsText {
  overflow: hidden;
  width: 80%;
}
.newsSection .newsList .newsArea .newsText a{
  color: black;
}
.newsSection a{
  text-decoration: none;
}
.newsSection .moreLink {
  background: #399fe8;
  color: white;
  border: 1px solid #3999de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 29%;
  padding: 7px 60px;
  text-align: center;
}
/* 
新着情報一覧へアイコン
*/
.newsSection .moreLink{
  margin: auto;
  max-width: 220px;
}
.listIcon::after{
  right: 30px;
}
.listIcon::before {
  right: 30px;
}
.arrow{
    position: relative;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.listIcon::before{
    right: 5px;
    width: 15px;
    height: 2px;
    background: #fff;
}
.listIcon::after{
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
　TOPページ 関連リンク枠
*/
.relationArea img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.relationArea .cols .col {
  width: auto;
  max-width: 300px;
}

/* フッターリンク */
.linkArea{
  max-width: 700px;
  margin: auto;
}
footer{
  width: 100%;
  background-color: #ecf8fc;
  text-align: center;
  padding: 30px 0;
}
footer .cols .col {
  width: 250px;
  background-color: unset;
}
footer .cols .col.logo {
  width: 100px;
  background-color: unset;
}
footer .cols ul{
  display: block;
  text-align: left;
  margin-left: 25px;
}
footer .cols .col img{
  width: 100px;
  background-color: unset;
}

/*
  TOPページ取り扱い店舗検索枠
  タブレットサイズ
*/
@media screen and (max-width: 925px) {
  .districtImageArea{
    width: 100%;
  }
  .districtTextArea{
    width: 100%;
    display: inline;
    margin: 0 auto;
  }
  
}



/* SP */
@media screen and (max-width: 600px) {
  /* 共通 */
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  .col1{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .col2{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .col3{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .col5{
    width: 50%;
  }
  .cols {
    display: flex;
    flex-wrap: wrap;
  }
  td img {
    margin: 5px;
  }
  /* ヘッダーメニュー*/
  #hdMenuBtn, #hdSearchBtn {
    display: block;
  }
  #hdMenuBtn, #hdSearchBtn{
    display: table-cell;
    width: 14.4%;
    text-indent: -9999px;
    vertical-align: middle;
  }
  #hdMenuBtn a {
    background: url(/wp-content/themes/amidojp/images/sp_com_menu_bt01.gif) 50% 50% no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    height: 0;
    padding-top: 100%;
  }
  #hdSearchBtn a{
    background: url(/wp-content/themes/amidojp/images/sp_com_search_bt01.gif) 50% 50% no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    height: 0;
    padding-top: 100%;
  }
  .header{
    padding: 0;
  }
  .menu{
    text-align: left;
    display: block;
  }
  .menu-item{
    padding: 0 0 5px 10px;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .sp_logo{
    display: block;
    display: contents;
    position: absolute;
    left: calc(50% - (110px / 2));
    top: 6.5px;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wrap li {
    display: block;
    margin: 2em;
  }
  .nav-wrap li a {
    color: #fff;
    font-size: 18px;
  }
  


  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button.active{
    position: fixed;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 35px;
    height: 28px;
  }

  .nav-button.active{
    width: 40px;
    height: 36px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #a9a9a9;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 12px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
    width: 20px;
  }
  .nav-button.active span:nth-of-type(3){
    width: 100%;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }


  /* TOPページ画像 */
  div.topImg{
    background-image: url("/wp-content/themes/amidojp/images/add_img/TOP_SP2.png");
    width: 100%;
    height: 0;
    padding-top: 66%;
    background-size: contain;
  }
  .subTitle{
    display:block;
    font-size: 1.4rem;
    margin: 20px 0;
  }
  /* TOPページ 商品枠 */
  .product_navi {
    padding: 0 2%;
    width: 100%;
    display: block;
  }
  .product_navi .product{
    margin: 10px 0;
    
  }
  div.product_navi div.cols .col{
    width: 50%;
  }
  .districtImageArea{
    width: 100%;
  }
  .districtTextArea{
    display:none;
    width: 0;
  }

    /* 取り扱い店舗検索 */
  .shopAreaBox{
    max-width: 91%;
  }
  
  /* TOPページ 新着情報 */
  .newsSection .newsArea {
    display: block;
    margin: 10px;
    height: auto;
  }
  .newsSection .newsList .newsArea .newsText {
    width: 100%;
  }
  .newsList .newsArea{
    margin: 25px;
  }
  .newsSection .newsList .newsArea .newsDate{
    display: inline;
    width: unset;
    float: unset;
    padding: 5px 5px;
  }
  .newsSection .newsList .newsArea .newsText{
    margin-top: 10px;
  }
  .newsList dl dt {
    margin: 5px 0;
  }
  .newsList dl dd{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .newsSection .moreLink{
    width: 60%;
    margin: 0 auto;
    padding: 15px 35px;
    text-align: initial;
  }
  .relationArea .cols .col{
    margin: 5px auto;
  }

  /* フッター */
  footer .cols .col.logo{
    width: 100%;
    text-align: left;
  }
  footer .cols .col.logo.seiki{
    display:none;
  }
  footer .cols .col.amidoLink{
    width: 45%;
  }
  footer .cols .col.seikiLink{
    width: 55%;
  }
  footer .cols{
    margin-left: 25px;
    margin-bottom: 15px;
  }
  footer .cols ul{
    margin-left: 0;
  }
}





/* 商品詳細ページ */

.content{
  margin: 0 auto;
  padding: 40px;
}
.contentArea{
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1000px) {
.contentArea{
  margin: 0 1%;
}
}
.contentArea .container_headline h1{
  width: 100%;
  background-color: #399fe8;
  color: white;
  padding: 15px 0;
  font-size: 2rem;
  margin: 20px 0 10px 0;
}
.contentArea .container_headline h2{
  width: 100%;
  background-color: #399fe8;
  color: white;
  padding: 15px 0;
  font-size: 2rem;
  margin: 20px 0 10px 0;
}
.productMoveArea{
  width: 100%;
  background-image: url(/wp-content/themes/amidojp/images/add_img/shop_background_20201111.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 10px;
}
.productMoveArea .contentArea .container_headline h2{

}
.productMoveAreaBox{
  margin: 20px auto;
}
.productMoveAreaBox .cols .colLeft{
  width: 73.5%;
  margin: 0 1%;
}
.productMoveAreaBox .cols .colRight{
  width: 20%;
  margin: 0 2.5% 0 1%;
}
.colRight{
  width: 20%;
  margin: 0 2.5% 0 1%;
}
@media (max-width: 600px) {
#container .colRight {
display: none;
}
  .colRight{
  width: 0%;
  margin: inherit;
}
}
.productMoveAreaBox .cols .movie-wrap {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.productMoveAreaBox .cols .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.linkWay{
  position: relative;
  background: #fff;
  border: 1px solid #399fe8;
  display: inline-block;
  color: #399fe8;
  padding: 10px;
  margin-top: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.linkWay span:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11.3px;
  border-color: transparent transparent transparent #007bff;
  margin-right: 5px;
}
a .linkWay {
  text-decoration: none;
  color: #399fe8;
}
@media (max-width: 768px) {
  * {
    text-decoration: none;
  }
  #container table {
    width: 100%;
  }
  #container .section {
      width: 100%;
      padding: 0 16px 20px;
  }
  .page-id-3183 .mt10 {
    display: block;
  }
  .page-id-3183 table tbody, .page-id-3183 table tr, .page-id-3183 table td, .page-id-3183 table th {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
}
.linkWay a:visited {
  display: none;
}
@media (max-width: 768px) {
  .linkWay {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  }
}
.box {
  margin: auto;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: #99ccff;
}
.colsHeadLine{
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.containerArea{
margin-bottom: 20px;
}

/* 右メニュー */
#right-navi{
  float: none;
  width: auto;
}
#right-navi .rightNavi2nd{
  margin: 20px 0;
  border: 1px solid #399fe8;
}
@media (max-width: 768px) {
#main .banner {
  padding-top: inherit;
  width: auto;
}
}
.banner li a img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}

#container #right-navi .categoryTopNew a{
  display: block;
  text-indent: 0px;
  text-decoration: none;
  font-size: 16px;
  background-color: #399fe8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #65919F;
  color: #fff;
  text-align: center;
  padding: 8px 8px 8px;
}

#right-navi .rightNavi2nd .rightNavi3rd dd a.on:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 4.5px);
  left: 5px;
  width: 0;
  height: 0;
border-style: solid;
border-width: 11.3px 6.5px 0 6.5px;
border-color: #007bff transparent transparent transparent;
}
#right-navi .rightNavi2nd .rightNavi3rd dd a.off:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 4.5px);
  left: 5px;
width: 0;
height: 0;
border-style: solid;
border-width: 6.5px 0 6.5px 11.3px;
border-color: transparent transparent transparent #007bff;
}

#right-navi .rightNavi2nd .rightNavi3rd dd{
  border-top: 1px solid #399fe8;
}
#right-navi .rightNavi2nd .rightNavi3rd dd a{
  position: relative;
}
#right-navi .rightNavi2nd .rightNavi3rd dd a:hover{
  background-image: none;
}
#right-navi .rightNavi2nd .rightNavi3rd dt, #right-navi .rightNavi2nd .rightNavi3rd dd a.on{
  background-color: #eef7fc;
  background-image: none;
}
#right-navi .rightNavi2nd .rightNavi3rd dd a span {
  background-image: none;
}
#right-navi .rightNavi2nd .rightNavi3rd dd a.on span {
  background-image: none;
}

#right-navi .rightNavi2nd .rightNavi3rd .rightNavi4th {
  display: inherit;
}
#right-navi .rightNavi2nd .rightNavi3rd .rightNavi4th li{
  margin: 0;
  border-left: 6px solid #eef7fc;
  border-top: none;
}
#right-navi .rightNavi2nd .rightNavi3rd .rightNavi4th a {
  border-top: 1px solid #b8dddd;
  padding: 8px 5px 6px 19px;
  background: url(../images/com_ic004.gif) 8px 0.95em no-repeat;
}
#right-navi .rightNavi2nd .rightNavi3rd .rightNavi4th li.active {
    background: #eef7fc;
}
#right-navi .banner li{
  margin-top: 5px;
  margin: 0;
}

/* 商品詳細ページ 商品枠 */
.productDetail{
  width: 100%;
  background-image: url(/wp-content/themes/amidojp/images/add_img/product_background.png);
  padding: 40px 0;
}
.detail .cols .col2 .text{
margin-bottom: 30px;
}
.detail .cols .col2 .text, #flash-new-items .title{
  background-color: #fff;
}
.containerArea .cols{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.containerArea div a:link {
  text-decoration: none;
}
@media (max-width: 600px) {
.contentArea .productCol02 .mt10 {
  margin-top: inherit !important;
  margin-bottom: 10px;
}
}
.detailImg, .productCol{
  text-align: center;
  width: 33%;
}
.productCol02 {
  text-align: center;
  margin: 0 auto;
}
.productCol02 .colorSampleBox {
  display: flex;
  justify-content: center;
}
.productCol02 .colorSampleBox .colorSample {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 600px) {
  .productCol02 .colorSampleBox {
    display: flex;
    flex-direction: column;
  }
  .productCol02 .colorSampleBox .colorSample {
    margin-bottom: 15px;
    margin-right: inherit;
    justify-content: flex-start;
  }
}

#flash-new-items .point{
  width: 32%;
  background-color: #FFF;
  margin-bottom: 13px;
}
#flash-new-items .point:last-child {
  background-color: inherit;
  display: flex;
  align-items: center;
}
.detail .cols .col2{
  width: 45%;
}
#flash-new-items .photo img{
  width: auto;
}
.productDetail2{
  background-color: #ffffff;
  width: 100%;
}
.productDetail2 .contentArea .container_headline h2{
  padding: 15px 0;
}
.colorSample{
  display: flex;
  justify-content: center;
  align-items: center;
}
.colorSample span{
  margin-left: 10px;
}
.toolArea{
  margin: 5px 0 40px 0;
}
.toolArea .faqBox {
  border-top: solid 1px #ccc;
  margin-top: 30px;
  padding-top: 15px;
}
.toolArea .faqBox a {
text-decoration: none;
}
#flash-new-items .number{
  background: #399fe8;
}
/* 表組 */
.normalTable th{
  background: #399fe8;
  padding: 5px 0;
}
table .hyou th {
  padding: 3px;
  border-right: solid 1px #000000;
  background-color: #399fe8;
  color: #FFFFFF;
  text-align: center;
}
/* 表2 */
table.hyou-2 th {
  padding: 3px;
  border: solid 1px #336666;
  background-color: #399fe8;
  color: #FFFFFF;
}


/* 商品詳細ページ レコメンド枠 */
.recommendBox02{
  background: #eef7fc;
  padding: 30px;
}
.recommendHedLine h3{
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
}
.recommendBoxColImg{
  width: 25%;
  text-align: right;
  margin-right: 10px;
}
.recommendBoxColText{
  width: 70%;
}
.recommendBox02 .cols .recommendBoxColText p{
  text-align: left;
  margin: 5px 0;
}
/* お客様の声 */
.recommendBox03{
  background: #eef7fc;
  margin-bottom: 27px;
  border-radius: 10px;
}
.recommendBox03 .voiceLeft {
  display: flex;
  padding: 0 20px 20px;
}
.recommendBox03 .voiceRight {
  display: flex;
  padding: 0 20px 20px;
  justify-content: flex-end;
}
.recommendBox03 dd .voiceImg {
  max-width: 100%;
  flex-shrink: 0;
  margin: inherit;
  display: flex;
  align-items: center;
}
.recommendBox03 dt {
  color: #FFF;
  padding: 9px 0 5px 15px;
  margin-bottom: 20px;
  background: #399fe8;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 10px 10px 0 0;
  zoom: 1;
}
.recommendBox03 .voiceLeft .voiceText {
  float: left;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px;
  margin-left: 15px;
  display: inline-block;
  display: flex;
  align-items: center;
  text-align: initial;
}
.recommendBox03 .voiceLeft .voiceText:before {
  content: "";
  display: block;
  border-left: 9px solid transparent;
  border-right: 9px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  position: absolute;
  left: -17px;
  top: 40%;
}
.recommendBox03 .voiceRight .voiceText {
  float: left;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 10px;
  margin-right: 15px;
  display: inline-block;
  display: flex;
  align-items: center;
  text-align: initial;
}
.recommendBox03 .voiceRight .voiceText:before {
    content: "";
    display: block;
    border-left: 9px solid #ffffff;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -17px;
    top: 40%;
}
/* SP */
@media screen and (max-width: 600px){
  #right-navi{
    display:none;
  }
  .productMoveAreaBox .cols .colLeft{
    width:100%;
  }
  /* 商品詳細ページ */
  .detail .cols .col2 .text{
    margin: 0 10px;
  }
  .detail .cols .col2 .text p{
    padding: 0px 5px;
  }
  #flash-new-items .point{
    width: 45%;
  }
  #flash-new-items .point .title{  
    height: 60px; 
  }
  #flash-new-items .point .image{
    height: inherit; 
    background-color: #fff;
  }
  .detailImg, .productCol{
    width: 50%;
  }
  .detail .cols .col2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .recommendBox02 .cols{
    text-align: center;
  }
  .recommendBoxColImg{
    width: 100%;
    text-align: center;
  }
  .recommendBoxColText{
    width: 100%;
    text-align: center;
  }
  .recommendBox02 .cols .recommendBoxColText p{
    text-align: center;
  }
}
/* 下層ページあらい */
/* heading01 */
.heading01 {
  margin: 0 0 12px;
  background: url(../images/com_bg004.gif) 0 bottom no-repeat #eef7fc;
  zoom: 1;
  margin-top: 20px;
}

.heading01 .shoulder {
  display: block;
  padding: 3px 15px 2px;
  background: url(../images/com_bg005.gif) 0 0 no-repeat #399fe8;
  color: #ffffff;
  font-size: 85%;
  zoom: 1;
}

.heading01 .title {
  display: block;
  padding: 13px 15px 15px 15px;
  font-size: 130%;
  font-weight: bold;
}
.heading04 {
  margin-bottom: 8px;
  padding: 4px 5px 2px;
  border: 1px solid #dddddd;
  width: 200px;
  margin: 5px auto;
  text-align: center;
}
/*Ui Tabs*/
#tabs .tabFrame {
  border: none;
  border-top: none;
}
#tabs .tabFrame .inner {
  padding: 0;
}


/**/
.smallContents {
  
}
.heading08 {
    padding-bottom: 3px;
    border-bottom: #276998 solid 1px;
    color: #276998;
    font-weight: bold;
}
#tabs {
  line-height: 1.5;
  margin: auto;
  font-size: inherit;
}

/* heading03 */
.heading03 {
    margin: 25px -15px 14px 0;
    border-bottom: 1px solid #399fe8;
    zoom: 1;
    display: flex;
    align-items: center;
}
.heading03 span {
  display: flex;
  background: none;
  padding: inherit;
  font-weight: inherit;
}
.heading03 .colorBox {
  font-size: 1.2rem;
  color: #399fe8;;
}
.heading03 .colorBox02 {
  background-color: #399fe8;
  padding: 2px 10px;
  color: #FFF;
  font-size: 0.7rem;
}
/* heading05 */
.heading05 {
  margin-bottom: 5px;
  padding: 0 10px 0 16px;
  background: url(/wp-content/themes/amidojp/assets/images/com_ic005_01.gif) 0 0.2em no-repeat;
  zoom: 1;
}
@media (max-width: 768px){
  #container .heading03 {
      margin: 25px 0 14px 0;
  }
  #container .section {
      width: 100%;
      padding: inherit;
  }
  .smallContents {
    display: flex;
    flex-direction: column;
  }
}
.sectionBox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px){
.sectionBox {
  flex-direction: column;
}
}
/* FAQ共通 */
.faqList {
  background: inherit;
  margin-bottom: inherit;
  padding-bottom: inherit;
}
.faqList:last-child {
  margin-bottom: 30px;
}
.faqList dd {
    padding: 5px 0 6px 38px;
}
.lineBox {
    border-bottom: dashed 1px #cccccc;
    margin-bottom: 15px;
  margin-top: 15px;
}
/* 補助支柱 */
.NHS {
  display: flex;
}
.NHS-240Box {
  display: flex;
}
.NHS-240Img02Box {
  display: flex;
}
.NHS240Img02 {
  margin: auto;
  text-align: center;
}
.NHS240ImgText {
  background-color: #eef7fc;
  text-align: center;
  padding: 10px;
  margin: 0 5px;
}
@media (max-width: 768px) {
.NHS {
  display: block;
}
}


/* 網戸のネット */
@media (max-width: 768px) {
.page-id-3201 .heading05 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    padding: 4px;
    background: #eee;
}
.page-id-3201 .section-sp .columThree01 {
    text-align: center;
}

.page-id-3201 .section-sp .columThree01 .col1st, .page-id-3201 .section-sp .columThree01 .col2nd, .page-id-3201 .section-sp .columThree01 .col3rd {
    float: none;
    margin: 8px auto;
}
  .page-id-3201 .columThree01 .col1st {
    float: inherit;
    width: 200px;
    margin: auto;
  }
}

/* pageTop */
.pageTop {
  margin-bottom: 20px;
  text-align: right;
}

.pageTop a {
  text-align: right;
  padding-left: 20px;
  background: none;
}

* html .pageTop a {
  background: none;
  zoom: 1;
}
/* 下層ページ共通 */
.sectionSmall {
  display: flex;
  justify-content: space-between;
}
.sectionSmall div {
  width: 48%;
}
table.hyou th {
    padding: 3px;
    border-bottom: solid 1px #336666;
    border-right: solid 1px #336666;
    background-color: #399fe8;
    color: #FFFFFF;
}
.widthBox {
  color: #FFF;
  width: 90px;
  padding: 0px;
  background: #276998;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 4px 0;
}
@media (max-width: 768px) {
  .sectionSmall {
    display: block;
  }
.sectionSmall div {
  width: 100%;
  padding-bottom: 10px;
}
.sectionSmall .widthBox {
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
}
.productMoveAreaBox .flex-box{
  display: flex;
  align-items: flex-end;
}
.productMoveAreaBox .flex-item-button{
  width:300px;
}
.productMoveAreaBox .flex-item-img img{
  width: 100%;
  margin-bottom: -4px;
}
.productMoveAreaBox .flex-item-img a:hover {
    opacity: .8;
}
@media (max-width: 768px){
  .productMoveAreaBox .flex-box{
    display: block;
  }
  .productMoveAreaBox .flex-item-button{
    width:100%;
  }
}

/* 取り付けページ用 */
#tabs.newTab .tabList {
    margin-bottom: 20px;
}
#tabs.newTab .tabList li {
    margin: 0 4px 0 0;
}
@media (max-width: 768px){
    #tabs.newTab .tabList li {
        margin: 0;
    }
}