@charset "utf-8";
/*
Theme Name: ecp_wt
Theme URI: http://theme-designers.com/
Description: テーマデザイナーズによるwordpressテーマの自動生成
Version: 1.0
Author: テーマデザイナーズ by Webloco
Author URI: http://theme-designers.com/
Tags: theme-designers webloco

	Webloco template v1.0
	 http://webloco.webolha.com/

	designed and built by Webloco template,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*-------------------レイアウト-----------------------*/
/*--bodyのスタイル--*/
 #wrapper .inner,
 #wrapper .column{
width:1100px;
margin:0 auto;
}

/*-------------------カラム-----------------------*/
 .column {
width: 100%;
display: flex;/*--flexbox定義--*/
flex-direction:row;/*--rowを指定するとorderが無ければ、要素の上から順番に左から表示--*/
flex-wrap:wrap;/*--wrap:を指定すると子要素が親の幅を上回った時、折り返して表示させる--*/
display: -webkit-flex;/*--- safari（PC）用 ---*/
-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
 .column #contentsMain {
	width:75%;
	order: 3;
}
 .column #contentsLeft {
	width:25%;
	order: 2;
}
 .column #contentsRight {
	display:none;
}
 .column #contentsHeader {
	width:100%;
	order: 1;
}
 .column #contentsFooter {
	width:100%;
	order: 4;
}

/*-------------------サイトカラー-----------------------*/
/*--bodyのスタイル--*/
{
background:#ffffff;
color:#000000;
}
a{
color:#000000;
}
 #footer{
background:#212121;
color:#cccccc;
}
 #footer a{
color:#cccccc;
}
 #footer a:hover{
color:#ffffff;
}

.c-a{
    color:#ff7d02;
}

/*-------------------基本スタイル-----------------------*/
/*--bodyのスタイル--*/
p{
padding:0.3em;
margin:0;
}

a{
margin:0;
padding:0;
text-decoration:none;
}

a:hover,
a:active{
text-decoration:underline;
}

a img:hover{
    opacity: 0.8;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------書体-----------------------*/
 #wrapper{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


/*余白の設定のスタイル
---------------------------------------*/
/* margin */
.m-ll{margin:120px;}
.mt-ll{margin-top:120px;}
.mb-ll{margin-bottom:120px;}
.ml-ll{margin-left:120px;}
.mr-ll{margin-right:120px;}
.m-l{margin:90px;}
.mt-l{margin-top:90px;}
.mb-l{margin-bottom:90px;}
.ml-l{margin-left:90px;}
.mr-l{margin-right:90px;}
.m-mm{margin:60px;}
.mt-mm{margin-top:60px;}
.mb-mm{margin-bottom:60px;}
.ml-mm{margin-left:60px;}
.mr-mm{margin-right:60px;}
.m-m{margin:45px;}
.mt-m{margin-top:45px;}
.mb-m{margin-bottom:45px;}
.ml-m{margin-left:45px;}
.mt-m{margin-right:45px;}
.m-s{margin:30px;}
.mt-s{margin-top:30px;}
.mb-s{margin-bottom:30px;}
.ml-s{margin-left:30px;}
.mr-s{margin-right:30px;}
.m-ss{margin:15px;}
.mt-ss{margin-top:15px;}
.mb-ss{margin-bottom:15px;}
.ml-ss{margin-left:15px;}
.mr-ss{margin-right:15px;}
.m-xs{margin:5px!important;}
.mt-xs{margin-top:5px!important;}
.mb-xs{margin-bottom:5px!important;}
.ml-xs{margin-left:5px!important;}
.mr-xs{margin-right:5px!important;}
/* padding */
.p-llp{padding:15%;}
.p-ll{padding:120px;}
.pt-ll{padding-top:120px;}
.pb-ll{padding-bottom:120px;}
.pl-ll{padding-left:120px;}
.pr-ll{padding-right:120px;}
.p-l{padding:90px;}
.p-lp{padding:10%;}
.pt-l{padding-top:90px;}
.pb-l{padding-bottom:90px;}
.pl-l{padding-left:90px;}
.pr-l{padding-right:90px;}
.p-mm{padding:60px;}
.p-mmp{padding:7%;}
.pt-mm{padding-top:60px;}
.pb-mm{padding-bottom:60px;}
.p-m{padding:45px;}
.p-mp{padding:5%;}
.pt-m{padding-top:45px;}
.pb-m{padding-bottom:45px;}
.pl-m{padding-left:45px;}
.pr-m{padding-right:45px;}
.p-s{padding:30px;}
.p-sp{padding:3%;}
.pt-s{padding-top:30px;}
.pb-s{padding-bottom:30px;}
.pl-s{padding-left:30px;}
.pr-s{padding-right:30px;}
.p-ss{padding:15px;}
.p-ssp{padding:1%;}
.pt-ss{padding-top:15px;}
.pb-ss{padding-bottom:15px;}
.pl-ss{padding-left:15px;}
.pr-ss{padding-right:15px;}

.archive.container,
.single.container,
.section-ll{
  padding-top:120px;
  padding-bottom:120px;
}
.section-l{
  padding-top:90px;
  padding-bottom:90px;
}
.section-mm{
  padding-top:60px;
  padding-bottom:60px;
}
.section-m{
  padding-top:45px;
  padding-bottom:45px;
}
.section-s{
  padding-top:30px;
  padding-bottom:30px;
}
.section-ss{
  padding-top:15px;
  padding-bottom:15px;
}
.btn-box{
  margin-top:45px;
}
.post-box h1{
  margin-top:60px;
  margin-bottom:60px;
}
.post-box h2{
  margin-top:45px;
  margin-bottom:45px;
}
.post-box h3{
  margin-top:45px;
  margin-bottom:45px;
}
.post-box h4{
  margin-top:30px;
  margin-bottom:30px;
}

#contents .widgetArea h3,.widgetArea h2{
    margin-top:30px;
    margin-bottom:15px;
}
#contents .widgetArea h3,.widgetArea h2{
    margin-top:30px;
    margin-bottom:15px;
}
#contents .widgetArea:first-child  h3:first-child,
#contents .widgetArea:first-child  h2:first-child{
    margin-top:0;
}
/*-------------------レイアウトの調整-----------------------*/
/*--bodyのスタイル--*/
 #contentsMain,
 #contentsLeft,
 #contentsRight{
