
@charset "utf-8";
/* CSS Document */

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}


html {
	scroll-behavior: smooth;
}


body{
	font-family: "游ゴシック"," "メイリオ";
	background-color: #FFFFFF;
	color:#000000;
	line-height:1.6rem;
}




/*■横幅で表示変更
--------------------*/

.SP{display:none;}
 
@media screen and (max-width:640px){

.PC{display:none;}

.SP{display:inherit;}
}


img.max {
	max-width:100%;
	min-width:10px;
	height:auto;
}




.clear-both {clear:both;}


div.none{display:none;}

.fs07{font-size:0.7rem;}
.fs08{font-size:0.8rem;}
.fs09{font-size:0.9rem;}
.fs11{font-size:1.1rem;}
.fs12{font-size:1.2rem;}
.fs15{font-size:1.5rem;}
.fs20{font-size:2.0rem;}
.fs25{font-size:2.5rem;}

.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}

.red{color:red;}
.orange{color:orange;}
.blue{color:blue;}

.bold{font-weight:bold;}
.nomal{font-weight:nomal;}


/* リンク色 */
a{
	color:#017F01;
	text-decoration:none;
}

/*訪問後のリンク*/
a:visited {
    color:#00B700;
    text-decoration:none;
}



/* ■■ec.html 見出し他 */


/* ページ内リンクの位置調整 */
.anchor{
  padding-top:140px;
  margin-top:-140px;
}


div.d01{
	margin:0 0 25px 0;
	border:1px solid #cfcfcf;
	position:relative;
	background:#ffffff;
	padding:10px;
	border-radius:10px;
}




/* 商品タイトル */

p.p02{
	color:#333333;
	font-weight:bold;
	font-size:1.2rem;
	border-bottom:1px dotted #cccccc;
	padding:0px;
	margin: 0;
	display: block;
}


p.p02:first-letter {
	font-size: 1.4rem;
	color: #017f01;
}


