@charset "utf-8";

/* Common
-------------------- */


/* グローバルナビ
-------------------- */
#Gnavi{
	position: relative;
	z-index: 15;
	width: 100%;
	height: 80px;
	background-color: #fff9b3;
}
#Gnavi div.Inner2{
	overflow: hidden;
}
#Gnavi ul.lMenu{
	margin-left: 2%;
    width: 40.5%;
	float: left;
	margin-top: 20px;
}
#Gnavi ul.lMenu li{
	float: left;
}
#Gnavi ul.lMenu li:nth-child(1){
	width: 17.5%;
}
#Gnavi ul.lMenu li:nth-child(2){
	width: 22.5%;
}
#Gnavi ul.lMenu li:nth-child(3){
	width: 60%;
}
#HeaderLogo{
	float: left;
	width: 15%;
	text-align: center;
}
#HeaderLogo img{
	max-width: 150px;
	height: 70px;
	margin: 5px auto 10px;
}
#Gnavi ul.rMenu{
	width: 42.5%;
	float: right;
	margin-top: 20px;
}
#Gnavi ul.rMenu li{
	float: right;
}
#Gnavi ul.rMenu li:nth-child(1){
	width: 38.5%;
}
#Gnavi ul.rMenu li:nth-child(2){
	width: 19.4%;
}
#Gnavi ul.rMenu li:nth-child(3){
	width: 25.3%;
}
#Gnavi ul li{
	position: relative;
	background-image: url('../img/menu_line.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	height: 32px;
	padding-top: 8px;
}
#Gnavi ul.lMenu li:last-child{
	background-image: none;
}
#Gnavi ul.rMenu li:first-child{
	background-image: none;
}
#Gnavi ul li a img.main{
	width: 75%;
}
.popover-content {
    padding: 15px 20px;
    font-size: 18px;
}


/* Menu
-------------------- */
#MenuIndex h2.secondTtl{
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 20px;
	line-height: 100px;
	margin: 0px;
	background-image: url('../img/menu/bg_subttl.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#MenuIndex h2.secondTtl img{
	height: 50px;
	margin-right: 30px;
}

/* コンセプト */
#MenuIndex #conceptBlock{
	position: relative;
	padding: 20px 0 30px;
	background-color: #fffde8;
	background-image: url('../img/menu/bg_concept_block.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}
#MenuIndex #conceptBlock h2{
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
#MenuIndex #conceptBlock h2 img{
	height: 50px;
	margin-right: 30px;
}

#MenuIndex #conceptBlock p.headline{
	width: 80%;
	margin: 10px auto 20px;
	text-align: center;
	font-size: 150%;
}
#MenuIndex #conceptBlock p.txt{
	width: 70%;
	margin: 10px auto;
	text-align: center;
}
/* 今の気分 */
#MenuIndex #nowBlock{
	position: relative;
	overflow: hidden;
}

#MenuIndex #nowBlock div#menuArea{
	overflow: hidden;
	max-width: 920px;
	width: 92%;
	margin: 0 auto 50px;
}
#MenuIndex #nowBlock div#menuArea div.menuBox{
	max-width: 440px;
	width: 47%;
	margin: 20px 1.08%;
	float: left;
	overflow: hidden;
}
#MenuIndex #nowBlock div#menuArea div.menuBox:nth-child(odd){
	clear: both;
}
#MenuIndex #nowBlock div#menuArea div.menuBox table{
	margin: 0 auto 20px;
	background-image: url('../img/menu/bg_menuBox.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 95%;
}
#MenuIndex #nowBlock div#menuArea div.menuBox table td.lbox,
#MenuIndex #nowBlock div#menuArea div.menuBox table td.rbox{
/*
	background-image: url('../img/menu/bg_menuBox.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	width: 40%;
	padding: 5%;
}
#MenuIndex #nowBlock div#menuArea div.menuBox table td.lbox{
	background-image: url('../img/menu/line.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 6%;
}
/*
#MenuIndex #nowBlock div#menuArea div.menuBox table td.lbox p.img img{
	width: 100%;
}
*/
#MenuIndex #nowBlock div#menuArea div.menuBox table td.lbox p.img{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 1.1% 15px;
	float: left;
}
#MenuIndex #nowBlock div#menuArea div.menuBox table td.lbox p.img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}