padding:1em;
}
#contentsLeft{
padding-bottom:3em;
}
/*-------------------タイトル見出し-----------------------*/
  .midashiTitle{
padding: 0.5em 0;
line-height:1;
border-bottom:1px solid #ccc;
}

/*-------------------見出し１-----------------------*/
 .midashi1{
clear:both;
position: relative;
padding: 0.5em 0.3em 0.5em 0.7em;
line-height:1;
color:#333;
}
 .midashi1:before{
content: "";
position:absolute;
top:.5em;
left:0;
width: .3em;             /* 四角形の横幅 */
height: 1em;            /* 四角形の縦幅 */
background: #212121;
}

/*-------------------見出し２-----------------------*/
 .midashi2{
padding: 0.5em 0;
line-height:1;
border-bottom:1px solid #ccc;
}


/*-------------------見出し３-----------------------*/
.exp h3,
.midashi3{
padding: 0.5em 0 0.5em 0.5em;
line-height:1;
border-bottom:1px solid #ccc;
position: relative;
}
.exp h3:before,.midashi3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 3px;
  height: 1em;
  margin-top:-0.5em;
  background: #212121;
}
.exp h3{
  margin-top:30px;
  margin-bottom:15px;
}
.exp table{
  width: 100%;
}
.exp table th{
  width: 30%;
}
.exp table td{
  width: 70%;
}
/*-------------------見出しの書式-----------------------*/
  

/*-------------------ヘッダーレイアウト-----------------------*/
#header{
padding:10px 0;
margin:0;
}

#header h1{
width:100%;
font-size:0.7em;
font-size:normal;
padding:0;
margin:0;
}

 #header h2{
padding:0;
margin:0;
}

#header .hLeft{
width:30%;
padding:10px 0px;

}

 #header .hRight{
width:69%;
padding:10px 0;
text-align:right;
}
#header .hRight .custom-html-widget{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 #header .widgetArea img{
max-width:100%;
}

 #header .widgetArea ul{
float:right;
}

 div.breadcrumbs {
padding:0 0 15px 0;
}


/*-------------------ウィジェット内リスト-----------------------*/
 #header .widget_archive ul, #header .widget_recent_comments ul, #header .widget_recent_entries ul, #header .widget_categories ul, #header .widget_text ul, #header .widget_nav_menu ul, #header .widget_meta ul{
