@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
    /*max-width:1800px; del20210202*/ /*add 20190913*//*1200px  20190919*//*1500px→1280px  20190920*/
    margin:0 auto; /*add 20190913*/
	-webkit-text-size-adjust: 100%;

}

/* ↓Footer位置を画面最下部にする--------- */
/*   <div id="wrapper">　　　　　　        */
/*   　この間にメインのコンテンツ　　      */
/*   </div><!--div id="wrapper"-->　    　 */
/*   <footer>　　                          */
/*   　フッターのコンテンツ　           　 */
/*   </footer>　　                         */
/* Footer位置を画面最下部にする--------- */

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}
/* ↑Footer位置を画面最下部にする--------- */






#contents {
	/*width: 980px;*/ /*del  980px  20190920*/
    /*max-width:90%;*/ /*add 20190913*/	/*del  980px  20190920*/
	margin: 30px 20px auto; /*2019.10.25  :0 auto*/ /*2020.1.9  :10 auto*/
	/* border-radius: 10px;*//*角の丸み*/

}

.slide-width {  /*add 20200109*/	
	margin: 0 20px auto;
}

@media only screen and (min-width:960px){	 /*add 20190915*/	
#contents {
	/*width:940px;*/ /*del  980px  20190920*/
	margin: 30px 20px auto; /*2019.10.25  :0 auto*/
	}
	
.slide-width {  /*add 20200109*/	
	margin: 0 20px auto;
    }

}

@media screen and (max-width:767px) { /*add 20190913*/	
#contents {
    /*max-width:95%;*/ /*add 20190913*/	 /*del  980px  20190920*/
	/*margin: 0 20px auto;*/ /*2019.10.25  :0 auto*/
	margin: 20px 10px auto; /* 修正：20211008 */
    }

.slide-width {  /*add 20200109*/	
	margin: 0 20px auto;
    }


}

@media screen and (max-width:500px) { /*add 20200109*/	
#contents {
    /*max-width:95%;*/ /*add 20190913*/	 /*del  980px  20190920*/
	margin: 15px 10px auto; /*2019.10.25  :0 auto*/
    }

.slide-width {  /*add 20200109*/	
	margin: 0 10px auto;
    }


}


header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	/*width: 980px;*/  /*20200325 商品一覧画面の横幅を広くする*/
	width: 97%;    /*20200326 商品一覧画面の横幅を広くする*/
	max-width: 1200px;   /*20200326 商品一覧画面の横幅を広くする*/
	margin: 0 auto;
}