#MenuIndex div.menuBox table td.rbox ul.iconBox{
	overflow: hidden;
	margin-bottom: 30px;
}
#MenuIndex div.menuBox table td.rbox ul.iconBox li{
	width: 30%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
}
#MenuIndex div.menuBox table td.rbox ul.iconBox li:nth-child(3n+4) {
    clear: both;
}
#MenuIndex div.menuBox table td.rbox dl dt{
	float: left;
	width; 7em;
	color: #764c24;
}
#MenuIndex div.menuBox table td.rbox dl dd{
	padding-left: 8em;
	margin-bottom: 5px;
}
#MenuIndex #nowBlock div#iconArea{
	overflow: hidden;
	max-width: 900px;
	width: 96%;
	margin: 0 auto 50px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
}
#MenuIndex #nowBlock div#iconArea div.frame{
	border: 2px dashed #b0aaa6;
	padding: 20px;
	border-radius: 10px;
}
#MenuIndex #nowBlock div#iconArea div.frame h3{
	width: 100%;
	text-align: center;
}
#MenuIndex #nowBlock div#iconArea div.frame h3 img{
	width: 75%;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup{
	border-bottom: 2px dashed #b0aaa6;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup ul{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0px;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup ul li{
	clear: both;
	margin-bottom: 20px;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup ul li img{
	max-width: 60px;
	width: 25%;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup ul li p{
	float: right;
	width: 70%;
	font-size: 90%;
}
#MenuIndex #nowBlock div#iconArea div.iconGroup ul:last-child{
	margin-right: 0%;
}

/* メニュー */
#MenuIndex #menuBlock{
	position: relative;
}
#MenuIndex #menuBlock div#menuListBlock{
	background-color: rgba(255,255,255,0.7);
	padding-bottom: 30px;
	margin-bottom: 100px;
}
#MenuIndex #menuBlock table{
	width: 100%;
	margin: 20px auto;
}
#MenuIndex #menuBlock table tr{
	border-bottom: 1px dashed #b0aaa6;
}
#MenuIndex #menuBlock table th{
	border: 1px solid #9e8b78;
	background-color: #544741;
	color: #ffffff;
	text-align: center;
	padding: 15px 20px;
}
#MenuIndex #menuBlock table td{
	text-align: center;
	padding: 15px 20px;
	vertical-align: middle;
}
#MenuIndex #menuBlock p.att{
	width: 100%;
	text-align: right;
}
#MenuIndex #menuBlock ul.feeling li{
	width: 17%;
	float: left;
	margin-right: 2%;
}
#MenuIndex #menuBlock table#menuList th.col1{
	width: 5%;
}
#MenuIndex #menuBlock table#menuList th.col2{
	width: 20%;
}
#MenuIndex #menuBlock table#menuList th.col3{
	width: 45%;
}
#MenuIndex #menuBlock table#menuList th.col4,
#MenuIndex #menuBlock table#menuList th.col5,
#MenuIndex #menuBlock table#menuList th.col6{
	width: 10%;
}
#MenuIndex #menuBlock table#menuList td.price{
	white-space: nowrap;
}
#MenuIndex #menuBlock table#menuList ul.feeling li img{
	max-width: 60px;
	width: 100%;
}


/* ギャラリー */
#MenuIndex #galleryBlock{
	position: relative;
	background-color: #a23240;
}
#MenuIndex #galleryBlock div#galleryArea{
	overflow: hidden;
	margin: 50px auto;
}
#MenuIndex #galleryBlock div#galleryArea div.lbox{
	width: 46%;
	margin: 0 2% 50px;
	float: left;
}
#MenuIndex #galleryBlock div#galleryArea div.lbox ul li{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 1.1% 15px;
	float: left;
}
#MenuIndex #galleryBlock div#galleryArea div.lbox ul li img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200%;
  max-height: 200%;
  height: 100%;
}

#MenuIndex #galleryBlock div#galleryArea div.rbox{
	width: 46%;
	margin: 0 2% 50px;
	float: right;
}
#MenuIndex #galleryBlock div#galleryArea div.rbox ul li{
	position: relative;
	width: 31%;
	padding-top: 31%;
	overflow: hidden;
	margin: 0 1.1% 15px;
	float: left;
}
#MenuIndex #galleryBlock div#galleryArea div.rbox ul li img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}

