
/*--------------------------------------------------
               トップヘッダーのコンテナテーブル
----------------------------------------------------*/
.container{
  width: 1000px;
  margin: 0 auto;
}
.block{
  display: table;
  margin: 15px 0 5px 0;
}
.block__element{
  display: table-cell;
  width: 60px;
  padding: 0px;
  border: 0px solid #666;
    vertical-align: middle;
}
.block__element2{
  display: table-cell;
  width: 940px;
  padding: 5px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 11px; /*font-size: 1.1rem;*/
	line-height: 1.5;
}

/*----------------------------------------
�@�w�b�_�[�J�e�S���[�}�E�X�[�o�[
-------------------------------------------*/

#hd_menu_list {
    position: relative;
    z-index: 100;
    margin:  0 auto;
	width: 1000px;
    clear: both;
}
#hd_menu_list li.hd_menu_btn {
	margin: 0 0 0 0;
	display: block;
	padding: 0px;
	width: 20%;
	height: 45px;
	/* background:  no-repeat;*/
	background: #D7EEFF;
	float: left;
}

/*
#hd_menu_list li.hd_menu01 {background-position: 0px 0px;}
#hd_menu_list li.hd_menu02 {background-position: -200px 0px;}
#hd_menu_list li.hd_menu03 {background-position: -400px 0px;}
#hd_menu_list li.hd_menu04 {background-position: -600px 0px;}
#hd_menu_list li.hd_menu05 {background-position: -800px 0px;}

#hd_menu_list li.hd_menu01:hover {background-position: 0px -43px;}
#hd_menu_list li.hd_menu02:hover {background-position: -200px -43px;}
#hd_menu_list li.hd_menu03:hover {background-position: -400px -43px;}
#hd_menu_list li.hd_menu04:hover {background-position: -600px -43px;}
#hd_menu_list li.hd_menu05:hover {background-position: -800px -43px;}
*/


/****** 2018.10.18 �e�L�X�g���� �ǉ�CSS ******/

/* ���S�V�b�N�w�� */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

#hd_menu_list span.hd_menu_btnTxt {
	display:block;
	width: 100%;
	height: 40px;
	border-right: solid 1px #ffffff;
	box-sizing: border-box;
}
#hd_menu_list span.hd_menu_btnLast {
	border-right:none;
}
#hd_menu_list span.hd_menu_btnTxt span {
	display:block;
	width: 185px;
	height: 40px;
	margin:3px auto;
	color: #716458;
    font-family: "Yu Gothic Bold", "���S�V�b�N Bold", YuGothic, "���S�V�b�N��";
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic Bold", "���S�V�b�N Bold", YuGothic, "���S�V�b�N��","Hiragino Kaku Gothic ProN",���C���I,Meiryo,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
/****** ヘッダーの文字を二行にしたい場合にspan class="hd_menu_btnTxt"を"hd_menu_btnTxt line2"にする ******/
#hd_menu_list span.line2 span {
	font-size: 11px;
	line-height: 13px;
	height: 28px;
	padding: 1px 0 0 0;
}

#hd_menu_list li.hd_menu01:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu02:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu03:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu04:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu05:hover span.hd_menu_btnTxt span {
	background: #d8bfd8;
	color: #ffffff;
}
#hd_menu_list li.hd_menu02:hover .hd_menu_box {
 width: 116px;
}

/****** //�ǉ�CSS ******/










#hd_menu_list li div.hd_menu_box,
#hd_menu_list li div.hd_menu_box-last {
	display: none;
}
#hd_menu_list li:hover div.hd_menu_box,
#hd_menu_list li:hover div.hd_menu_box-last {
	display: block;
	position: absolute;
	top: 25px; /吹き出しの上下位置/
}

/* �ύX�ǉ� */
#hd_menu_list li div.hd_menu_box ul {
	position: relative;
	top: 15px;
	left: 0px;
	padding: 20px 40px;
	width: 316px;
	background: #ffffff;
	border: solid 2px #dbdbdb;
	/* applied IE6 and IE7 */
	>top: 0px;
}