span.p02{
	background:#ffffff;
	color:#333333;
	padding:1px 10px;
	font-size: 0.8rem;
	text-align: right;
	float: right;
	font-weight:nomal;
	border-radius:5px;
	border:1px solid #333333;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}




.p03{
	border-bottom: solid 3px #27acd9;
	font-weight:bold;
	margin: 0;
	padding: 0;
	display: inline-block;
}



.p04a,.p04b{float:left; margin:10px 0 0 0;}

.p04a{
	background:#666666;
	color:#ffffff;
	font-size:0.8rem;
	border:1px solid #666666;
  border-radius:10px 0 0 10px;
padding:0 5px 0 10px;
}


.p04b{
	background:#ffffff;
	color:#333333;
	font-size:0.8rem;
	border:1px solid #666666;
  border-radius:0 10px 10px 0;
padding:0 10px 0 5px;
}






a.pdf{
  font-size:0.9rem;
  padding: 0px 20px;
  margin:5px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  border:1px solid #333333;
  color: #ffffff;
  background: #00b700;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}






/* ■商品の配置、レスポンシブ */

.e00 {
  display: flex;
  max-width: 960px;
  text-align: left;
  box-sizing:border-box;
  background-image: linear-gradient(white,white,white,#f0f0f0);
}

.e01 {
	text-align:center;
	width: 150px;
}

.e02 {
	width: 810px;
	padding:0 10px;
}

.e03 {
	font-size:0.9rem;
	line-height: 1.1rem;
	margin-left: auto;
	margin-top:10px;
	padding:0 0 0 15px;
}

.e03 br{
display: block;
content: "";
margin: 0.6rem 0;
}







.e04 {
width: 100%;
background: #f0f0f0;
text-align:center;
border-top:1px dotted #ffffff;
border-bottom:1px solid #cccccc;
margin:0 0 30px  0;
}


/* ボタン装飾 */

.e04 input{
	display: none;
}
.e04 label{
	width:48%;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0px;
	padding: 5px 10px;
	background: #e6e6fa;
	color: #666666;
	font-size: 0.9rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	transition: .2s;
	border-radius:10px;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}

.e04 input[type="checkbox"]:checked + label {
	background-color: #e67168;
	color: #fff;
}


div.open{
right:0;
  font-size:0.9rem;
  padding: 0px 20px;
  display: inline-block;
  border-radius: 5px;
  border:1px solid #666666;
  color: #333333;
  background: #cccccc;
}






/* ■■可変■ */

@media (max-width: 640px) {

.e00 {
background:none;
  display: block;
  width: 100%;
  text-align: left;
}

.e01 {
  text-align:center;
  width: 100%;
}

.e02 {
background-image: linear-gradient(white,white,white,#f0f0f0);
  border:1px solid #cccccc;
  border-radius:5px;
  width: 100%;
  margin:0;
padding:10px 5px;
}

.e03 {
  margin:5px 0;
  width: 100%;
}

}





.ec_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ec_list > li {
    color:#666666;
    font-weight:bold;
    position: relative;
    padding: 0px 0px 0px 15px;
    font-size:1rem;
border-bottom:1px dashed #cccccc;
}

.ec_list > li::before {
    position: absolute;
    top: 1rem;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #017F01;
    content: "";
    margin-left:5px;
}





/* ECパンフレット */

details {
	margin:5px 0;
	transition: 10.5s;
	border:solid 3px #00C600;
background-image: linear-gradient(white,white,white,#f0f0f0);
}


summary.pdf_summary{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
    padding: 0 0 0 10px;
  border: 1px solid #00C600;
  font-weight: nomal;
  color: #fff;
	background:#00C600;
}

/* --------アイコンを作ります-------- */
.summary_icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .summary_icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.summary_icon::before,
.summary_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.summary_icon::before {
  left: 0;
  transform: rotate(45deg);
}

.summary_icon::after {
  right: 0;
  transform: rotate(-45deg);
}


details[open] {
	background:#ffffff;
}

details[open] summary {
    margin-bottom: 10px;
	border-radius:0;
}


.xxxxxaccbox label {
    display: block;
    margin: 0 0 1px 0;
    padding : 10px;
    color :#000000;
    font-weight: nomal;
    background :#8AFF8A;
    cursor :pointer;
    transition: all 0.2s;
}

summary[hover] {
    background :#00B700;
    color:#ffffff;
}



/* パンフレット配置 */



/* ■画像にルーペマークを重ねる */
.lp01 {
  position:relative;
  display:inline-block;
}
.lp02 {
  position:absolute;
  padding: 5px 4px; /* ルーペアイコンを画像の角から離す量の設定 */  
  left:0px;
  top:0px;
  object-fit: contain;
}

/* ///■画像にルーペマークを重ねる */



p.pdf_tit {
	color:#ffffff;
	font-weight:bold;
	background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
}







table.ec_table01 {
	width:97%;
	text-align:center;
	background :#fff;
	margin:5px;
	padding:0;
}



table.ec_table02 {
width: 33%;
text-align:center;
background:#fff;
margin: auto;
padding:10px;
border:1px solid #000;
border-radius: 10px;

}

div.ec_table02 {
width: 40%;
text-align:center;
background:#fff;
margin: 10px auto;
padding:10px 20px;
border:1px solid #ccc;
border-radius: 10px;
}




@media (max-width: 640px) {
table.ec_table02{
width: 70%;
}


div.ec_table02 {
width: 70%;
}



}



.ec_table01 p{
	border:1px solid #cccccc;
	border-radius: 10px;
}

.ec_table02  p{
	border:1px solid #cccccc;
	border-radius: 10px;
}







span.p05{
	color:#ffffff;
	font-size:0.8rem;
	border:0px solid #ffffff;
	border-radius:20px;
	padding:2px 10px;
	margin:0 3px 0 0;
}

span.p05a{
	background:#CB0022;
}

span.p05b{
	background:#003FA2;
}




div.ec_pdf{
  display: flex;
  max-width: 960px;
  text-align: left;
}


div.ec_pdf_child{
	width:25%;
	text-align:center;
	border:1px solid #cccccc;
	border-radius: 10px;
	padding:5px;
	margin:0 2px;
}


p.sj{
  font-size:0.9rem;
  padding: 0px 20px;
  margin:0;
  color: #ffffff;
  background: #CC0022;
}











div.div02{
width:220px;
margin:0 0 10px 0;
background-image: linear-gradient(white,white,white,#f0f0f0);
padding:5px;
border:1px solid #cccccc;
border-radius:10px;
}



/*■トップナビ　*/

#headbar {
   position: fixed;
	z-index:1000;
   top: 110px;
   left: 0px;
   width: 100%;
   /* ▼バーの装飾 */
   background-color: #000000;
   color: #ffffff;
}


/*■トップナビ用メニュー
--------------------*/

#topnavimenu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#topnavimenu li{
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  float: left;
  width: 16.666%;
  margin: 0;
  padding: 0;
 }



#topnavimenu li a{
height:30px;
  padding: 5px;
  display: block;
  background: #017f01;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

#topnavimenu li a:hover{
  background: #00b700;
  color: #ffffff;
}



/* 高さ調整 */



div.pc_top2{
    height: 150px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

div.sp_top2{
    height: 63px;
    width: 100%;
    background-color: #333333;
    z-index: 1;
}






/*■PC用サイドメニュー１
--------------------*/


div.menu_index {
	width:220px;
	background-color: #017F01;
	color: #fff;
	font-size:1.4rem;
	font-weight:bold;
	overflow: hidden;
	padding: 5px 10px;
	margin:0 10px 0 0;
	position: relative;
}
div.menu_index::before {
	background-color: #ffffff; /* 円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.15; /* 円の不透明度 */
	position: absolute;
	top: -10px;
	left: -20px;
	width: 120px; /* 円の幅 */
	height: 120px; /* 円の高さ */
}




/* 通常左カラムメニュー */




#pcmenu1{
  width: 210px;
  margin: 0 0 0 10px;
  padding: 0;
}

#pcmenu1 li{
  box-sizing: border-box;
  border-left: 10px solid #00b700;
  border-bottom: 1px dotted #cccccc;
  display: block;
  float: left;
  width: 210px;
  margin: 0;
  padding: 5px;
 }


#pcmenu1 li a{
  display: block;
  padding: 12px 0 10px;
  background: #ffffff;
  color: #000000;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  padding: 5px;
}

#pcmenu1 li a:hover{
  background: #017f01;
  color: #ffffff;
}