/* gift */
#MenuIndex #giftBlock{
	position: relative;
}
#MenuIndex #giftBlock div.largeTxt{
	background-image: url('../img/menu/bg_gift_txt.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 55%;
	padding: 30px 10%;
	margin: 0 auto 50px;
	line-height: 2em;
}
#MenuIndex #giftBlock div.btn{
	max-width: 300px;
	width: 30%;
	margin: 0 auto 80px;
}

/* Simons
-------------------- */
#Simons #newsBlock ul.post-list{
	max-width: 645px;
	width: 100%;
	margin: 30px auto 50px;
	overflow: hidden;
}
#Simons #newsBlock ul.post-list li{
	max-width: 175px;
	width: 27%;
	margin: 0 3%;
	float: left;
	position: relative;
	color: #000000;
}
#Simons #newsBlock ul.post-list li p.img{
	position: relative;
	z-index: 1;
	width: 100%;
}
#Simons #newsBlock ul.post-list li p.img img{
	width: 100%;
}
#Simons #newsBlock ul.post-list li div.date{
	height: 45px;
	border-left: 2px solid #000000;
	position: relative;
	margin: -25px 0 8px 10px;
	z-index: 10;
}
#Simons #newsBlock ul.post-list li div.date p{
	position: absolute;
	bottom: 0;
	left: 5px;
	margin: 0 auto;
	line-height: 1.3em;
}
#Simons #newsBlock ul.post-list li div.date p span.day{
	font-size: 20px;
}
#Simons #newsBlock ul.post-list li p.title{
	line-height: 1.3em;
	height: 2em;
}
#Simons #newsBlock ul.post-list li p.title a{
	color: #000000;
}
#Simons #newsBlock ul.post-list li p.body{
	font-size: 90%;
	line-height: 1.3em;
	color: #696969;
}
#Simons #simonsWrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('../img/simons/bg_simons.png');
	background-repeat: repeat;
}
#Simons #simonsWrap div#headBlock{
	margin-bottom: 50px;
}
#Simons #simonsWrap img.headimg{
	position: relative;
	z-index: 1;
}
#Simons #simonsWrap div.headmess{
	width: 95%;
	float: right;
	background-image: url('../img/simons/bg_headmess.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: relative;
	z-index: 10;
	margin-top: -6.3%;
	margin-bottom: 50px;
}
#Simons #simonsWrap div.headmess p.largeTxt{
	width: 41%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left: 38.9%;
	padding-top: 7.4%;
	margin-bottom: 1.57%;
}
#Simons #simonsWrap div.headmess p.smallTxt{
	width: 41%;
	font-size: 15px;
	color: #000000;
	margin-left: 38.9%;
	padding-bottom: 5.26%;
}
#Simons #simonsWrap div#aboutBlock{
	max-width: 800px;
	width: 95%;
	margin: 0 auto 50px;
}
#Simons #simonsWrap div#aboutBlock div.aboutBox:nth-child(odd){
	clear: both;
	float: left;
	max-width: 400px;
	width: 48%;
	margin-bottom: 30px
}
#Simons #simonsWrap div#aboutBlock div.aboutBox:nth-child(even){
	float: right;
	max-width: 400px;
	width: 48%;
	margin-bottom: 30px
}
#Simons #simonsWrap div#aboutBlock div.aboutBox img.aboutimg{
	max-width: 250px;
	width: 62.5%;
}
#Simons #simonsWrap div#aboutBlock div.aboutBox p.largeTxt{
	font-size: 20px;
}
#Simons #simonsWrap div#aboutBlock div.aboutBox p.smallTxt{
	font-size: 15px;
}
#Simons #simonsWrap div#interviewBlock{
	clear: both;
	background-image: url('../img/simons/bg_interview_block.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 200px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}
#Simons #simonsWrap div#interviewBlock .btn{
	max-width: 350px;
	width: 35%;
	margin: 75px auto;
}
#Simons #simonsWrap #searchBlock{
	max-width: 900px;
	width：80%;
	margin: 0 auto 50px;
	border: 1px solid #bfbeb9;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 5%;
	overflow: hidden;
}
#Simons #simonsWrap #searchBlock div.widget-area-1{
	width: 45%;
	margin: 0 2%;
	float: left;
	margin-bottom: 30px;
}
#Simons #simonsWrap #searchBlock div.widget-area-1 .submit_button{
	border-style: none;
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	padding: 5px 10px;
}
#Simons #simonsWrap #searchBlock div.widget-area-1 input#SearchIndexQ{
	height: 40px;
	margin: 0;
	border-radius: 0;
}