.inner2 {
	position: relative;
	width:auto;
	margin: 0 auto;
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

.a2 {  /*ページ内リンク用*/
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin:0em 0px 0em 15px;  /* 上 , 右 , 下 , 左余白 */


}
.a2:hover {
	color: #669933;
	background: linear-gradient(transparent 90%, #000 90%);
}


h1 {
	font-size: 28px;
}

h2 {
	margin-top: 30px; /*2020.1.9  50px→30px*/
	margin-bottom: 0.5em;
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 14px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
}

h4c {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;   /*センタリング用に追加*/
}



h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

h7 {
	font-size: 15px;
	font-weight: bold;
	
}



p {
	margin:2em 0px 2em 0em;  /* 上 , 右 , 下 , 左余白 */
	line-height: 2.0;  /* 行間 */
}

img {
	max-width: 100%;
	vertical-align: bottom;
}


.imgIco { 
	max-width: 90%;
	vertical-align: bottom; }
	
.imgIco2 {     /* インスタ・フェイスブックアイコン用　調整要！ */
	max-height: 100%;
	vertical-align: middle; }


	
@media screen and (max-width:767px) {  /*ipad用*/
.imgIco { 
	clear:both;
	overflow:hidden;
	vertical-align: bottom; 
	max-width: 130%;
	max-height: auto;
	margin:1px auto; /* センタリング */
	/*max-width: 150%;*/
   /*height:auto;*/
   /*max-width:100%;*/
 }


.imgIco2 { 
	height: 20px;
	max-height: 20px;
	max-width: auto;
	vertical-align:middle; }


h1 {  /*add 20190913*/	
	font-size: 20px;
}

h2 {  /*add 20190913*/	
	margin-top: 30px;
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

p {  /*add 20190913*/	
	margin:2em 0px 2em 0em;  /* 上 , 右 , 下 , 左余白 */
	line-height: 2.0;  /* 行間 */
}


h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
}

h4c {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;   /*センタリング用に追加*/
}

h7 {
	font-size: 14px;
	font-weight: bold;
}


 }
 
@media screen and (max-width:500px) {  /*スマホ用*/
.imgIco { 
	clear:both;
	overflow:hidden;
	vertical-align: bottom; 
	max-width: 130%;
	max-height: auto;
	margin:1px auto; /* センタリング */
	/*max-width: 150%;*/
   /*height:auto;*/
   /*max-width:100%;*/
 }


.imgIco2 { 
	height: 15px;
	max-height: 20px;
	max-width: auto;
	vertical-align:middle; }


h1 {  /*add 20190913*/	
	font-size: 20px;
}

h2 {  /*add 20190913*/	
	margin-top: 30px;
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

p {  /*add 20190913*/	
	margin:2em 0px 2em 0em;  /* 上 , 右 , 下 , 左余白 */
	line-height: 2.0;  /* 行間 */
}


h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
}

h4c {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;   /*センタリング用に追加*/
}


h7 {
	font-size: 13px;
	font-weight: bold;

}


 }


 

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

.strong2 {
	font-weight: bold;
	color: #750707;
}

pre {
	margin:1em 0;
	padding:1em;
}
/*	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;*/

blockquote {
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 90%;
	margin-bottom: 1em;
	/* border-collapse: collapse; セルの線を重ねる */
	border-collapse: separate; /* 角丸用 */
	border: 1px solid #ddd;
	margin:10px auto; /* 表のセンタリング */
	/* 背景を付ける時は、background-image: url('../images/img_001_back.jpg');*/
	
    border-radius:6px;/* 角丸 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
	overflow: hidden;
	/*background: url('../images/img_back_001.jpg') 0 50% repeat-y;*/
	}
	
.table2 {
	width: 90%;
	margin-bottom: 1em;
	/* border-collapse: collapse; セルの線を重ねる */
	/*border-collapse: separate;*/ /* 角丸用 */
	border:0;
	margin:10px auto; /* 表のセンタリング */
	/* 背景を付ける時は、background-image: url('../images/img_001_back.jpg');*/
	
    /*border-radius:6px; 角丸 */
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .2);*/ /* 影 */
	overflow: hidden;
	/*background: url('../images/img_back_001.jpg') 0 50% repeat-y;*/
	}
	
	
@media screen and (max-width:767px) {  /*スマホ用*/
table {
	width: 100%;
	margin-bottom: 1em;
	/* border-collapse: collapse; セルの線を重ねる */
	border-collapse: separate; /* 角丸用 */
	border: 1px solid #ddd;
	margin:10px auto; /* 表のセンタリング */
	/* 背景を付ける時は、background-image: url('../images/img_001_back.jpg');*/
	
    border-radius:5px;/* 角丸 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
	overflow: hidden;
	}
	
.table2 {
	width: 100%;
	margin-bottom: 1em;
	/* border-collapse: collapse; セルの線を重ねる */
	/*border-collapse: separate;*/ /* 角丸用 */
	border:0;
	margin:5px auto; /* 表のセンタリング */
	/* 背景を付ける時は、background-image: url('../images/img_001_back.jpg');*/
	
    /*border-radius:6px; 角丸 */
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .2);*/ /* 影 */
	overflow: hidden;
	/*background: url('../images/img_back_001.jpg') 0 50% repeat-y;*/
	}
	
}





	
/*	１行おきに背景色指定
tr:nth-child(odd) {
    background-color:  #E6E6E6; 
}
*/
	
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	background: #CEE9EB;
	
}

.th2 {  /*線なし*/
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	
}


td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.td2 {  /*線なし*/
	text-align: center;
	padding: 10px;
	border-bottom: 0;
}



/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

@media screen and (max-width:767px) {  /*test*/

	.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
    }
	
	.imgC img {
	margin-bottom:10px;
	width: 80%;
	height: auto;
    }
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
.imgL img {
	float:left;
	margin:0 0px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:5px;
	}
	.imgL img {
		float:none;
		margin:0 0 0px 0;

	}
}


/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}



@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}


.imgRS {
	clear:both;
	overflow:hidden;
	max-width: 100%;
	vertical-align: bottom;
}
.imgRS img {
	float:right;
	margin:0 0 0 10px;
}