h2{
    background-color: #00B700;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 10px;
    border: 1px #333333 solid;
    font-weight:bold;
}



h3{
    color: #017F01;
    font-size: 1.2rem;
    margin: 30px 0px 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px #017F01 SOLID;
    border-left: 10px #017F01 solid;
}


h4{
    color: #017F01;
    font-size: 1.1rem;
    margin: 30px 0px 3px;
    padding: 0px;
    background: #ffffff;
    border-bottom: 1px #017F01 dotted;
}




h5{
    color: #333333;
    font-size: 1.1rem;
    margin: 0px 0px 10px;
    border-left: 20px #333333 solid;
    padding: 5px;
    background: #FFFFFF;
}


h6{
    color: #017F01;
    font-size: 1.1rem;
    margin: 0px 0px 10px;
    border-left: 20px #017F01 solid;
    padding: 5px;
    background: #FFFFFF;
}






.h00{
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 0px 0px 10px;
    border-left: 20px #333333 solid;
    padding: 10px;
    background: #017F01;
}


.h01{
    color: #017F01;
    font-size: 1.2rem;
    margin: 30px 0px 3px;
    padding: 0px;
    background: #ffffff;
    border-bottom: 1px #017F01 solid;
}

.h02{
    font-weight:bold;
    border-left: 10px #017F01 solid;
    color: #017F01;
    font-size: 1.2rem;
    margin: 30px 0px 3px;
    padding: 10px;
    background: #ffffff;

}

.h03{
    font-weight:bold;
    color: #017F01;
    font-size: 1.2rem;
    margin: 30px 0px 3px;
}



.h04 {
    margin:  30px 0 0 0;                 /* デフォルトCSS打ち消し */
    font-size:  1.2rem;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 5px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  bold;       /* 文字の太さ調整 */
}

.h04:before {
    content:  '';                   /* 空白の要素を作る */
    width: 100px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #017F01;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}



/* FAQアコーディオン */

<!-- アコーディオン -->


.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}


.accbox label {
    display: block;
    margin: 0 0 1px 0;
    padding : 10px;
    color :#000000;
    font-weight: nomal;
    background :#8AFF8A;
    cursor :pointer;
    transition: all 0.2s;
}

.accbox label:hover {
    background :#00B700;
    color:#ffffff;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    color :#222222;
    font-size:0.9rem;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background:  rgba(0, 0, 0, 0);
    opacity: 1;
}