#Simons #simonsWrap #searchBlock div.widget-area-2{
	width: 45%;
	margin: 0 2%;
	float: right;
	margin-bottom: 30px;
}

#Simons #simonsWrap #tagBlock{
	max-width: 900px;
	width：80%;
	margin: 0 auto 100px;
	border: 1px solid #bfbeb9;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 5%;
	overflow: hidden;
}
#Simons section h3{
	height: 50px;
	text-align: center;
}
#Simons section h3 img{
	height: 40px;
	margin-right: 20px;
}
div.widget-area-1 ul.bc-blog-tags li{
	padding: 10px 20px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #000000;
}


/* Talk
-------------------- */
#Talk #newsBlock ul.post-list{
	max-width: 645px;
	width: 100%;
	margin: 30px auto 50px;
	overflow: hidden;
}
#Talk #newsBlock ul.post-list li{
	max-width: 175px;
	width: 27%;
	margin: 0 3%;
	float: left;
	position: relative;
	color: #000000;
}
#Talk #newsBlock ul.post-list li p.img{
	position: relative;
	z-index: 1;
	width: 100%;
}
#Talk #newsBlock ul.post-list li p.img img{
	width: 100%;
}
#Talk #newsBlock ul.post-list li div.date{
	height: 45px;
	border-left: 2px solid #000000;
	position: relative;
	margin: -25px 0 8px 10px;
	z-index: 10;
}
#Talk #newsBlock ul.post-list li div.date p{
	position: absolute;
	bottom: 0;
	left: 5px;
	margin: 0 auto;
	line-height: 1.3em;
}
#Talk #newsBlock ul.post-list li div.date p span.day{
	font-size: 20px;
}
#Talk #newsBlock ul.post-list li p.title{
	line-height: 1.3em;
}
#Talk #newsBlock ul.post-list li p.title a{
	color: #000000;
}
#Talk #newsBlock ul.post-list li p.body{
	font-size: 90%;
	line-height: 1.3em;
	color: #696969;
}
#Talk #talkWrap{
	position: relative;
	z-index: 10;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('../img/talk/bg_talk.jpg');
	background-repeat: repeat;
}
#Talk #beansWrap{
	max-width: 1100px;
	width: 100%;
	position: relative;
	z-index: 20;
}
#Talk #beansWrap img#beans{
	position: absolute;
	top: -70px;
	right: 0px;
	max-width: 350px;
	width: 35%;
}