@media screen and (max-width:767px) {
	.imgRS {
		clear:both;
		overflow:hidden;
		max-width: 80%;
		margin-bottom:20px;
	}
	.imgRS img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

/* 2カラム（スマートフォンでは1カラム) */



/* 2カラムレイアウトからのレスポンシブ */
/* スマホ 767px以下 */
@media only screen and (max-width: 767px) {
  .main{
    width: 78%;
    /*height: 200px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #fff;
	overflow: hidden;
	padding:10px 10px 10px 10px;
  }
  .side-menu{
    width: 18%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #333;
	overflow: hidden;
  }
  .side-menu li a{
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #333;
    text-decoration: none;
    color: #333;
  }
}

/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
  .wrap1{
    overflow: hidden;
    width: 100%; /*960px*/
    margin-left: auto;
    margin-right: auto;
  }
  .main1{
    /* float: right;に変更 */
    float: right;
    width:  78%; /*630px*/
    /*height: 300px;*/
    background-color: #fff;
	overflow: hidden;
	padding:10px 10px 10px 10px;
  }
  .side-menu1{
    /* float: left;に変更 */
    float: left;
    width: 18%; /*300px*/
    border-top: 1px solid #333;
	overflow: hidden;
  }
  .side-menu1 li a{
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #333;
    text-decoration: none;
    color: #333;
  }
}




/* 009よりコピー ２カラム形式 */
/* 
#main {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 86%;
	padding: 10px;
	background: #fff;
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 12%;
	padding: 10px;
	background: #fff;
}

#wide {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}

 */


/* 009よりコピー　ここまで */



/* 2カラム（スマートフォンでは1カラム) */

.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:0px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 10px 0;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 1.8;  /* 行間 */
	font-size:13px;
}
.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	max-width:100%;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:730px) {  /*max-width:767px*/
	.twoCol {
		display: block;
		margin-bottom:10px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
	
    .twoCol .inner p {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	line-height: 1.5;  /* 行間 */
    }
	
	
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32%; /*32.14%*/
	width: calc((315 / 980) *100%);
	margin: 0px 0px 20px 0px;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 95%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 2.0;  /* 行間 */
}
.threeCol .inner > a {
	width: 100%;
	/*height: 100%;*/
}
.threeCol .inner .image {
	/*width: 100%;*/ /*del20190812*/
	max-width: 100%; /*add20190812*/
	min-height: 0%;
	text-align: center; /*add20190812*/
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* -------------------------------------------------*/
/* 4カラム（スマートフォンでは2カラム) -------------*/
/* トップのカテゴリメニューに使用　　　　-----------*/
/* -------------------------------------------------*/

.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:30px; /* 20200612 60px*/
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;  /*23.46%*/
	width: calc((230 / 980) *98%);
	/*margin: 0px 0px 20px 0px;*/ /*0 0 20px 0;**/
	display:inline-block;
    /*display: table-cell;*/
    /*vertical-align:top;*/
	padding-bottom: 15px;

}
.fourCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.fourCol .inner p {
	width: 100%;
	margin: 0px 0px 20px 0px; /*0 0 20px 0;**/
  	/*text-align:justify;*/
	vertical-align:top;
	line-height: 1.3em;
	text-align: left;
}
.fourCol .inner > a {
	width: 100%;
	height: 100%;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	 /*z-index: 0 !important; コンテンツと重なった時に上のレイヤーにする*/
	width: 100%;
}
.fourCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.fourCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}


@media screen and (max-width:730px) { /* (max-width:767px)*/
	.fourCol {
		margin-top:20px;
		margin-bottom: 20px;

	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 48.98%;
		width: calc((480 / 980) *95%);
		margin-bottom: 10px;
	}
}

@media screen and (max-width:400px) { /* (max-width:767px)*/
	.fourCol {
		margin-top:20px;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.5em;
	}
}



/* お知らせ */

.information {
    margin: 0px 0px 50px 0px;
	 /*margin-top: 10px;  0px*/
	 /*margin-bottom: 50px; 80px*/

}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0px 0px 0px 0px ;
	padding: 10px 0 10px 8em; /*10px 0 10px 8em*/
	vertical-align: top;
	border-bottom: 1px dotted #333;

}



@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 15px;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;  /*#000*/
	z-index: 100;  /*ヘッダー写真の上にロゴエリアを重ねる為の順番*/
	/*2019.10.25 以下２点削除*/
	/*background-image:url(../images/top_img_back_01.jpg);*/ /*ロゴ下のやまぶき色のライン*/
    /*background-repeat: repeat-x;*/

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	/*height: 20px;  /*ヘッダーの高さ調整*/
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 15px 0px 0px 5px;  /* padding: 0 0 0 10px;   上余白、、、左余白　ヘッダーロゴ画像の余白調整*/


}

header h1 img {
	vertical-align: middle;
	max-width: 100%;/*2019.10.25 変更 80% */
	max-height: 100%;/*2019.10.25 変更 80% */
}

			

@media screen and (max-width:800px) { /*ラップトップ*/


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	background: #fff;  /*#000*/
	z-index: 100;  /*ヘッダー写真の上にロゴエリアを重ねる為の順番*/
	/*2019.10.25 以下２点削除*/
	/*background-image:url(../images/top_img_back_02.jpg);*/ /*ロゴ下のやまぶき色のライン*/
    /*background-repeat: repeat-x;*/

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



	header h1 {
		padding: 12px 0 0 10px;
	}
	
	header h1 img {
		width: 80%;/*2019.10.25 変更 80% */
		height:auto;
}

	
	
}