p.acckid{
	font-size:0.9rem;
	margin:0 0 10px 0;
	padding:0 10px;
}












/*▼▼▼▼　画面幅設定 */


#max960 {
  display: flex;
  flex-wrap: wrap;
	max-width: 960px;
margin: 0 auto;
	text-align: left;

}






.column-left {
  width: 220px;
  margin:5px 0 0;
}

.column-main {
  width: 960px;
  margin:5px 0 0 0;

}


@media (max-width: 960px) {
.column-left {
	display:none;}

.column-main {
	width: 100%;
	margin:0 3px 0 3px;}

}






/* ■■パンフレットpdfJPGボタン */




A.P-Button {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border: none;
  width: 16rem;
  padding:3px 10px ;
  height: 66px;
  border-radius: 15px;
}

A.P-Button-pdf {
  background-color: #b30b00;}

A.P-Button-jpg {
  background-color: #0033cc;}



.P-ButtonCapPDF,
.P-ButtonCapJPG {
  flex: 1;
  text-align: left;
  font-size:1.2rem;
  color: #FFFFFF;
  padding:0 0 0 40px;
}

.P-ButtonCapPDF:after{
	content:url(img/b-pdf.gif);
}


.P-ButtonIndicator {
  flex: 1;
  max-width: 1rem;
}



.snpJ {
  background-color: #cc0022;
  color: #FFFFFF;
  padding:3px 10px ;
  border-radius: 10px;
  margin:0 0 0 5px;
}

.tknd {
  background-color: #005bac;
  color: #FFFFFF;
  border-radius: 10px;
  padding:3px 10px ;
  margin:0 0 0 5px;
}


.text{
	line-height: 1.6rem;
	text-indent: 1rem;
	margin:0 0 1.2rem 0;
}


/* フローティングボタン共通 */

.fbutton{
    position: fixed;
    font-size: 0.8rem;
    font-weight:bold;
    z-index:999;
}

.fbutton a{
    background: #017F01;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}


.fbutton a:hover {
    text-decoration: none;
    background: #00B700;
    border: 2px #FFFFFF solid;
    color: #ffffff;
}



/*■上に戻るボタン　*/
.fbutton-1 {bottom: 10px; right: 10px;}

/*■トップページへ戻るボタン　*/
.fbutton-2 {bottom: 10px; left: 10px;}

/*■前のページへ戻るボタン　*/
.fbutton-3 {bottom: 46px; left: 10px;}


/*■（仮）カート　*/
.fbutton-4 {top: 160px; right: 10px;}








/* スライダー */
/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
    COLOR:#333;
}




.ul01 li{
	text-indent: 1rem;
	line-height: 1.6rem;
	margin:0 0 1.2rem 0;
}







/*■携帯用アコーディオンメニュー
--------------------*/

div.sp_top{
    height: 60px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    border-bottom:1px solid #70d2f0;
}





/* SPメニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 1090;
    background-color: #00B700;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check {
    display: none;
}


/* SPメニュー展開時 */

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 1080;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 50px 10px 0;
}
.menu-content ul li {
    border-bottom: dotted 1px #000000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    box-sizing: border-box;
    color:#000000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}







.p01{
	color:#333333;
	font-weight:bold;
	font-size:0.8rem;
	border-bottom:0.5px solid #cccccc;
	padding:0px;
	margin:20px 0 0 0;
	display: block;
}

.p01:first-letter {
  font-size: 1.2rem;
  color: #017f01;
}




















/* サンプル画像ボタン */

a.p-link{
  font-size:2rem;
  padding: 10px 20px;
  margin:0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}



a.jpg{
  color: #000000;
  background: #8aff8a;
}





hr.top01{
 border-top: 1px solid #666666;
}


hr.list01{
 border:0.5px solid #cccccc;
 margin:0 0 10px 0;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■
使用分はこれより上 */













.topiframe{
	border: 1px #cccccc solid; 
	width:85%;
	height:300px;
}




td.news01{font-size:0.8rem;}

td.news02{
	font-size:1rem;
	color:#ff0000;
}


p.news01{
	text-align: left;
	color: #00617D;
	border: 1px solid #00617D;
	background: #fff;
	padding:5px;
	margin: 5px 0 10px;
}

p.news02{
	margin: 0;
	color: #00617D;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 10px;
}

div.news03{
	font-size:0.9rem;
	color:#333333;
	margin:0 0 50px 0;
}



















.text2{
	margin:0 0 0.8rem 0;
}














/* ■■用紙販売 */
TABLE.solid04 {
	padding: 0;
	margin:  0;
	width: 100%;
	align: left;
	border:solid 1px #409EB5;
}




TABLE.solid04 th {
    background: #fff;
	border-bottom:1px solid #cfcfcf;
	color:#00617D;
	font-weight:nomal;
	padding: 10px 5px;
	font-size:0.9rem;
}




/* ■画像リンク */
table.solid04 tr td:nth-of-type(1) {
	white-space: nowrap;
	width: 5px;
	font-size:0.7rem;
}

/* ■単位 */
table.solid04 tr td:nth-of-type(2) {
	font-size:0.7rem;
	text-align:right;
}

/* ■価格 */
table.solid04 tr td:nth-of-type(3) {
	text-align:right;
	white-space: nowrap;
	width: 5px;
}

/* ■数量 */
table.solid04 tr td:nth-of-type(4) {
	white-space: nowrap;
	width: 5px;
}


/* ■カートイン */
table.solid04 tr td:nth-of-type(5) {
	white-space: nowrap;
	width: 5px;
}



TABLE.solid04 td {
	border-collapse: collapse;
	color:#333333;
	font-weight:nomal;
	padding: 10px 5px;
	font-size:0.9rem;

}




.kazu2{
    display: inline-block;
    /*コレ*/width: 1.5rem;
    /*コレ*/max-width: 100%;
    padding: 2px 3px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0;
}





/* カートイン */
input.cartin{
  font-size:0.8rem;
  line-height:1rem;
  color: #ffffff;
  padding: 3px 10px;
  margin: 0;
  display: inline-block;
  background: #FF9900;
  vertical-align: middle;
  border-radius: 25px;
}






.new{
  font-size:0.7rem;
  color: #ffffff;
  padding: 0 5px;
  margin:0 0 0 3px;
  display: inline-block;
  background: #ff0000;
  vertical-align: middle;
  border-radius: 5px;
}


.cap{
  text-align:right;
  font-size:0.7rem;
  color: #fff;
  padding: 0 5px;
  margin:0 0 0 3px;
  display: inline-block;
  background: green;
  vertical-align: middle;
  border-radius: 5px;
  border:0px solid #000000;
  font-weight:nomal;
}





/* 用紙販売で詳細モーダルウィンドウ表示 */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: left;
  background: #fff;
  padding: 15px;
  color:#333333;
  font-size:1.9rem;
}
 
.modal-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.65);
  z-index: 1;
}
 