#Talk #talkWrap2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('../img/simons/bg_simons.png');
	background-repeat: repeat;
}
#Talk #talkWrap div#headBlock{
	margin-bottom: 50px;
}
#Talk #talkWrap img.headimg{
	position: relative;
	z-index: 1;
}
#Talk #talkWrap div.headmess{
	width: 95%;
	float: right;
	background-image: url('../img/talk/bg_headmess.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: relative;
	z-index: 10;
	margin-top: -6.3%;
	margin-bottom: 50px;
}
#Talk #talkWrap div.headmess p.largeTxt{
	width: 41%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left: 38.9%;
	padding-top: 7.4%;
	margin-bottom: 1.57%;
}
#Talk #talkWrap div.headmess p.smallTxt{
	width: 41%;
	font-size: 15px;
	color: #000000;
	margin-left: 38.9%;
	padding-bottom: 5.26%;
}
#Talk #talkWrap div#aboutBlock{
	max-width: 800px;
	width: 95%;
	margin: 0 auto 50px;
}
#Talk #talkWrap div#aboutBlock div.aboutBox:nth-child(odd){
	clear: both;
	float: left;
	max-width: 400px;
	width: 48%;
	margin-bottom: 30px
}
#Talk #talkWrap div#aboutBlock div.aboutBox:nth-child(even){
	float: right;
	max-width: 400px;
	width: 48%;
	margin-bottom: 30px
}
#Talk #talkWrap div#aboutBlock div.aboutBox img.aboutimg{
	max-width: 250px;
	width: 62.5%;
}
#Talk #talkWrap div#aboutBlock div.aboutBox p.largeTxt{
	font-size: 20px;
	color: #ffffff;
}
#Talk #talkWrap div#aboutBlock div.aboutBox p.smallTxt{
	font-size: 15px;
	color: #ffffff;
}
#Talk #talkWrap2 div#newArticleBlock{
	clear: both;
	background-image: url('../img/talk/bg_newarticle_block.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	height: 300px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}
#Talk #talkWrap2 div#newArticleBlock .btn{
	max-width: 350px;
	width: 35%;
	margin: 75px auto;
}
#Talk #talkWrap2 #searchBlock{
	max-width: 900px;
	width：80%;
	margin: 0 auto 50px;
	border: 1px solid #bfbeb9;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 5%;
	overflow: hidden;
}
#Talk #talkWrap2 #searchBlock div.widget-area-1{
	width: 45%;
	margin: 0 2%;
	float: left;
	margin-bottom: 30px;
}
#Talk #talkWrap2 #searchBlock div.widget-area-1 .submit_button{
	border-style: none;
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	padding: 5px 10px;
}
#Talk #talkWrap2 #searchBlock div.widget-area-1 input#SearchIndexQ{
	height: 40px;
	margin: 0;
	border-radius: 0;
}
#Talk #talkWrap2 #searchBlock div.widget-area-2{
	width: 45%;
	margin: 0 2%;
	float: right;
	margin-bottom: 30px;
}
#Talk #talkWrap2 #tagBlock{
	max-width: 900px;
	width：80%;
	margin: 0 auto 100px;
	border: 1px solid #bfbeb9;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 5%;
	overflow: hidden;
}
#Talk section h3{
	height: 50px;
	text-align: center;
}
#Talk section h3 img{
	height: 40px;
	margin-right: 20px;
}
div.widget-area-2 ul.bc-blog-tags li{
	padding: 10px 20px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #000000;
}

/* ブログスタイル
-------------------- */
#Blog{
	background-image: url('../img/simons/bg_simons.png');
	background-repeat: repeat;
	overflow: hidden;
}
#Blog #InnerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#Blog #PageTitle h1{
    position: relative;
	margin: 40px auto 0px;
    z-index: 10;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#Blog div.article{
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
	margin-bottom: 30px;
}
#Blog #Main h2.contents-head{
	width: 100%;
	/*height: 150px;*/
	background-image: url('../img/simons/bg_blog_ttl.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 10px;
	padding-top: 3%;
	padding-bottom: 7%;
	text-align: center;
}
#Blog #Main h2.contents-head-single{
	width: 100%;
    margin: 1em 0 20px;
    position: relative;
    padding: 0.5em 0 0.5em 9%;
    /*border-top: solid 2px black;*/
    border-bottom: solid 2px #c1bdb2;
    font-size: 22px;
}
#Blog #Main h2.contents-head-single:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 5%;
    width: 5px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
#Blog #Main h2.contents-head-single p {
    margin: 0; 
    padding: 0;
}
#Blog #Main h2.contents-head-single p span{
	display: inline-block;
	font-size: 18px;
}
#Blog #Main h2.contents-head-single p span.names{
	margin-right: 20px;
}

#Blog #Main h2.contents-head img{
	height: 50px;
	margin-right: 10px;
}
#Blog div.article div.post,
#Blog div.article div.snsBlock{
	clear: both;
	max-width: 600px;
	width: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}