padding:0;
margin:0;
list-style:none;
line-height:1;
border-right: 1px solid #696969;
}

 #header .widget_archive ul li,

 #header .widget_recent_comments ul li,

 #header .widget_recent_entries ul li,

 #header .widget_categories ul li,

 #header .widget_text ul li,

 #header .widget_nav_menu ul li,

 #header .widget_meta ul li{
float:left;
padding:0;
margin:0;
/*display:inline-block;*/
}

 #header .widget_archive ul li a,

 #header .widget_recent_comments ul li a,

 #header .widget_recent_entries ul li a,

 #header .widget_categories ul li a,

 #header .widget_text ul li a,

 #header .widget_nav_menu ul li a,

 #header .widget_meta ul li a{
display:block;
margin:0;
padding:0 0.6em;
border-left: 1px solid #696969;
}


/*-------------------フロントページ-----------------------*/
 

/*-------------------固定ページ-----------------------*/
 

/*-------------------単一ページ-----------------------*/
 

/*-------------------一覧ページ-----------------------*/
.archivePage ul.archiveList{
width:100%;
}

.archivePage ul.archiveList li{
margin:1em 0;
padding:1em 0;
border-bottom:1px dotted #212121;
}

.archivePage ul.archiveList .leftBox{
width:40%;
float:left;
padding:1em;
}
.archivePage ul.archiveList .rightBox{
width:60%;
float:left;
padding:1em;
}
.archivePage ul.archiveList li .category{
display:inline-block;
border:1px solid #212121;
margin:0.3em;
padding:0.2em 0.4em;
}

/*-------------------検索スタイル-----------------------*/
 #searchStyle{
position:relative;
background-color:#ffffff;
border:1px solid #ccc;
width:16em;
height:2.5em;
}

 #searchStyle #s{
width: 12em;
position: absolute;
top: 0.2em;
left: 0.3em;
background-color:#ffffff;
border:1px solid #ffffff;;

}  
 #searchStyle #searchButton{
position: absolute;
top: 0.2em;
right: 0.6em;
}

/*-------------------ウィジェット内リスト-----------------------*/
 #contentsLeft .widget_archive ul, #contentsLeft .widget_recent_comments ul, #contentsLeft .widget_recent_entries ul, #contentsLeft .widget_categories ul, #contentsLeft .widget_text ul, #contentsLeft .widget_nav_menu ul, #contentsLeft .widget_meta ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 #contentsLeft .widget_archive ul li,
 #contentsLeft .widget_recent_comments ul li,
 #contentsLeft .widget_recent_entries ul li,
 #contentsLeft .widget_categories ul li,
 #contentsLeft .widget_text ul li,
 #contentsLeft .widget_nav_menu ul li,
 #contentsLeft .widget_meta ul li{
position:relative;
}

 #contentsLeft .widget_archive ul li span,
 #contentsLeft .widget_archive ul li a,

 #contentsLeft .widget_recent_comments ul li span,
 #contentsLeft .widget_recent_comments ul li a,

 #contentsLeft .widget_recent_entries ul li span,
 #contentsLeft .widget_recent_entries ul li a,

 #contentsLeft .widget_categories ul li span,
 #contentsLeft .widget_categories ul li a,

 #contentsLeft .widget_text ul li span,
 #contentsLeft .widget_text ul li a,

 #contentsLeft .widget_nav_menu ul li span,
 #contentsLeft .widget_nav_menu ul li a,

 #contentsLeft .widget_meta ul li span,
 #contentsLeft .widget_meta ul li a{
display:block;
padding:0.5em 0;
border-bottom:1px dotted #ccc;
}


/*-------------------レフトサイド見出し-----------------------*/
 

/*-------------------メインコンテンツ見出し-----------------------*/
 .contentsmidashi{
padding: 0 0 0.5em 0;
line-height:1;
border-bottom:1px solid #ccc;
}


/*-------------------最近の投稿(画像無し)-----------------------*/
  .widget_recent_info_posts ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 .widget_recent_info_posts ul li{
display:block;
padding:0.5em 0;
border-bottom:1px dotted #ccc;
}
 .widget_recent_info_posts ul li .post-date{
display:inline-block;
padding-right:2em;
}