@media screen and (max-width:767px) { /*768px*/


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	background: #fff;  /*#000*/
	z-index: 100;  /*ヘッダー写真の上にロゴエリアを重ねる為の順番*/
	/*2019.10.25 以下２点削除*/
	/*background-image:url(../images/top_img_back_02.jpg);*/ /*ロゴ下のやまぶき色のライン*/
    /*background-repeat: repeat-x;*/

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



	header h1 {
		padding: 0 0 0 10px;
	}
	
	header h1 img {
		width: 80%;/*2019.10.25 変更 80% */
		height:auto;

}

	
	
}


@media screen and (max-width:750px) { /*768px*/


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	background: #fff;  /*#000*/
	z-index: 100;  /*ヘッダー写真の上にロゴエリアを重ねる為の順番*/
	/*2019.10.25 以下２点削除*/
	/*background-image:url(../images/top_img_back_02.jpg);*/ /*ロゴ下のやまぶき色のライン*/
    /*background-repeat: repeat-x;*/

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



	header h1 {
		padding: 0 0 0 10px;
	}
	
	header h1 img {
		width: 70%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 5px 0 0 0;
}

	
	
}

@media screen and (max-width:740px) { /*768px*/


	header h1 {
		padding: 0 0 0 10px;
		width: 52%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 62%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 0 0;
}
	
}


@media screen and (max-width:650px) { /*768px*/


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	background: #fff;  /*#000*/
	z-index: 100;  /*ヘッダー写真の上にロゴエリアを重ねる為の順番*/
	/*2019.10.25 以下２点削除*/
	/*background-image:url(../images/top_img_back_02.jpg);*/ /*ロゴ下のやまぶき色のライン*/
    /*background-repeat: repeat-x;*/

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



	header h1 {
		padding: 10px 0 0 10px;
		width: 95%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 62%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 0 0;
}

	
	
}



@media screen and (max-width:640px) {  /*2021.10.9 追加 但し568と同じ*/


	header h1 {
		padding: 5px 0 0 10px;
		width: 65%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 60%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 0 0;
}

	
}


@media screen and (max-width:568px) { /*568px以内*/


	header h1 {
		padding: 5px 0 0 10px;
		width: 65%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 60%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 0 0;
}

	
}


@media screen and (max-width:450px) { /*450px以内*/


	header h1 {
		padding: 5px 0 0 10px;
		width: 88%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 60%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 5px 0;
}

	
}


@media screen and (max-width:420px) { /*420px以内*/


	header h1 {
		padding: 5px 0 0 10px;
		width: 88%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 60%;/*2019.10.25 変更 80% */
		height:auto;
		padding: 10px 0 5px 0;
}

	
}




@media screen and (max-width:360px) { /*360px以内*/




	header h1 {
		padding: 5px 10px 0px 10px;
		width: 92%;/*2020.3.28 add */
	}
	
	header h1 img {
		width: 65%;/*2020.1.9 変更 80% */
		height:auto;
		/*padding: 10px 0 5px 0;*/
		/*2021.10.13 以下に変更 */
		padding: 0 0 0 0;
        margin-top: 17px;
}


}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */

@media print, screen and (min-width:768px) {   /*(min-width:769px)*/
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 50px; /*50px*/
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		  /*off状態のメニューの背景色　background:#000*/
		color: #000;  /*off状態のメニューの文字色　#fff*/
		font-size: 15px;
		/*font-weight: bold;*/  /*2019.10.25 削除*/
		text-decoration: none;
		font-family:  sans-serif,"ＭＳ Ｐゴシック","Osaka"; /*2019.10.25追加*/
	}
	nav.gnav ul li:hover > a {
		color: #000; /*on状態のメニューの文字色　#fff*/
		/*background: #333;   background: linear-gradient(transparent 60%, #ffff66 60%);*/
		/*background: #E6E6E6;*/
        background: linear-gradient(transparent 90%, #A40D19 90%); /*#FF3300  メニューONのアンダーライン*/
		
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 75px;  /*off状態のメニュー項目の横幅　120px*/
		float: left;
		margin: 0;
		/*padding: 0;*/
		text-align: center;
		list-style: none;
		line-height: 30px; /*40px メニュー項目とアンダーラインの間隔調整*/
		padding: 40px 0px 0px 0px;  /* padding: 0 0 0 10px;   上余白、、、左余白　ヘッダーロゴ画像の余白調整*/ /*2019.10.25 変更　padding:35px*/
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff; /* 下階層がある項目につける▼マーク#fff*/
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		/*background: #E6E6E6;*/
		background-color: rgba( 204, 255, 204, 0.55 );
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		/*background: #F4EFB5;*/  /*#444*/
		background-color: rgba( 244, 239, 181, 0.55 );
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		/*background: #E6E6E6;*/ /*#444*/
		background-color: rgba( 204, 255, 204, 0.55 );
	}
	nav.gnav ul li ul li ul li a:hover {
	    /*background: #F4EFB5;*/ /*#666*/
		background-color: rgba( 244, 239, 181, 0.55 );
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
	
	/* メニュー項目別のサイズ設定スタイル */
	
	nav.gnav > ul > li.menu_style01 {
		width: 74px;
		font-size: 15px;
	}
	nav.gnav > ul > li.menu_style02 {
		width: 72px;
		font-size: 15px;
	}
	nav.gnav > ul > li.menu_style03 {
		width: 73px;
		font-size: 15px;
	}
	nav.gnav > ul > li.menu_style04 {
		width: 135px;
		font-size: 13px;
	}
	nav.gnav > ul > li.menu_style05 {
		width: 90px;
		font-size: 15px;
	}
	
	/*-------------------------------
	nav.gnav > ul > li.menu_style06 {
		width: 90px;
		font-size: 15px;
	}
	nav.gnav > ul > li.menu_style07 {
		width: 90px;
		font-size: 15px;
	}
	nav.gnav > ul > li.menu_style08 {
		width: 90px;
		font-size: 15px;
	}
	-----------------------------------*/
	
	
	
/* 800サイズラップトップ 2019.10.25 */
@media screen and (max-width:800px) {  /*(max-width:768px)*/
	
		/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 90px;  /*off状態のメニュー項目の横幅　120px*/
		float: left;
		margin: 0;
		/*padding: 0;*/
		text-align: center;
		list-style: none;
		line-height: 20px; /*40px メニュー項目とアンダーラインの間隔調整  →　30px 2019.11.8調整*/
		padding: 0px 0px 0px 0px; /* padding: 0 0 0 10px;   上余白、、、左余白　ヘッダーロゴ画像の余白調整*/
        /*2019.10.25 変更　padding:35px*/
	}

	
	}
	
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:767px) {  /*(max-width:768px) (max-width:767px)*/
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position:relative; /*fixed;*/
		top: 50px; /* 40→50px 20200113*/
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #000;
				z-index:250;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 30px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	#navBtn .close:after {
		-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}
	
	
	.menu_scrolly1 { /*20211011*/
	    overflow-y: scroll;
	    height: 310px;
	}
	
}


/*@media screen and (max-width:568px) {  /*(max-width:768px)*/

	#spMenu {
		position: absolute;
		top: 35px;
		right: 10px;
	}

/*}*/

@media screen and (max-width:420px) {  /*(max-width:768px)*/

	#spMenu {
		position: absolute;
		top: 32px;
		right: 10px;
	}

}



@media screen and (max-width:320px) {  /*(max-width:768px)*/

	#spMenu {
		position: absolute;
		top: 27px;
		right: 10px;
	}





	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position:relative; /*fixed;*/
		top: 60px; /*50px→60*/
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}

}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: auto; /*80px;*/
	background: #ddd;
	
}


.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #000;
}

.address-area {
	padding: 20px 0; /* 20px */
	color: #000;
	font-size: 11px;
	line-height: 15px;
	text-align: center;

	 /*background-image:url(../images/top_img_back_03_2.jpg);*/
	
	
	 /*background: #C2A35C;*/ /*#80040F 996600 */
	background-color: rgba(194,163,92,0.1);
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111c;/*cは、少し透過*/
}
.totop img:hover {
	background:#222;
}

@media screen and (max-width:767px) {
  .totop {
  	 position:fixed;
	 bottom:12px;
	 right:12px;
	 z-index:1;
  }
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 120px; /*ヘッダー画像の上部余白　70px 35px */
	overflow: hidden;
	position: relative;
	text-align:center;
	max-width:100%;  /*add 20190913*/
	max-height:auto; /*add 20190913*/
	display: block; /*add 20200531*/
    margin: 0 auto; /*add 20200531*/
}
.slideInner {
	list-style: none;
	margin: 5px 0 0px 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #000;*/ /*20200612del*/
	/*background-position: 50% 0;*/
	background-repeat: no-repeat;
	/*background-image:url(../images/top_img_back_03.jpg);*/ /*20200612del*/

}



@media screen and (max-width:850px) { /*ipad*/

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 120px; /*20200109 80→100*/
	/*padding-bottom: 5px;*/
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 5px 0 0px 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	/*margin: 0;*/
	padding: 0;
	background-color: #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


}

@media screen and (max-width:767px) {

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 85px; /*2019.10.25 変更 80px*//*20200109 80→75*/
	/*padding-bottom: 5px;*/
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 5px 0 1px 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	/*margin: 0;*/
	padding: 0;
	background-color: #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


}