#Blog div.article div.post div.eye-catch{
	margin-bottom: 30px;
}
#Blog div.article div.post div.imgbox{
	max-width: 150px;
	width: 25%;
	float: left;
}
#Blog div.article div.post div.infobox{
	max-width: 380px;
	width: 63%;
	float: right;
}
#Blog div.article div.post div.infobox p.title{
	font-size: 18px;
}
#Blog div.article div.post div.infobox p.title{
	color: #a5a4a0;
}
#Blog div.article div.post div.infobox div.tag{
	text-align: right;
	float: right;
}
#Blog div.article div.post div.infobox div.tag a{
	display: inline-block;
	padding: 5px 5px;
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #000000;
}
#Blog div.article div.infoBlock{
	width: 85%;
	margin: 0 auto 30px;
	overflow: hidden;
}
#Blog div.article div.infoBlock p.date{
	width: 20%;
	float: left;
}
#Blog div.article div.infoBlock div.tag{
	/*width: 80%;*/
	float: right;
}
#Blog div.article div.infoBlock div.tag a{
	display: inline-block;
	padding: 10px 10px;
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #e6e2d6;
}
#Blog div.article div.post div.companyUrl{
	width: 100%;
	text-align: right;
}
#Blog div.article div.snsBlock ul li{
	max-width: 50px;
	width: 30%;
	float: left;
	margin-right: 10px;
}
#Blog p.btn{
	max-width: 520px;
	width: 50%;
	margin: 0 auto 80px;
}
#Simons .trim,
#Talk .trim {
  width: 200px;  /* トリミングしたい幅 */
  height: 130px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
#Simons .trim img ,
#Talk .trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


/* イベント
-------------------- */
#Event{
	background-image: url('../img/event/bg_event.png');
	background-repeat: repeat-y;
    background-size: 100% auto;
	overflow: hidden;
}
#Event #InnerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#Event #PageTitle h1{
    position: relative;
	margin: 40px auto 0px;
    z-index: 10;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#Event div.article{
	overflow: hidden;
	margin: 30px auto 100px;
}
#Event div.article div.post{
	max-width: 720px;
	width: 72%;
	margin: -10px auto 3px;
}
#Event div.post h2.contents-head{
	width: 100%;
	background-image: url('../img/event/bg_post_ttl.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*background-color: rgba(105,94,90,0.7);
	border: 1px solid #6a5d55;*/
	color: #ffffff;
	padding: 30px 20px;
	margin: 0px;
	font-size: 18px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
#Event div.post:first-child h2.contents-head{
	padding: 30px 20px 20px;
}

#Event div.post div.contents-body{
	background-image: url('../img/event/bg_event_post.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 25px 50px 30px;
	position: relative;
	top: -5px;
	left: 0;
	z-index: 1;
}
#Event div.post div.contents-body p.date{
	margin-bottom: 20px;
}
#Event div.post div.contents-body div.imgbox{
	margin-bottom: 20px;
}
#Event div.post div.contents-body div.btn{
	max-width: 300px;
	width: 45%;
	margin-bottom: 30px;
}

/* お問合わせ
-------------------- */
#Contact{
	background-image: url('../img/contact/bg_contact.png');
    background-repeat: repeat;
	background-attachment:fixed;
    background-size: cover;
	overflow: hidden;
}
#Contact #InnerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#Contact #PageTitle h1{
    position: relative;
	margin: 40px auto 0px;
    z-index: 10;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#Contact section{
	max-width; 750px;
	width: 75%;
	margin: 0 auto 80px;
}
#Contact section h2{
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
#Contact section h2 img{
	height: 45px;
	margin-right: 10px;
}
#Contact section#telBlock div.body{
	background-color: rgba(255,255,217,0.7);
	padding: 20px;
	text-align: center;
}
#Contact section div.body p.txt{
	margin-bottom: 30px;
}
#Contact section div.body p.btn{
	max-width: 300px;
	width: 41%;
	margin: 0 auto 30px;
}
#Contact section#mailBlock div.body{
	background-color: rgba(255,255,217,0.7);
	padding: 20px 80px;
}

/* お問合わせフォーム
-------------------- */
#MailMessageIndexForm .required,
#ContactConfirm .required{
	display: none;
}
table.row-table-01 tr{
	border-bottom: 1px dashed #b6b194;
}
table.row-table-01 th{
	padding: 20px 10px;
	vertical-align: top;
}
table.row-table-01 td{
	padding: 20px 10px;
}
input#MailMessageName1,
input#MailMessageNameKana1{
	margin-right: 20px;
}
#explainBox1,
#explainBox2{
	display: none;
}

/* プライバシーポリシー
-------------------- */
#Privacy{
	background-image: url(../img/contact/bg_contact.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    /*overflow: hidden;*/
}