A.modal-open{
  font-size:0.7rem;
  font-weight:nomal;
  color: #ffffff;
  padding: 0 5px;
  margin:0;
  display: inline-block;
  background: #666666;
  vertical-align: middle;
  border-radius: 5px;
}



.modal-open,
.modal-close {
  cursor: pointer;
}













/* 電話番号リンク */
A.call02{
  font-size:0.9rem;
  line-height:0.9rem;
  color: #000000;
  padding: 1px 15px;
  margin: 0;
  display: inline-block;
  background-image: linear-gradient(white,white,white,#f0f0f0);
  vertical-align: middle;
  border: solid 1px #cfcfcf;
  border-radius: 25px;
}

A.call02:before{
	content:url(img/call02.png);
}













/* ■□■□■□■□■□■□■□■□■□■□■□■□■□*/



/*【角丸】*/
.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}




a.type{
	color:#000000;
	text-decoration:underline dotted #333333;
}





table.pc_top{
	background: #FFFFFF;
	width: 100%;
	margin: 0px auto;
	height:80px;
	z-index:1000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom:1px solid #70d2f0;
}
































/* ■ページ内リンク用上部スペース */
div.space_sp {height:100px;}
div.space_pc {height:100px;}




/* ■続きを読むボタン（開閉） */

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▽'' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '▲'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



p {margin: 0 0 0.6rem 0;}














/* フェイドイン */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 900ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    z-index:1;
}





































/*----------------------------------------
使っているもの。ここまで
----------------------------------------*/


