#hd_menu_list li.hd_menu02 div.hd_menu_box ul,
#hd_menu_list li.hd_menu03 div.hd_menu_box ul,
#hd_menu_list li.hd_menu04 div.hd_menu_box ul,
#hd_menu_list li.hd_menu05 div.hd_menu_box ul {
	width: 116px;
}
/*
#hd_menu_list li.hd_menu02 div.hd_menu_box ul {
	left: -200px;
}
*/
#hd_menu_list li div.hd_menu_box:after {
	content: '';
	position: absolute;
	border-bottom: 15px solid #ffffff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 3px;
	left: 85px;
	/* applied only IE8 */
	z-index /*\**/: 1;\9
	border-bottom /*\**/: 15px solid #ff6666;\9
}
#hd_menu_list li div.hd_menu_box:before {
	content: '';
	position: absolute;
	border-bottom: 15px solid #dbdbdb;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 0px;
	left: 85px;
}
/* //�ύX�ǉ� */



#hd_menu_list li.hd_menu_inner {
	width: 155px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
#hd_menu_list li.hd_menu_inner a {
	display: inline-block;
	width: 145px;
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	background: url(allimage/list1.png) no-repeat 0px 5px ;
}
#hd_menu_list li.hd_menu_inner a:hover {
	display: inline-block;
	width: 145px;
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	background: url(allimage/list3.png) no-repeat 0px 5px ;
}
	



/*--------------------------------------------------
               パン屑
----------------------------------------------------*/

.breadcrumb {
      width: 1000px;
  margin: 0 auto;
  padding: 8px 0 0 0;
  list-style: none;
    font-size: 11px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #f3948f;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}






/*--------------------------------------------------
               ロゴとサイトの説明
----------------------------------------------------*/

#hd_what {
	height: 61px;
    margin: 50px 0 0 5%;
	padding: 5px 0 0 0;
	font-size: 11px; /*font-size: 1.1rem;*/
	line-height: 1.8;
}
#hd_what img {
	height: 60px;
	float: left;
	padding: 0 0 2px 0;
}
#hd_what a {
	font-size: 11px; /*font-size: 1.1rem;*/
}



.top-ttl-txt {
	width: 818px;
	height: auto;
	margin: 10px 0 30px;
}
a {
	text-decoration: none;
}
.top-ttl-h {
	width: 818px;
	color: #FFF;
	margin: 0 0 18px 0;
	padding: 0;
	text-indent: 0.8em;
	line-height: 23px;
	font-size: 11px;
	background:#d2ac77;
	font-family:'Meiryo','メイリオ','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','MS Gothic', sans-serif;
}

.hd_name_txt {
	font-size: 11px; /*font-size: 1.1rem;*/
	font-weight: normal;
    color:#ffffff;
	letter-spacing: 0.0em;
    width: 400px;
    float: left;
}

    
    
/*--------------------------------------------------
               トップページスライダー
----------------------------------------------------*/


.slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.slider_sam img{
  width: 200px;
}
.slider_sam {
  max-width: 620px;
  margin: 0 auto;
}
.slider_sam li {
  margin: 5px;
}
.slider_sam .slick-next {
  right: 20px;
  z-index: 100;
}
.slider_sam .slick-prev {
  left: 15px;
  z-index: 100;
}
.slider_sam .slick-current {
  opacity: 0.5;
}
.slider_sam div div div {
  cursor: pointer;
}


.slide-arrowprev-arrow{
    width:50px;
    position: absolute;
    z-index: 30;
    top:150px;
    left:5px;
}
.slide-arrownext-arrow{
    width:50px;
    position: absolute;
    z-index: 20;
    top:150px;
    left:945px;
}