#Privacy #PageTitle h1{
    position: relative;
	margin: 40px auto 0px;
    z-index: 10;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#Privacy section{
	max-width: 800px;
	width: 80%;
	margin: 50px auto 100px;
	padding: 5%;
    /*border: 1px solid #cccccc;*/
    background-color: rgba(255,250,205,0.5);
}






/* 特定商取引.
-------------------- */
#Tradelaw{
	background-image: url(../img/contact/bg_contact.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    /*overflow: hidden;*/
}

#Tradelaw #PageTitle h1{
    position: relative;
	margin: 40px auto 0px;
    z-index: 10;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#Tradelaw section{
	max-width: 800px;
	width: 80%;
	margin: 50px auto 100px;
	padding: 5%;
    /*border: 1px solid #cccccc;*/
    background-color: rgba(255,250,205,0.5);
}
#Tradelaw dl{
	width: 90%;
	margin: 50px auto 0px;
	font-size: 16px;
}
#Tradelaw dl dt{
	clear: both;
	width: 13em;
	float: left;
	padding-left: 20px;
}
#Tradelaw dl dd{
	padding-left: 15em;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}






/* サイドバー
-------------------- */
/* 検索窓 */
.search-box {
    margin-bottom: 30px;
}
.search-box input#SearchIndexQ {
    width: 200px;
    margin-right: 10px;
}

div.contents div#Sidebar div.widget{
	border: 1px solid #bfbeb9;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
div.contents div#Sidebar div.widget h2{
	background-color: transparent;
	font-size:16px;
	margin: 5px auto 15px;
}
/* simonsとは */
div.contents div#Sidebar div.widget-text-1 h2:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-image: url(../img/simons/icon_simons.png);
	background-size: contain;
	vertical-align: middle;
}
/* インタビュアー紹介 */
div.contents div#Sidebar div.widget-text-2 h2:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-image: url(../img/simons/icon_microphone.png);
	background-size: contain;
	vertical-align: middle;
}
div.contents div#Sidebar div.widget-text-2 p.positions{
	text-align: center;
}
/* タイトル一覧 */
div.contents div#Sidebar div.widget-blog-recent-entries h2:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-image: url(../img/simons/icon_note.png);
	background-size: contain;
	vertical-align: middle;
}
div.contents div#Sidebar div.widget-blog-recent-entries ul li{
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* タグ一覧 */
div.contents div#Sidebar div.widget-blog-authors h2:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-image: url(../img/icon_tag.png);
	background-size: contain;
	vertical-align: middle;
}

div.contents div#Sidebar div.widget-blog-authors ul.bc-blog-tags li{
	padding: 5px 10px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
	border-radius: 3px;
}

































/* ボタンスタイル */
.button {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	padding:5px 15px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 7%, #e9e9e9 98% );
	background:-ms-linear-gradient( top, #f9f9f9 7%, #e9e9e9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #f9f9f9), color-stop(98%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
    cursor: pointer;
}
.button:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 7%, #f9f9f9 98% );
	background:-ms-linear-gradient( top, #e9e9e9 7%, #f9f9f9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #e9e9e9), color-stop(98%, #f9f9f9) );
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}


/* baser system style
-------------------- */
/* contents-navi */
#contents-navi {
	margin: 50px 0 20px;
	text-align: center;
}
#contents-navi a {
	color: #333;
}

/* pagination
-------------------- */
div.paginationBox{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 16px; 
	font-size: 1.6rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	/*background: #dedede;*/
	color: #000000;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
	color: #ffffff;
}
.pagination a:active {
	background: #666;
}
div.paginationBox p{
	margin-bottom: 100px;
}

div.paginationBox a#hback{
	color: #000000;
	font-size: 16px;
}


/* ContactForm
-------------------- */
.form-ss {
    width: 20%;
}
.form-s {
    width: 30%;
}

.form-m {
    width: 50%;
}
.form-l {
    width: 90%;
}

.mail-before-attachment {
}
.mail-after-attachment {
}
.mail-description small {
}

.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-size: 15px;
	cursor: pointer;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.mail-description {
	margin-bottom: 10px;
	color: #ff0000;
}
#flashMessage {
	margin-bottom: 10px;
}
.alert-message {
    color: #c00;
}


@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}