@media screen and (max-width:650px) { /*2019.10.25 追加*/

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 95px; /*2019.10.25 変更 80px*/ /*20200109 67→75*/
	overflow: hidden;
	position: relative;
}

}


@media screen and (max-width:500px) { /*2019.10.25 追加*/

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 95px; /*2019.10.25 変更 80px*/
	overflow: hidden;
	position: relative;
}



}

@media screen and (max-width:320px) { /*2019.10.25 追加*/

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 90px; /*2019.10.25 変更 80px*/
	overflow: hidden;
	position: relative;
}



}

@media screen and (max-width:300px) { /*2019.10.25 追加*/

.slide {
	/*padding-top: 35px;*/ /*ヘッダー画像の上部余白　70px*/
	padding-top: 75px; /*2019.10.25 変更 80px*/
	overflow: hidden;
	position: relative;
}



}




/*ヘッダー画像上のインフォメーション*/

.slide p {
  position:absolute;
  /*top:95%;*//*画像の左上に配置*/
  bottom: 0%;
  left: 0;
  max-width: 100%;
  width: 99%;
  margin: 0; /*余計な隙間を除く*/
  color: #000;/*文字を黒に*/
  background-color: rgba( 255, 255, 255, 0.70 );/*rgba( 204, 255, 204, 0.55 )*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 8px 10px 5px 10px;/*文字周りの余白*/
  text-align:left;
  }


@media screen and (max-width:767px) { /*ipad*/

.slide p {
  position:absolute;
  /*top:90%;*//*画像の左上に配置*/
  bottom: 0%;
  left: 0;
  max-width: 100%;
  margin: 0; /*余計な隙間を除く*/
  color: #000;/*文字を黒に*/
  background-color: rgba( 255, 255, 255, 0.70 );/*rgba( 204, 255, 204, 0.55 )*/
  font-size: 13px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px 5px 5px;/*文字周りの余白*/
  text-align:left;
  }




}


/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		max-width: 100%; /*2019.10.25 widthを max-widthに変更*/
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
}






/*================================================
 *  レスポンシブ改行    <br class=br-sp />
 ================================================*/

    /* レスポンシブ改行   */

    /* 
	 @media screen and (min-width: 768px){ 
               .br-pc { display:block; }
               .br-sp { display:none; }
               }
     @media screen and (max-width: 767px){ 
               .br-pc { display:none; }
               .br-sp { display:block; }
               }
	*/
			   
/*================================================
 *  レスポンシブ改行    <br class=br-sp />
 ================================================*/

    /* レスポンシブ改行   */

			 
.br-sp {
  display: none;
}

@media screen and (max-width: 660px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
			   
			   
			   
/*================================================
 *  PCとスマホで表示を変える
 *   
 *  pcでは非表示、スマホでは表示させたい場合の例
 *  <span class="mb"><hr ～></hr></span>
 ================================================*/
			   
    /*PCの場合*/
               .pc	{ display:inline!important; }
               .mb	{ display:none!important; }
      @media screen and (max-width: 767px) {  /*650px*/
    /*タブレット、スマホの場合*/
               .pc	{ display:none!important; }
               .mb { display:inline!important; }
               }
			   
			   
			   
			   
/*================================================
 *  文字の縦書き
 ================================================*/ 
 
 h4t {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 22px;
	/*font-weight: bold;*/
	color: #333;
	padding: 30px;

}


.tatebox {
  text-align: center; /*縦書きの中央寄せ*/
}

.tategaki {
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';

  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 1;  /*カラム数*/
  -moz-column-count: 1;
  -ms-column-count: 1;
  column-count: 1;
   /*
  -webkit-column-gap: 30; */ /*カラム空き  複数カラムの場合*/
  /*-moz-column-gap: 30;*/
  /*-ms-column-gap: 30;*/
  /*column-gap: 30;*/
  display: inline-block;
  height: 200px; /*高さ*/
  text-align: left;
  
    color: #333;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
	padding: 30px;
    margin-bottom: 40px;
}


/*================================================
 *  フレーム
 ================================================*/ 
 
 
.iframe-wrap {
  position: relative;
  width: 100%; /*90%*/
      height:100%;
  padding-top: 56.25%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
 /* border:2px solid #ccc; */
 /* box-shadow: 0 1px 3px rgba(0, 0, 0, .2);*/ /* 影 */
 margin: 0 auto;
  }
  
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*border:none;*/
    display:block;
	/*padding:  15px 5px 10px 5px;*/
	/*border:2px solid #ccc; */
    /*border-radius:6px;*//* 角丸 */
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .2);*/ /* 影 */
    border:none;

}

	
/* box 枠線2　*/

