/*
Theme Name: ms0000
*/

@charset "UTF-8";

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

/*テーマ全体全体の設定
------------------------------------------*/
body {
	font-family: 'Raleway','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
    background-color: #ffffff;
    color: #676660;
    min-width: 1240px;
}

h1, h2, h3, h4 {
    line-height: 1.8em;
}
a {
	color: #56b9bc;
    text-decoration: none;
}

.bread_link a:hover,
.hover:hover a,
.hover:hover,
a:hover .hover {
	color: #56b9bc!important;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.cf:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
.cf {min-height: 1px; overflow: hidden;}

.image_box{
	overflow:hidden;
    width: 270px;
}

.image_box > img{
    margin: 0 auto;
    display: block;
    height: 100%;
}

.icon .fa {
    padding-right: 5px;
}

.txt-underline:hover {
    text-decoration: underline;
}

/*レイアウト
------------------------------------------*/
.header_block .site_title,#contents_block,.bread_link{
	margin: 0 auto;
	width: 1240px;
}

#main .caption-box{
    line-height: 1.3;
    margin: 0 0 50px 0;
}

#main .caption-box h1{
    font-size: 23px;
    margin: 0;
    padding: 0;
}

#main .caption-box p{
    font-size: 16px;
    line-height: 1.5em
}


/*ヘッダー
------------------------------------------*/
.top_head{
    border-top: 50px solid #56b9bc;
}

.header_block{
    margin: 0 auto;
    background-image: url(images/header-img.jpg);
    background-size: cover;
    background-position: 0;
    width: 1193px;
    min-height: 300px;
}
.header_block span {
    position: absolute;
    font-size: 18px;
    color: #f8f08f;
    font-weight: bold;
    margin: 131px 0 0 23px;
    display: inline-block;
    top: -163px;
    padding: 0 0 0 10px;
}

.header_block span:after,
.header_block span:before{
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_block span:before{
    top: -2px;
    left: -1.1em;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(248, 240, 143, 0.5);
}
.header_block span:after{
    top: 0;
    left: -0.6em;
    width: 14px;
    height: 14px;
    background: #f8f08f;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.header_block .site_title{
    position: relative;
}

div.visual-box img {
    margin: 30px 0 0 345px;
}


/*ナビゲーション
------------------------------------------*/
.navigation{
    display: none;
}

#top_head .inner {
    position: relative;
}

#nav_toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

/*メイン
------------------------------------------*/
#contents_block {
    margin: 10px auto 0;
    overflow: hidden;
}

#main{
    width: 850px;
    padding: 25px;
    margin: 0 0 50px 0;
    float: left;
}


/*サイドバー
------------------------------------------*/
#sidebar{
    width: 280px;
    float: left;
    margin: 36px 0 0 10px;
    padding: 25px;
    overflow: hidden;
}

#sidebar li {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #56b9bc;
}

#sidebar li dl.page-list dt {
    float: left;
    height: 100px;
    width: 120px;
    overflow: hidden;
}

#sidebar li dl.page-list dd {
    float: left;
    color: #56b9bc;
    font-weight: 600;
    margin: 10px;
    width: 140px;
}

#sidebar li dl:after{
    content: '';
    clear: both;
}


/*ページ上部に戻る
------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 50px;
    right: 15px;
    width: 120px;
    height: 50px;
    background: #56b9bc;
    border-radius: 8px;
}

.pagetop a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    padding-top: 17px;
    box-sizing: border-box;
}

.pagetop a:hover {
    display: block;
    background-color: #56b9bc;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 20px;
}


/*フッター
------------------------------------------*/
#footer_block{
    background: #56b9bc;
    padding: 10px 0;
    overflow: hidden;
}

#footer_block div{
    width: 1240px;
    margin: 0 auto;
    height: 20px;
}

#footer_block div span{
    position: relative;
    font-size: 12px;
    color: #f8f08f;
    top: -17px;
    left: 1140px;
}

#footer_block div span:hover {
    text-decoration: underline;
}

#footer_block div span:before{
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    left: -1em;
    top: 0.3em;
    color: #f8f08f;
}

#footer_block p{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}


/*パンくずリスト
------------------------------------------*/
.bread_link {
    width: 850px;
    padding: 0 0 0 25px;
    margin: 10px 0 0 0;
    letter-spacing: -0.4em;
}

.bread_link li {
    display: inline;
    letter-spacing: normal;
    color: #56b9bc;
}

.bread_link li:first-child a {
    padding: 0px;
}


/*記事
------------------------------------------*/
#contents_block #main.page_contents h1{
    position: relative;
    padding-bottom: 0;
    border-bottom: 8px solid #a4bbc2;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#contents_block #main.page_contents h1::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 8px;
    background-color: #f8f08f;
}

#contents_block #main.page_contents h2 {
    border-left: 5px solid #f8f08f;
    padding: 10px;
    font-size: 18px;
}

#contents_block #main.page_contents p {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0 35px;
}

#contents_block #main.page_contents h3 {
    padding-top: 25px;
    font-size: 17px;
}

#contents_block #main.page_contents img.cyecatch {
    max-width: 100%;
    text-align: center;
    height: auto;
}

#contents_block #main.page_contents img.single{
    border: 1px solid #a4bbc2;
    padding: 5px;
    box-sizing: border-box;
}

#contents_block #main.page_contents img {
    display: block;
    margin: 20px auto 50px;
    max-width: 655px;
}

#contents_block #main.page_contents ul li{
  padding: 5px 0 5px 0;
  margin-bottom: 15px;
}