.containerslid{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.blockslid{
  display: table;
  margin: 0 auto;
}
.block__slid1{
  display: table-cell;
  width: 1000px;
  padding: 0px;
  border: 0px solid #666;
    vertical-align: middle;
}


/*--------------------------------------------------
               お知らせ枠
----------------------------------------------------*/
.container2{
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #666;
}
.block{
  display: table;
  margin: 10px 0 5px 0;
}
.block__info1{
  display: table-cell;
  width: 120px;
  padding: 0px;
  border: 0px solid #666;
    vertical-align: middle;
}
.block__info2{
  display: table-cell;
  width: 870px;
  padding: 5px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 11px; /*font-size: 1.1rem;*/
	line-height: 1.5;
}
.block__info2 li{
    list-style-image: url(allimage/list1.png);
}


/*--------------------------------------------------
               トップページのNEW
----------------------------------------------------*/



/*--------------------------------------------------
               index.html最下のタブのコンテナ
----------------------------------------------------*/
.container3{
  width: 1000px;
  height: 630px;
  margin: 0 auto;
    margin-top: 5px;
  border: 0px solid #ffffff;
}


/*--------------------------------------------------
               タブの中のコンテナ
----------------------------------------------------*/
.container4{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.tabcon{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 5px 0;
}
.tabcon__info1{
  display: table-cell;
       table-layout: fixed;
  width: 200px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon__info2{
  display: table-cell;
  width: 250px;
  padding: 5px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 11px; /*font-size: 1.1rem;*/
	line-height: 1.5;
}
.tabcon__info2 li{
    list-style-image: url(allimage/list1.png);
}
.tabcon__info1 img:hover {
	opacity: 0.5 ;
}

/*--------------------------------------------------
               タブのデザイン
----------------------------------------------------*/
.tab5{
  width: 1000px;
  position:relative;
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color:#ffffff !important;
  margin:0 !important;
  padding:1px 0 !important;
}
.tab5:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:25%;/*タブを5つにする時は20%に*/
  height:5px;
  background-color:#20b2aa;  
  transition:all 0.6s ease;
}
.tab5--1:after{
  left:0;
}/*タブを5つにする時はab5--5を増やして0,20%,40%,60%,80%に*/
.tab5--2:after{
  left:25%;
}
.tab5--3:after{
  left:50%;
}
.tab5--4:after{
  left:75%;
}
.tab5__item{
  margin-left: 1px;
    margin-right: 1px;
  flex:1;
}
.tab5__link{
  position:relative;
  display: block;
  text-decoration: none;
  color: #6a5acd;
  cursor:pointer;
    background-color:#b0e0e6; 
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 25px;
    top:1px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tab5-body{
  overflow:hidden;
  position:relative;
  height:600px;
  border: 0px solid #666;
}
.tab5-body__item{
  position:absolute;
  top:0;
  left:100%;
  width:100%;
  height:120px;
  text-align:center;
}
.tab5-body__item.in{
  left:0;
  transition:all 0.6s ease-out;
}
.tab5-body__item.out{
  left:-100%;
}



/*--------------------------------------------------
               index.htmlのタブ2LINE中身
----------------------------------------------------*/

.line-body{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  overflow:hidden;
  position:relative;
  text-align:center;
}

.container7line{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.tabcon7line{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 20px 0;
}
.tabcon7__info1line{
  display: table-cell;
       table-layout: fixed;
  width: 333px;
  padding: 0px;
  border: 0px solid #666;
  font-size: 14px;
}
.tabcon7__info1line li {
    margin-top: 20px;
}
.tabcon7__info1line img{
    width:250px;
}

.tabcon7__info1line li img{
    width:90px;
}
.tabcon7__info1line img:hover {
	opacity: 0.5 ;
}


/*--------------------------------------------------
               2階層目のテーブル枠
----------------------------------------------------*/

.gar-body{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  overflow:hidden;
  position:relative;
  height:38px;
  border: solid 1px #cccccc;
  text-align:center;
}

.gar-body li:first-child a:before {
  /*アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: normal;
  font-size: 1.1em;
    color: #6495ed;
}

.gar-body2{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  overflow:hidden;
  position:relative;
  text-align:center;
}

.container6{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.tabcon6{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 20px 0;
}
.tabcon6__info1{
  display: table-cell;
       table-layout: fixed;
  width: 200px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon6__info1 img{
    width:190px;
}

.tabcon6__info1 li img{
    width:90px;
}


.container7{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.tabcon7{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 20px 0;
}
.tabcon7__info1{
  display: table-cell;
       table-layout: fixed;
  width: 333px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon7__info1 img{
    width:320px;
}

.tabcon7__info1 li img{
    width:90px;
}


/*--------------------------------------------------
               二階層目トップの説明枠
----------------------------------------------------*/


.container8erabitori{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/erabi01.jpg)
}
.container8meimeisho{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/meimeisho01.jpg)
}
.container8poster{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/poster01.jpg)
}
.container8nezou{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/nezou01.jpg)
}
.container8katagami{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/katagami01.jpg)
}
.container8month{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/month01.jpg)
}
.container8boshi{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/boshi01.jpg)
}
.container8cake{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/cake01.jpg)
}  
.container8ennichi{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/ennichi01.jpg)
} 
.container8chitose{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/chitose01.jpg)
} 
.container8omen{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(tokushu/omen01.jpg)
} 
.container8lineemoji{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/lineemoji01.jpg)
}
        