/*-------------------テーブルスタイル-----------------------*/
 .tableStyle{
border: 1px #696969 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

 .tableStyle th{
padding:10px;
color:#ffffff;
border:1px #ffffff solid;
border-width: 0 0 1px 1px;
background:#696969;
font-weight: normal;
}

 .tableStyle td{
padding:10px;
border: 1px #696969 solid;
border-width: 0 0 1px 1px;
background:#ffffff;
}


/*テーブルレイアウトのスタイル
---------------------------------------*/
.tableLayout {
    table-layout: fixed;/*IEなどで、テーブル内でinputを使うと、はみ出る不具合を防ぐ*/
    border-collapse: collapse;
    border-spacing: 0; }
  .tableLayout th, .tableLayout td {
    padding: 10px; }
  @media screen and (max-width: 1000px) {
    .tableLayout th, .tableLayout td {
      display: block; } }
  

/*-------------------inputボタンスタイル-----------------------*/
 input[type="submit"],input[type="button"]{
margin:0.2em 0;
padding:0.1em 0.4em;
display:inline-block;
background:#212121;
color:#ffffff;
font-weight:bold;
border-style: none;
text-decoration:none;
}

 input[type="submit"]:hover,input[type="button"]:hover{
background:#696969;
color:#fff;
text-decoration:none;
}
input.back_to_delivery_button{
  color:#212121;
  background:#ffffff;  
  border:1px solid #212121;
}
input.back_to_delivery_button:hover{
  background:#212121;
  color:#fff;
}
input.checkout_button,
input.back_to_delivery_button{
  margin-top:15px;
}
/*-------------------アンカーボタンスタイル-----------------------*/
 a.btnStyle{
margin:0.2em 0;
padding:0.1em 0.4em;
display:inline-block;
background:#212121;
color:#ffffff;
border-style: none;
text-decoration:none;
}

 a.btnStyle:hover{
background:#696969;
color:#fff;
text-decoration:none;
}

a.btnStyle2{
margin:0.2em 0;
padding:0.1em 0.4em;
display:inline-block;
border:1px solid #212121;
text-decoration:none;
}

a.btnStyle2:hover{
background:#212121;
color:#fff;
text-decoration:none;
}

a.btnStyle3{
  margin:0.2em 0;
  padding:0.1em 0.4em;
  display:inline-block;
  border:1px solid #212121;
  text-decoration:none;
  }
  
  a.btnStyle3:hover{
  background:#212121;
  color:#fff;
  text-decoration:none;
  }
/*-------------------inputスタイル-----------------------*/
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],textarea{
    border:1px solid #aaa;
    width:100%;
    padding:3px 5px;
}

/*-------------------ページャー-----------------------*/
 .pagenation {
    margin: 1em 0;
}
 .pagenation:after,  .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 .pagenation ul {
    margin: 0;
}
 .pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
 .pagenation li:first-child {
    margin-left: 0;
}
 .pagenation li.active {
    background-color: #212121;
    border-radius: 3px;
    color: #ffffff;
    cursor: not-allowed;
    padding: 10px 20px;
}
 .pagenation li a {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
 .pagenation li a:hover {
    background-color: #696969;
    color: #ffffff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------リストスタイル-----------------------*/
 .listStyle ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 .listStyle ul li{
position:relative;
}

 .listStyle ul li span,
 .listStyle ul li a{
display:block;
padding:0.5em 0;
border-bottom:1px dotted #ccc;
}


/*-------------------javascript1-----------------------*/
nav.fixed {
	position: fixed!important;
	position: absolute;
	left: 0;
	top: 0;
	z-index:200;
	width:100%;
}

/*-------------------フッターレイアウト-----------------------*/
 #footer{
width:100%;
padding:0;
}

 #footer #fContents1{
width:100%;
padding:30px;
}

 #footer #fContents1 .widgetArea{
width:260px;
display:table-cell;
vertical-align:top;
padding:0 0.5em;
}

 #footer #copyright{
width:100%;
padding:0.5em 0;
}

 #footer #copyright p{
float:left;
width:50%;
padding:0.5em;
}

 #footer #copyright .widgetArea{
float:right;
width:50%;
padding:0.5em;
}