.box2 {
    width:90%;
	padding:  5px 5px 2px 5px; /* 上 　右　 下：フレームの枠線を下に広げる　 左   */
	/*iframe-wrap の　padding-bottom: 5%;　との兼ね合いで枠線を広げる*/
	margin: 0px 8px 0px 2px;   /* 上 右 下 左   */
	margin-right:10px; /*box線外側の右がわの余白*/
	margin:30px auto;
    /*margin: 2em 0;*/
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #fff;
    border: double 4px #CCCC33;/*線#4ec4d3*/
    border-radius: 5px;/*角の丸み*/
	
	height:215px;
scrollbar-base-color:#FFF;
scrollbar-face-color:#FFF;
scrollbar-arrow-color:#9DD9D9;
scrollbar-highlight-color:#FFF;
scrollbar-3dlight-color:#9DD9D9;
scrollbar-shadow-color:#9DD9D9;
scrollbar-darkshadow-color:#FFF;
	
}
.box2 p {
    margin: 0; 
    padding: 0;
}


/* box 枠線5　*/

.box5 {
    padding: 0.5em 1em;
    margin: 0px 8px 0px 2px;   /* 上 右 下 左   */
	background: #fff;
    border: double 4px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}


.box10 {  /*　news枠に使用　*/
    /*padding: 0.5em 1em;*/
	width:90%;
	
	padding: 12px 0px 15px 0px;
    margin: 0px 18px 0px 12px;   /* 上 右 下 左   */
	margin:0px auto;
    color: #00BCD4;
    background: #FFFFFF;/*背景色 #e4fcff  #F3F3F3*/
    border-top: solid 6px #990000; /*1dc1d6*/
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}


.box11{
    padding: 1.2em 0px 1.2em 0px;
    margin: 0px 8px 0px 2px;   /* 上 右 下 左   */
    color: #000; /*#5d627b*/
    background: white;
    border-top: solid 5px #900; /*#5CB6EA  #6081E4*/
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.22);

}
.box11 p {
    margin: 0; /* 上 右 下 左   */
    padding: 0;
}


/* 解説用アコーディオン専用box */

.box20 {
    width:100%;
	height:auto;
	padding: 0px 10px 15px 0px; /* 上 　右　 下：フレームの枠線を下に広げる　 左   */
	/*iframe-wrap の　padding-bottom: 5%;　との兼ね合いで枠線を広げる*/
	margin: 10px auto;
	margin-right: 10px; /*box線外側の右がわの余白*/
    /*margin: 2em 0;*/
    font-weight: bold;
    color: #000;/*文字色*/
    /*background: #fff;*/
scrollbar-base-color:#FFF;
scrollbar-face-color:#FFF;
scrollbar-arrow-color:#9DD9D9;
scrollbar-highlight-color:#FFF;
scrollbar-3dlight-color:#9DD9D9;
scrollbar-shadow-color:#9DD9D9;
scrollbar-darkshadow-color:#FFF;
line-height:inherit;
	
}

.box20 p {
    margin: 0; 
    padding: 0;
}


/*                       */
/* box 枠線100　20200612 */
/* TOP画面横サイズ調整用    */
/*                       */

.box100 {
    max-width:1300px;
    /*padding: 0.5em 1em;*/
    margin: 0 auto;
	/*background-color:#FFFFFF;*/
    border: double 0px #4ec4d3;
	display:block;
	vertical-align:top;
	text-align:center;
	height: 100%;
    min-height: 100vh;
	overflow: auto; /*20200727 add*/
	
/*
background-color: #7E1B1B;
background-image: url(images/top_img_back_04.jpg);
background-repeat: repeat-y;
background-attachment: fixed;*/
	
	
}
.box100 p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:850px) {

.box100 {
	width:100%;
    padding: 0px;
    margin: 0 auto;
  }


}



/*                       */
/* box 枠線100　20200612 */
/* トップ系覧画面横サイズ調整用    */
/*                       */

.box100t {
    max-width:1300px;
	width:100%;
    /*padding: 0.5em 1em;*/
    margin: 0 auto;
	/*background-color:#FFFFFF;*/
    border: double 0px #4ec4d3;
	display:block;
	vertical-align:top;
	text-align:center;
	height: 100%;
    min-height: 100vh;
/*
background-color: #7E1B1B;
background-image: url(images/top_img_back_04.jpg);
background-repeat: repeat-y;
background-attachment: fixed;*/
	
	
}
.box100t p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:850px) {

.box100t {
	width:98%;
    padding: 0px;
    margin: 0 auto;
  }


}


/*                       */
/* box 枠線100　20200612 */
/* 商品一覧画面横サイズ調整用    */
/*                       */