.container8linekisekae{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/linekisekae01.jpg)
}
        
.container8linestamp{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/linestamp01.jpg)
}
.container8freedl{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/freedl01.jpg)
}
.container8freedlerabi{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/freedl02.jpg)
}
.container8freerecipe02{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/freerecipe02.jpg)
}
.container8tsbag{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/tsbag01.jpg)
}
.container8freerecipe{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
    background-image:url(tokushu/freerecipe01.jpg)
}
.tabcon8{
  display: table;
      table-layout: fixed; /*子の幅均等*/
  margin: 10px 0 5px 0;
    font-size: 14px;
}
.tabcon8__info1{
  display: table-cell;
       table-layout: fixed;
  width: 500px;
  height: 120px;
  padding: 25px;
  border: 0px solid #666;
  font-size: 14px;
}
.tabcon8__info2{
  display: table-cell;
  width: 500px;
  height: 120px;
  margin: 0 auto;
  padding: 25px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.tabcon8__info3{
  display: table-cell;
  width: 500px;
  height: 120px;
  margin: 0 auto;
  padding: 25px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 12px;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.tomei{background-color: rgba(255,255,255,0.6)}
.tomei a{color: #8eb8ff;}

.tabcon8__info2t{
  display: table-cell;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  padding: 15px;
  border: 0px solid #666;
    vertical-align: bottom;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

/*--------------------------------------------------
               LINEのtable
----------------------------------------------------*/
.container9{
  width: 1000px;
  margin: 0 auto;
  border: 0px solid #666;
}
.tabcon9{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 50px 0;
  border: 0px;
}
.tabcon9__info1{
  display: table-cell;
       table-layout: fixed;
      vertical-align: middle;
  width: 160px;
    margin-right: 20px;
  padding: 0 0 0 20px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon9__info2{
  display: table-cell;
       table-layout: fixed;
      vertical-align: middle;
  width: 140px;
    margin-top: 100px;
    margin-right: 20px;
  padding: 0 20px 0 0;
  border: 0px solid #666;
  text-align: center;
    font-size: 14px;
}
.tabcon9__info1 img{
    width:140px;
    margin: 0 0 0 20px;
     box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);
     border:0px solid #000;
}
.tabcon9__info2 img{
    width:100px;
}
.tabcon9__info2 li img{
    margin: 0 auto;
}

.tabcon9__info1 img:hover {
	opacity: 0.5 ;
}


/*--------------------------------------------------
               無料ダウンロードのtable
----------------------------------------------------*/
.free-body{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  overflow:hidden;
  position:relative;
  text-align:center;
}
.container10{
  width: 1000px;
  margin: 10px 0 50px 0;
  border: 0px solid #666;
}
.tabcon10{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 20px 0;
}
.tabcon10__info1{
  display: table-cell;
       table-layout: fixed;
  width: 333px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon10__info1 img{
    width:280px;
     box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);
     border:0px solid #000;
}
.tabcon10__info1 img:hover {
	opacity: 0.5 ;
}
.tabcon10__info1 li img{
    width:90px;
}


.tabcon10__info3{
  display: table-cell;
       table-layout: fixed;
  width: 450px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon10__info3 img{
    width:445px;
     box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);
     border:0px solid #000;
}
.tabcon10__info3 li img{
    width:90px;
}


.free li{
    margin: 10px 0px 5px 0px;
}



/*--------------------------------------------------
               Tシャツバッグ
----------------------------------------------------*/
.tabcon10t{
  display: table;
      table-layout: fixed;
    width: 100%;
  margin: 10px 0 20px 0;
}
.tabcon10__info2{
  display: table-cell;
       table-layout: fixed;
  width: 333px;
  padding: 0px;
  border: 0px solid #666;
}
.tabcon10__info2 img{
    width:280px;
     box-shadow:1px 1px 1px 2px rgba(0, 0, 0, 0.1);
     border:0px solid #000;
}
.tabcon10__info2 img:hover {
	opacity: 0.7 ;
}

.tsfontsize17{
    font-size: 17px;
  margin: 20px 0 0px 0;
}

.free-bodyt{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  overflow:hidden;
  position:relative;
  text-align:center;
}
.container10t{
  width: 990px;
  margin: 0px 0 0px 0;
  border: 1px solid #666;
}
.container10t img{
    width:600px;
}
/*--------------------------------------------------
               コンセプトページのtable
----------------------------------------------------*/
.container11{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:200px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
}
.container11_5{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:10px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
}
.container11pro{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:400px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(allimage/concept03.jpg);
    background-repeat: no-repeat;
　　background-position:center top; 
}
.container11pro2{
      margin: 0 auto;
    margin-top: 20px;
  width: 1000px;
  height:350px;
  overflow:hidden;
  position:relative;
  border: solid 0px #cccccc;
  text-align:center;
    background-image:url(allimage/concept01.png);
    background-repeat: no-repeat;
　　background-position:center top; 
}
.tabcon11{
  display: table;
      table-layout: fixed; /*子の幅均等*/
  margin: 10px 0 5px 0;
    font-size: 14px;
}
.tabcon11__info1{
  display: table-cell;
       table-layout: fixed;
  width: 900px;
  height: 60px;
  padding: 25px;
  margin-bottom: 30px;
  border: 0px solid #666;
  font-size: 14px;
    vertical-align: top;
    background-image:url(allimage/concept05.png);
    background-repeat: no-repeat;
　　background-position:center top; 
}
.tabcon11__info5{
  display: table-cell;
       table-layout: fixed;
  width: 900px;
  height: 50px;
  border: 0px solid #666;
  font-size: 14px;
    vertical-align: top;
    background-image:url(allimage/concept04.png);
    background-repeat: no-repeat;
}
.tabcon11__info2{
  display: table-cell;
       table-layout: fixed;
      vertical-align: middle;
  width: 220px;
  height: 220px;
  padding: 20px;
  border: 0px solid #666;
  font-size: 14px;
}
.tabcon11__info3{
  display: table-cell;
       table-layout: fixed;
      vertical-align: middle;
  width: 500px;
  height: 220px;
  padding: 20px;
  border: 0px solid #666;
  font-size: 14px;
  text-align: top;
}
.tabcon11__info2 img{
    width:200px;
    height:200px;
}
.tabcon11__info4{
  display: table-cell;
       table-layout: fixed;
      vertical-align: middle;
  width: 1000px;
  height: 400px;
  padding: 20px;
  border: 0px solid #666;
  font-size: 14px;
  text-align: top;
}

.contitle{
 font-size: 16px;
 margin: -45px 0 0 0;
    font-family: 'MS UI Gothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',fantasy;
    width:1000px;
    height: 50px;
    vertical-align: top;
	white-space: pre;
    
}
.conbun{
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: 'MS UI Gothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',fantasy;
    width:800px;
    vertical-align: top;
    margin: 0 50px 0 50px;
}
.conbun2{
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: 'MS UI Gothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',fantasy;
    width:620px;
    vertical-align: top;
    margin: 0 20px 10px 0px;
    font-size: 13px;
}
.prof{
    font-size:50px;
    font-family: 'Segoe Script','Gabriola','Bradley Hand','Papyrus','Bradley Hand',fantasy;
    margin: 0 0 -15px 0;
}

.ex2 {
    display: flex;
    justify-content: space-between;
}
.ex2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
    width: 1000px;
    height: 200px;
}
.ex2mini {
    display: flex;
    justify-content: space-between;
}
.ex2mini div {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
    width: 1000px;
    height: 100px;
}
.ex3 {
    display: flex;
    justify-content: space-between;
}
.ex3 div {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
    width: 1000px;
    height: 50px;
}


/*--------------------------------------------------
               トップページの横フェード
----------------------------------------------------*/
.container12{
  width: 1000px;
  margin: 30px auto;
  border: 0px solid #666;
}
.container13{
  width: 1000px;
  margin: 30px auto;
  border: 0px solid #666;
    padding: 0.2em 0.5em;
    color: #565656;
    background: #ffffff;
    box-shadow: 0px 0px 0px 5px #deb887;
    border: dashed 2px #8b4513;
    border-radius: 8px;
}
.whatsnew {
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    background-color: #ffcccc;
    font-size: 22px;
    text-align: center;
    font-family: 'Segoe Script','Gabriola','Bradley Hand','Papyrus','Bradley Hand',fantasy;
    line-height: 2;
    letter-spacing: 0.3em;
}
.pickup {
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-family: 'Segoe Script','Gabriola','Bradley Hand','Papyrus','Bradley Hand',fantasy;
    line-height: 2;
    letter-spacing: 0.3em;
}
.tabcon12__info1{
  width: 200px;
  padding: 0px;
  border: 0px solid #666;
  text-align: center;
}
.tabcon12__info1 img{
    width:190px;
}

.tabcon12__info1 li img{
    width:90px;
}
.tabcon13__info1{
  width: 200px;
  padding: 0px;
  border: 0px solid #666;
  text-align: center;
}
.tabcon13__info1 img{
    width:190px;
}

.tabcon13__info1 li img{
    width:90px;
}
.tabcon12__info2 img{
    height:190px;
}
.tabcon12__info2 li img{
    height:90px;
}
.ex1 {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.ex1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
    background-color: #ffffff;
}
.ex1 img{
    width:190px;
}
.titlef{
    margin: 3px 0 5px 0;
}
/*--------------------------------------------------
               ページャー
----------------------------------------------------*/

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #db7093;
      border-radius: 50px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}
/*--------------------------------------------------
               フッター
----------------------------------------------------*/
.foot{
width:100%;
  font-size: 11px;
  color:#ffffff;
        margin-top:9px; 
  background-color:#462a25 !important;
  padding:15px 5px 15px 30px !important;
 line-height: 1.8;
}









/*--------------------------------------------------
              minnecreemaボタン
----------------------------------------------------*/

.mcbotan {
    width: 40%;            /* 幅指定 */
    height: 18px;              /* 高さ指定 */
    border-radius: 10px;        /* 角丸指定 */
    display:  inline-block;     /* インラインブロックする */
    box-sizing:  border-box;    /* 崩れ防止 */
    margin-bottom: 5px;         /* 要素の空き具合指定 */
    padding:  5px;             /* 余白指定 */
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro";    /* フォントの種類を指定 */
    text-align:  center;        /* 中央揃え */
    color:  #fff  !important;               /* 文字色指定 */
    font-size: 10px;            /* 文字サイズ指定 */
}
.mcbotan:nth-child(1) {
    background-color:#eeb6c1;   /* 背景色指定 */
}
.mcbotan:nth-child(2) {
    background-color:#99cdaa;   /* 背景色指定 */
}
.mcbotan:hover span:nth-child(2) {
	display: none;
}
.btn01 {
    background-color: #eeb6c1;
    border: 2px solid #eeb6c1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;        /* 角丸指定 */
    margin-bottom: 2px;         /* 要素の空き具合指定 */
    margin-left: 2px;         /* 要素の空き具合指定 */
    margin-right: 2px;         /* 要素の空き具合指定 */
    padding:  2px;             /* 余白指定 */
    font-size: 10px;            /* 文字サイズ指定 */
    text-align:  center;        /* 中央揃え */
    width: 45%;            /* 幅指定 */
    height: 18px;              /* 高さ指定 */
}
.btn01:hover {
    background-color: transparent;
    border: 2px solid #eeb6c1;
    color: #eeb6c1 !important;
text-decoration: none;
}

.btn02 {
    background-color: #99cdaa;
    border: 2px solid #99cdaa;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;        /* 角丸指定 */
    margin-bottom: 2px;         /* 要素の空き具合指定 */
    margin-left: 2px;         /* 要素の空き具合指定 */
    margin-right: 2px;         /* 要素の空き具合指定 */
    padding:  2px;             /* 余白指定 */
    font-size: 10px;            /* 文字サイズ指定 */
    text-align:  center;        /* 中央揃え */
    width: 45%;            /* 幅指定 */
    height: 18px;              /* 高さ指定 */
}
.btn02:hover {
    background-color: transparent;
    border: 2px solid #99cdaa;
    color: #99cdaa !important;
text-decoration: none;
}

.botan li{
    margin: 2px 0px 5px 0px;
}
.botan3 li{
    margin: 15px 0px 15px 0px;
}
.btn03 {
    background-color: #deb887;
    border: 2px solid #deb887;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 15px;        /* 角丸指定 */
    margin-bottom: 2px;         /* 要素の空き具合指定 */
    margin-left: 2px;         /* 要素の空き具合指定 */
    margin-right: 2px;         /* 要素の空き具合指定 */
    padding:  8px;             /* 余白指定 */
    font-size: 17px;            /* 文字サイズ指定 */
    text-align:  center;        /* 中央揃え */
    width: 100%;            /* 幅指定 */
    height: 40px;              /* 高さ指定 */

}
.btn03:hover {
    background-color: transparent;
    border: 2px solid #deb887;
    color: #deb887 !important;
text-decoration: none;
}