/*-------------------ウィジェット内リスト-----------------------*/
 .footerWidget .widget_archive ul, .footerWidget .widget_recent_comments ul, .footerWidget .widget_recent_entries ul, .footerWidget .widget_categories ul, .footerWidget .widget_text ul, .footerWidget .widget_nav_menu ul, .footerWidget .widget_meta ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 .footerWidget .widget_archive ul li,
 .footerWidget .widget_recent_comments ul li,
 .footerWidget .widget_recent_entries ul li,
 .footerWidget .widget_categories ul li,
 .footerWidget .widget_text ul li,
 .footerWidget .widget_nav_menu ul li,
 .footerWidget .widget_meta ul li{
position:relative;
}

 .footerWidget .widget_archive ul li span,
 .footerWidget .widget_archive ul li a,

 .footerWidget .widget_recent_comments ul li span,
 .footerWidget .widget_recent_comments ul li a,

 .footerWidget .widget_recent_entries ul li span,
 .footerWidget .widget_recent_entries ul li a,

 .footerWidget .widget_categories ul li span,
 .footerWidget .widget_categories ul li a,

 .footerWidget .widget_text ul li span,
 .footerWidget .widget_text ul li a,

 .footerWidget .widget_nav_menu ul li span,
 .footerWidget .widget_nav_menu ul li a,

 .footerWidget .widget_meta ul li span,
 .footerWidget .widget_meta ul li a{
display:block;
padding:0.5em 0;
}

/*-------------------ウィジェット内リスト-----------------------*/
 #copyright .widget_archive ul, #copyright .widget_recent_comments ul, #copyright .widget_recent_entries ul, #copyright .widget_categories ul, #copyright .widget_text ul, #copyright .widget_nav_menu ul, #copyright .widget_meta ul{
padding:0;
margin:0px;
}
 #copyright .widget_archive ul li,
 #copyright .widget_recent_comments ul li,
 #copyright .widget_recent_entries ul li,
 #copyright .widget_categories ul li,
 #copyright .widget_text ul li,
 #copyright .widget_nav_menu ul li,
 #copyright .widget_meta ul li{
list-style-type: none;
float:left;
padding:0;
margin-left:1em;
}

 #copyright .widget_archive ul li a,

 #copyright .widget_recent_comments ul li a,

 #copyright .widget_recent_entries ul li a,

 #copyright .widget_categories ul li a,

 #copyright .widget_text ul li a,

 #copyright .widget_nav_menu ul li a,

 #copyright .widget_meta ul li a{
display:block;
}

/*-------------------フッター見出し-----------------------*/
 .footermidashi{
padding: 0.5em 0;
line-height:1;
border-bottom:1px solid #ccc;
}


/*-------------------装飾スタイル-----------------------*/
.frame1{
    border:1px solid #ccc;
    background:#f6f6f6;
}

/*-------------------ガイドスタイル-----------------------*/
.guide-box{
  padding:30px 15px;
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.guide-container{
  width:1100px;
  margin:0 auto;
  display: flex;
}
.guide-box .guide{
  width:25%;
  border-right:1px dotted #696969;
  padding:0 10px;
  font-size:12px;
}
.guide-box .guide:last-child{
  border-right:none;
}

/*-------------------グローバルメニュー-----------------------*/
/* #mainNavのスタイル PC表示
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
 #toggle{display:none;}

 #mainNav #naviList{
display:block !important;
border-bottom:1px solid #cccccc;
margin-bottom:0.3em;
}

 #mainNav{
padding:0;
position: relative;
background:#ffffff;

}

/*--親要素の指定
----------------------------------*/
 #mainNav #naviList ul {
margin: 0;
padding: 0;
}

 #mainNav #naviList li {
height:30px;
position: relative;
float: left;
margin:15px 0 0 0;
text-align: center;
list-style:none;
/*border-bottom:2px solid #dcdcdc;*/
}


 #mainNav #naviList li a {
display: block;
margin: 0;
padding: 0 30px;
font-weight: bold;
line-height: 1;
background:#ffffff;
text-decoration: none;
border-right:1px solid #999;
}

 #mainNav #naviList li:hover {
border-bottom:2px solid #212121;
}

 #mainNav #naviList li li:hover {
border-bottom:none;
}

/*--子要素の指定
----------------------------------*/
 #mainNav #naviList li ul {
position: absolute;
z-index: 100;
top: 110%;
left: 0;
width: 110%;
margin: 0;
padding: 0;
}

 #mainNav #naviList li ul li {
overflow: hidden;
width: 100%;
height: 0;
transition: .2s;
margin:0;
}

 #mainNav #naviList li ul li a {
padding: 10px;
text-align: left;
border-right:none;
border-bottom:2px solid #ffffff;
}


 #mainNav #naviList li ul li a:hover {
border-bottom:2px solid #212121;
}

 #mainNav #naviList li:hover > ul > li {
overflow: visible;
height:auto;
}

/*--孫要素の指定
----------------------------------*/
 #mainNav #naviList li ul li ul {
top: 0;
left: 100%;
}

 #mainNav #naviList li ul li ul:before {