.box100c {
    max-width:1300px;
    /*padding: 0.5em 1em;*/
    margin: 0 auto;
	/*background-color:#FFFFFF;*/
    border: double 0px #4ec4d3;
	display:block;
	vertical-align:top;
	text-align:center;
	height: 100%;
    min-height: 100vh;
	width: 100%;
/*
background-color: #7E1B1B;
background-image: url(images/top_img_back_04.jpg);
background-repeat: repeat-y;
background-attachment: fixed;*/
	
	
}
.box100c p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:850px) {

.box100c {
	width:98%;
    padding: 0px;
    margin: 0 auto;
  }


}



/*========================================================
 *  言語切り替え処理　初期処理としてlangchenge.jsを使用する
 ========================================================*/ 

 /* === 言語切り替え用処理　　ラジオボタンは非表示 ================== */
#langChenge{
width:90%;
background : #fff;
text-align:left;
padding : 10px;
margin:auto;
font-size:10pt;
}


 /* === ラジオボタンは非表示 ================== */
#lang_sel1 input[type="radio"]{
  display    : none;
}
 
 /* === 各ラジオボタンのラベルをボタンに変更 == */
#lang_sel1 label{
  display    : inline-block;
  /*border     : 1px solid #fff; */ /* ボタンの枠線色  */
  box-shadow : 0px 0px #999;  /* ボタンに影を付ける  */
  padding    : 3px 6px 1px 6px ;  /* ボタンの余白  1:上余白　2:右余白　3:下余白　4:左余白 */
  /* background : #99ffff; */   /* off状態のボタン色  */
}
 
 /* === 選択されている言語のラベル色を変更 ==== */
#lang_sel1 input[type="radio"]:checked + label {
  color:#000;
  /*background : #AF3333;*/    /* on状態のボタン色  */
  box-shadow : 0px 0px #999;  /* on状態のボタンに影を付ける  */
  padding    : 3px 6px 1px 6px ;  /* ボタンの余白  1:上余白　2:右余白　3:下余白　4:左余白 */
  /*border-bottom:3px solid #993333;*/ /* on状態の文字にアンダーライン  */
}


 /* === ギャラリーページ用カテゴリサイドメニュー ================== */
 
     /* メニュー全体 */
    div#menuA, div#menuA * { margin:0; padding:0 0px; }
    div#menuA { margin:5px; width:200px; }
    div#menuA dl { list-style:none; border-top:1px solid silver; width:100%; margin:0; padding:0; }

    /* カテゴリ名 */
    div#menuA dt { border-width:1px; border-style:none solid solid solid; border-color:silver; }
    div#menuA dt a { padding:5px 5px; display:block; color:black; text-decoration:none; background:#eee url(/content/img/js/arrowinbox.gif) no-repeat right center; width:100%; }


    /* カテゴリメニュー */
    div#menuA dd { border-width:1px; border-style:none solid solid solid; border-color:silver; }
    div#menuA dd a { text-decoration:none; display:block; /*background:url(/content/img/js/arrow.gif) no-repeat left center;*/ padding:2px 10px 2px 10px; color:black; }
    div#menuA dd a:hover { color:#fff; background:orange url(/content/img/js/arrow_wh.gif) no-repeat left center; }
    div#menuA dd a.line, div#menuA dd a.line:hover { border-bottom:1px dotted silver; }
    div#menuA dd a.end, div#menuA dd a.end:hover { padding-bottom:1px; }

    /* ダイレクトリンク */ 
    div#menuA dt.direct a { display:block; color:#000; background:#fff url(/content/img/js/arrow.gif) no-repeat right center; }
    div#menuA dt.direct a:hover { color:#fff; background:orange url(/content/img/js/arrow_wh.gif) no-repeat right center; }
	
	
	.daikei{
     width: 0;
     height: 0;
     border-top: solid 5px transparent;
     border-right: solid 5px transparent;
     border-bottom: solid 5px transparent;
     border-left: solid 5px #990000; /*#697b91*/
}

	.sankaku1{ /*下向き▼*/
     display: inline-block;
     border-style: solid;
     border-width: 7px 5px 0 5px;
     border-color: #fff transparent transparent transparent;
	 vertical-align:middle;
	 
}

	.sankaku2{ /*右向き▲*/
     display: inline-block;
     border-style: solid;
     border-width: 7px 0 6px 6px;
     border-color: transparent transparent transparent #fff;
	 vertical-align:middle;
	 
}

	.sankaku3{ /*左向き▲*/
     display: inline-block;
     border-style: solid;
     border-width: 7px 9px 7px 0;
     border-color: transparent #fff transparent  transparent ;
	 vertical-align:middle;
	 margin: 0 5px 2px 5px;
	 
}

.arrow-left {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0px 0px 0px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg);
}



/* 文字の横に▼を付ける
span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #000;
}
*/