#contents_block #main.page_contents ul li span{
    border-left: 5px solid #f8f08f;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

#contents_block #main.page_contents ul li > a{
  color: #56b9bc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

#contents_block #main.page_contents ul li ul{
    margin: 15px 0 0 35px;
}

#contents_block #main.page_contents ul li ul li{
    margin: 10px 0;
    padding: 8px 0;
}


/*記事一覧
------------------------------------------*/
#post_list li {
    margin: 0 0 40px 0;
}

#post_list li section,
#post_list li dl{
    width: 580px;
    float: left;
    padding: 5px 0 0;
}

#post_list li section h2,
#post_list li dl dt{
    position: relative;
    padding-bottom: .2em;
    border-bottom: 8px solid #a4bbc2;
    font-size: 18px;
    color: #56b9bc;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.5em;
}

#post_list li section h2::after,
#post_list li dl dt::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 2;
	content: '';
	width: 25%;
	height: 8px;
	background-color: #f8f08f;
}

#post_list li section p,
#post_list li dl dd{
    color: #676660;
    line-height: 1.8;
}

.image_box::after {
    content: "";
    clear: both;
}

.image_box .post_list_image_none{
    height: auto;
    width: 250px;
    margin: 36px 0 0 15px;
}

#post_list li div.image_box > img{
    height: auto;
    width: 250px;
    margin: 36px 0 0 15px;
}

/*レコメンド
------------------------------------------*/
dl.related{
    margin-top: 40px;
}

dl.related dt{
    border-left: 5px solid #f8f08f;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

dl.related dd{
    margin: 15px 0 0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
/*レスポンシブデザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
    min-width: 100%;
}

.header_block .site_title,
.navigation ul,
.top_head,
#contents_block,
.bread_link,
#main,
#sidebar,
#footer_block,
#post_list li {
	width: auto;
}

#main,
#sidebar{
	padding-left: 20px;
	padding-right: 20px;
}

/*ヘッダー
------------------------------------------*/
.header_block {
    width: 100%;
    min-height: 150px;
}

.header_block span {
    font-size: 16px;
    line-height: 1.2em;
    margin-left: 25px;
}

.top_head {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

div.visual-box {
    text-align: center;
}

div.visual-box img{
    margin: 20px 0 auto;
    width: 80%;
    display: inline-block;
}


/*ナビゲーション
------------------------------------------*/
.navigation{
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

#toggle {
    display: block;
    background: #676660;
    width: 100%;
    position: relative;
    height: 52px;
    top: 0;
    z-index: 1;
}
#toggle a{
    display: block;
    padding: 25px 0 25px;
    text-align: center;
}

#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 6px;
    background: #676660;
}
#toggle a:before {
    margin-top:-9px;
}
#toggle a:after {
    margin-top: 3px;
}

.gronav {
    display: none;
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
}

.gronav li {
    font-size: 14px;
}

.gronav li a{
    text-align: left;
    color: #56b9bc;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #56b9bc;
    padding: 4px 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.navigation > .menu {
	display: none;
}


/*メイン
------------------------------------------*/
#contents_block {
    margin: 150px 0 0 0;
}

#main {
    padding: 0;
}

#main .caption-box h1{
    font-size: 18px;
}

#main,
#sidebar {
	padding: 30px 10px 0 10px;
}

#main, #sidebar {
	display: block;
    width: 100%;
    box-sizing: border-box;
}


/*レイアウト
------------------------------------------*/
#contents_block #main.page_contents {
	padding-top: 5px;
    margin: 15px 0 0 0;
}

#contents_block #main.page_contents h1 {
	font-size: 18px;
	line-height: 1.4em;
    margin-bottom: 30px;
}

#contents_block #main.page_contents h2,
#contents_block #main.page_contents h3{
	font-size: 16px;
	line-height: 1.4em;
    margin: 0;
}

#contents_block #main.page_contents h3{
    padding-top: 10px;
}

#contents_block #main.page_contents img,
#contents_block #main.page_contents img.cyecatch {
    max-width: 66%;
    margin-bottom: 20px;
}

#contents_block #main.page_contents p {
    margin: 15px 0 35px;
	line-height: 1.5em;
}

#contents_block #main.page_contents ul, #contents_block #main ol {
	margin-top: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
}


/*記事
------------------------------------------*/
#post_list {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#post_list li {
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 40px;
}

.image_box .post_list_image_none{
    display: none;
}

.sidebar_block .image_box > img {
	display: inline;
}

#post_list li a .image_box {
    height: auto;
	max-height: 210px;
    clear: both;
    margin: 0 auto;
}

#post_list li .list_detail {
	padding-bottom: 11px;
    height: auto;
}

#post_list li a section,
#post_list li a dl{
    width: auto;
}

#post_list li a div.image_box > img {
    margin: 0 auto;
}

#contents_block #main.page_contents ul li{
    padding: 0;
}

/*サイドメニュー
------------------------------------------*/
#sidebar {
	border-top: 0;
    margin-top: 0;
    margin: 0;
    float: none;
    clear: both;
}

.sidebar_block {
	padding-bottom: 0;
}

#sidebar li:first-child{
    border-top: 1px solid #56b9bc;
}

#sidebar li dl.page-list dd{
    width: 160px;
}

/*パンくずリスト
------------------------------------------*/
.bread_link {
	margin: 15px 0 0 10px;
    padding: 0;
}

.bread_link li span{
    font-size: 14px;
}


/*フッター
------------------------------------------*/
#footer_block div{
    width: 100%;
}

#footer_block div p{
    text-align: center;
}

#footer_block div a{
display: none;
}

}
