@charset "UTF-8";
@font-face {
  font-family: "SSStandard";
}
/******************** 
リセット 
********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/******************** 
トータル設定
********************/
body {
  color: #5f696e;
  font-family: "メイリオ";
  background-color: #fcfcf8;
}

form, input, textarea, select {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-webkit-search-decoration {
  display: none;
}

a {
  color: #5f696e;
  /*text-decoration: none;*/
}
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

/******************** 
ヘッダー
********************/
header {
    /*position: fixed;*/
    width: 100%;
    height: 180px;
    margin: 0 0 20px;
    background-color: #fff;
    border-bottom:1px solid #eceae8;
    /*z-index: 10;
    box-shadow: 0 0 4px 0 #000;*/
}
header > div {
    width: 480px;
    height: 100%;
    margin: 0 auto;
    font-size: 10px;
    text-align:center;
    padding:46px 0 26px;
}
header > div > h1{
    font-size:0px;
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom:2px dotted #eceae8;
}
header > div > p{
    color:#cc6677;
}


/******************** 
カラム初期化
********************/
#container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    width:1080px;
    padding:18px 0 27px;
    font-size:14px;
    line-height:2;
    color:#6f6c69;
}
#container > div:first-child > main{
    width:824px;
}
#container > div:first-child > main > div{
    width:728px;
    background-color:#fff;
    border:1px solid #eceae8;
    border-radius: 4px;
    padding:44px 47px 17px;
    margin-bottom:9px;
}
#container > div:first-child > main > div > h2{
    font-size:27px;
    font-weight:bold;
    color:#cc6677;
    padding-bottom:13px;
    margin-bottom:30px;
    border-bottom: 2px dotted #eceae8;
}
#container > div:first-child > main > div > h2:before {
    content: url(../img/content/clesta_midashi.png);
    margin-right: 10px;
    position: relative;
    top: 8px;
}
#container > div:first-child > main > div > article section > div:first-child{
    padding-bottom:13px;
}
#container > div:first-child > main > div > article section > div:first-child > p > b{
    font-weight: bold;
}
#container > div:first-child > main > div > article section > div:first-child > span{
    display:block;
    padding:30px;
    margin:0 auto;
    text-align:center;
}
#container > div:first-child > main > div > article section > div.tl_tags {
    margin-top:20px;
}
#container > div:first-child > main > div > article section > div.tl_tags > span {
    margin-right: 15px;
}
#container > div:first-child > main > div > article section > div.tl_tags > span.tlg > a {
    color: #5f696e;
    text-decoration: underline;
}
#container > div:first-child > main > div > article section > div.tl_tags > span.tag {
    border: 1px solid #6f6c69;
    border-radius: 15px;
    padding: 5px 15px;
}
#container > div:first-child > main > div > article section > div:last-child{
    padding-top:17px;
    margin-top:17px;
    text-align:center;
    font-size:12px;
    font-family: Georgia;
    font-style: italic;
    border-top: 2px dotted #eceae8;
}
/* サブ */
#container > div:last-child{
    width:240px;
    margin-left:18px;
}
#container > div:last-child > nav >div{
    width:200px;
    height:100%;
    border:1px solid #eceae8;
    border-radius: 4px;    
    background-color:#fff;
    padding:22px 19px;
    margin-bottom:9px;
}
#container > div:last-child > nav >div.sns{
    width:240px;
    height:350px;
    border:1px solid #eceae8;
    border-radius: 4px;    
    background-color:#fff;
    padding:0;
    margin-bottom:9px;
}
#container > div:last-child > nav >div.sns2{
    text-align: center;
    padding-top: 45px;
    padding-bottom: 0px;
}
#container > div:last-child > nav >div > h3{
    font-size:18px;
    font-weight:bold;
    color:#cc6677;
    padding-bottom:20px;
}
#container > div:last-child > nav > div > h3.sc01:before {
    content: url(../img/side/about_icon.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}
#container > div:last-child > nav > div > h3.sc02:before {
    content: url(../img/side/event_icon.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}
#container > div:last-child > nav > div > h3.sc03{
    position: relative;
    margin-left: 35px;
    font-size: 12px;
    line-height: 1.0;
    padding-bottom:30px;
}
#container > div:last-child > nav > div > h3.sc03:before {
    content: url(../img/side/recent_icon.png);
    position: absolute;
    left: -35px;
}
#container > div:last-child > nav > div > h3.sc04:before {
    content: url(../img/side/news_icon.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}
#container > div:last-child > nav > div > div.about > ul> li >span:first-child{
    border:1px solid #6f6c69;
    border-radius: 15px;
    padding:5px 10px;
    font-size:9px;
    margin-right:10px;
}
#container > div:last-child > nav > div > div.about > ul > li >span.th{
    color:#eceae8;
    display:block;
    text-align: right;
    font-size:12px;
}
#container > div:last-child > nav > div > div.about >p{
    padding:10px 0;
}
#container > div:last-child > nav > div > div.about >div{
    padding-top:10px;
    text-align: center;
}
#container > div:last-child > nav > div > div > ul.list {
    font-size:13px;
    font-weight: bold;
}
#container > div:last-child > nav > div > div > ul.list  > li{
    border-left:5px solid #cfccc9;
    padding-left:10px;
    margin-bottom:18px; 
    line-height: 1.7;
}
#container > div:last-child > nav > div > div > ul.list  > li >span.slink{
    display: block;
    font-size:11px;
    font-weight: normal;
}
/*
フッター
*/
footer{
    text-align:center;
    position: relative;
}
footer > div:first-child{
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 500px;
    height: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
}
footer > div:first-child > ul > li{
    font-size: 20px;
    height: 100%;
    margin-right: 10px;
    color:#cc6677;
    float: left;
}
footer > div:first-child > ul > li a.bt{
position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #cc6677;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
}
footer > div:first-child > ul > li > div{
    display: table-cell;
    vertical-align: bottom;
    height:40px;
    padding-bottom:10px;
}
footer > div:first-child > div:first-child{
    padding-right:10px;
}
footer > div:first-child > div > a.bt{
position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #cc6677;
    color: #fff;
    padding: 12px 0;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
footer > div:nth-child(2){
    position: absolute;
    top: 0px;
    right: 60px;
}
footer > div:nth-child(2) > a.bt{
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #6f6c69;
    color: #fff;
    padding: 12px 0;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
footer > div:last-child{
    padding:23px 0 115px;
    text-align:center;
    font-size:12px;
    font-family: Georgia;
    font-style: italic;
    color:#cfccc9;
}