position: absolute;
content: "";
top: 13px;
left: -20px;
width: 0;
height: 0;
border: 5px solid transparent;
border-left-color: #212121;
}
/*----------*/
}
/*----------*/



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

/*-------------------レイアウト-----------------------*/
/*--bodyのスタイル--*/
 #wrapper .inner,
 #wrapper .column{
width:100%;
margin:0 auto;
}

/*-------------------カラム-----------------------*/
.column {
	width: 100%;
-moz-box-orient:vertical;
-webkit-box-orient:vertical;
-o-box-orient:vertical;
-ms-box-orient:vertical;
}

.column #contentsLeft,
.column  #contentsMain{
	width: 100%;
}
/*-------------------順番-----------------------*/
.column #contentsMain {
	order: 2;
}
 .column #contentsLeft {
	order: 3;
}
/*-------------------サイトカラー-----------------------*/
.layout {
	width: 100%;
-moz-box-orient:vertical;
-webkit-box-orient:vertical;
-o-box-orient:vertical;
-ms-box-orient:vertical;
}

.layout #contentsLeft,
.layout  #contentsMain,
.layout  #contentsRight {
	width: 100%;
}

/*-------------------レイアウトの調整-----------------------*/
.layout {
	width: 100%;
-moz-box-orient:vertical;
-webkit-box-orient:vertical;
-o-box-orient:vertical;
-ms-box-orient:vertical;
}

.layout #contentsLeft,
.layout  #contentsMain,
.layout  #contentsRight {
	width: 100%;
}

/*-------------------グローバルメニュー-----------------------*/
#mainNav .inner{
clear:both;
width:100%;
margin:0;
padding:0;
}

#mainNav #toggle{
width:100%;
display:block;
margin:0px;
border:1px solid #cccccc;
padding:0.5em 0 0 0.5em;
}

#mainNav #naviList{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
padding:0px 0px;
background: #ffffff;
}

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

#mainNav ul li{
float:none;
clear:both;
height:auto;
line-height:1.2;
list-style:none;
position: relative;
right: 0;
top:0;
}
#mainNav ul li a{
border-bottom:1px solid #cccccc ;
}
#mainNav ul li a:after{
display: block;
position: absolute;
top: 18px;
right: 10px;
width: 7px;
height: 7px;
margin-top: -4px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}

#mainNav ul li > a{
display:block;
padding:10px 10px;
text-decoration:none;
}

#mainNav ul li li > a{
padding:10px 20px;
}

#mainNav ul li li li > a{
padding:10px 30px;
}


/* 3本ラインのスタイル
----------------------------------*/
.ico-menu {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 0;
    padding-top: 18px;
background:#212121 ;

}

.ico-menu::before,
.ico-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0;
border-top: 3px solid #ffffff;
}

.ico-menu::before {
    top: 4px;
}

.ico-menu::after {
    bottom: 4px;
}

/*-------------------検索スタイル-----------------------*/
 #searchStyle{
width:100%;
}
 #searchStyle #s{
width: 90%;
}  

/*-------------------javascript1-----------------------*/
nav.fixed {
	position: fixed!important;
	position: absolute;
	left: 0;
	top: 0;
	z-index:200;
	width:100%;
}

.guide-container{
  width:100%;
  margin:0 auto;
}
/*----------*/
}
/*----------*/


/* 幅644px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

/*-------------------ヘッダーレイアウト-----------------------*/
#header .hLeft,
#header .hRight{
width:100%;
}
#header .hRight{
  padding:15px;
  text-align:center;
}
#header .hRight .custom-html-widget{
  flex-wrap: wrap;
  justify-content: center;
}
/*-------------------検索スタイル-----------------------*/
 #searchStyle #s{
width: 85%;
}  

/*-------------------フッターレイアウト-----------------------*/
 #footer #fContents1 .widgetArea{
width:100%;
display:block;
}

 #footer #copyright p,
 #footer #copyright .widgetArea{
width:100%;
float:none;
clear:both;
}
.footermidashi{
  margin-top:15px;
}
.table-scroll{
  width:100%;
  overflow-x: scroll;
}
.table-scroll table{
  width:600px!important;
}

.guide-container{
  flex-wrap: wrap;
}
.guide-box .guide{
  width:100%;
  border-right:none;
  padding:10px;
}
/*----------*/
}
/*----------*/
/* 幅380px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 380px){


/*----------*/
}
/*----------*/

