@charset "UTF-8";
/*normarize*/
html { width: 100%; font-size: 62.5%; height: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; position: relative; }

body { margin: 0; padding: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/*reset*/
html { height: 100%; }

body, h1, h2, h3, h4, h5, h6, div, p, pre, ul, li, ol, dl, dt, dd, address, form, blockquote { margin: 0; padding: 0; font-weight: normal; }

table { empty-cells: show; }

hr { display: none; }

img { vertical-align: bottom; }

li { list-style: none; }

option { padding-right: 10px; }

a { text-decoration: none; outline: none; overflow: hidden; cursor: pointer; }

a img { border: 0px; }

/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- imgpath */
/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- variable */
/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- mixin    */
/*------------------------------------------------------------------------ */
/*------------------------------------------------------------ funciton    */
/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- setting  */
body { color: #666; font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Sans-Serif; font-size: 14px; font-size: 1.4rem; line-height: 1; }

#wrapper { -webkit-overflow-scrolling: touch; }

#container { width: 100%; position: relative; }

a:link, a:hover, a:visited, a:active { color: #666; }

img { max-width: 100%; height: auto; }

/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- class   */
.serif, .serif > * { font-family: "游明朝体", YuMincho,	"游明朝", "Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",	serif; }

.notice { color: red; }

a:hover, a:hover img, a.hover:hover { filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.6; }

.fr { float: right; }

.fl { float: left; }

.clear { clear: both; }

.sns_area iframe, .sns_area #___plusone_1 { vertical-align: top !important; }

/*------------------------------------------------------------------------ */
/*--------------------------------------------------------------- extend  */
#header .wrap #logo, #footer .wrap #logo { font-size: 13px; font-size: 1.3rem; position: relative; }
#header .wrap #logo span, #footer .wrap #logo span { display: inline-block; line-height:4em;padding-left:1em;}
#header .wrap #logo a, #footer .wrap #logo a { color: #333; }
#header .wrap #logo .by, #footer .wrap #logo .by { position: relative; top: -8px; left: 8px; }

#header, #footer { width: 100%; background: #fff; border-top: 3px solid #ff8891; }

/*------------------------------------------------------------------------ */
/*-------------------------------------------------------- common         */
body { background:#efefef; }

#header { border-bottom: 1px solid #eae7e7; margin-bottom: 20px; }
#header .wrap { height: 100px; }
#header .wrap #logo { top: 23px; }
#header .wrap .sns { display: block; position: absolute; top: 34px; right: 0px; height: 30px; }
#header .wrap .sns ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#header .wrap .sns ul li { margin-left: 10px; float: right; }
#header #glnav { display: none; }



#header .navBtn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 3%;
    top: 25px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#header .navBtn i {
    display: block;
    height: 1px;
    width: 25px;
    margin-bottom: 8px;
    background: #ff8891;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#header .navBtn i:nth-of-type(1) {
    width: 25px
}

#header .navBtn i:nth-of-type(2) {
    width: 25px
}

#header .navBtn i:nth-of-type(3) {
    width: 25px;
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    #header .navBtn {
        top:2px;
        right: 5%
    }
}

#header .navBtn.close i:nth-child(2) {
    display: none
}

#header .navBtn.close i:nth-child(1) {
    margin-bottom: 0;
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 1px
}

#header .navBtn.close i:nth-child(3) {
    margin-bottom: 0;
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    width: 25px
}

@media only screen and (min-width: 768px) {
    #header .navBtn.close i:nth-child(3) {
        top:0
    }
}


.topic_path { font-size: 10px; font-size: 1rem; }

#contents { padding-top: 20px; }

#footer { margin-top: 60px; }
#footer .wrap { height: 160px; }
#footer .wrap #logo { top: 40px; }
#footer .wrap #copy { text-align: center; position: absolute; bottom: 21px; width: 100%; }
#footer .wrap .fnav { display: block; position: absolute; top: 51px; right: 0px; }
#footer .wrap .fnav ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer .wrap .fnav ul li { margin-left: 40px; float: right; }
#footer .wrap .fnav ul li a { background: url(../img/icon_arrow.png) no-repeat left center; padding-left: 22px; }

#main { overflow: hidden; background: #fff; border: 1px solid #eae7e7; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*index & archive*/ /*index & archive*/ /*single post*/ /*single post*/ /*pagination*/ }
#main article { position: relative; }
#main article aside { font-size: 13px; font-size: 1.3rem; background: url(../img/icon_pen.png) no-repeat left top; padding: 5px 0 0px 20px; }
#main article aside .update { margin-left:0.8em;background: url(../img/icon_update.png) no-repeat left top;background-size:16px; padding: 0 0 0px 20px ; }
#main article span.a_cat { background: #ff8891; color: #fff; position: absolute; top: 0px; right: 0px; }
#main > div { padding: 40px 0px; max-width: 688px; margin: auto; }
#main > div article { border: 3px solid #e8cbcf; width: 322px; max-width:48%;margin-bottom: 40px; }
#main > div article a { display: block; height: 100%; width: 100%; position: relative; }
#main > div article a span.a_cat { padding: 7px 11px; margin-top: 7px; }
#main > div article a h2 { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; line-height: 1.6; }
#main > div article a div { padding: 15px 10px; border-top: 1px solid #eae7e7; }
#main > div article:nth-of-type(odd) { float: right; }
#main > div article:nth-of-type(even) { clear: both; float: left; }
#main > div article:first-of-type { max-width: 686px;width:100%; float: none; }
#main > div article:first-of-type img { width: 100%; }
#main > div article:first-of-type span.a_cat { padding: 10px 20px; margin-top: 17px; }
#main > div article:first-of-type div { position: absolute; bottom: 0px; left: 0px; padding: 20px; background: rgba(255, 255, 255, 0.5); border: none; width:100%;}

#main > div article:first-of-type h2 { font-size: 20px; font-size: 2rem; margin-bottom: 15px; line-height: 1.4; }
#main > div article:first-of-type aside { font-size: 14px; font-size: 1.4rem; }
#main > div .tit_cat { color: #ff8891; text-align: center; border: 2px solid #ff8891; font-size: 26px; font-size: 2.6rem; padding: 10px 0; margin-bottom: 40px; }
#main > section.single { padding: 40px; max-width: 688px; margin: auto; /*related*/ }
#main > section.single article h1 { font-size: 28px; font-size: 2.8rem; font-weight: bold; line-height: 1.2; margin: 30px 0; letter-spacing: -2px; }
#main > section.single article span.a_cat { padding: 9px 18px; font-size: 10px; font-size: 1rem; }
#main > section.single article .thumnail { margin-bottom: 40px; }
#main > section.single article .thumnail img { border: 1px solid #eae7e7; }
#main > section.single article .contentbox p { margin-bottom: 40px; line-height: 1.6; }
#main > section.single article .sg_tagcloud_area {display:flex;flex-wrap:wrap;}
#main > section.single article .sg_tagcloud { background: url(../img/icon_tag.png) no-repeat left top; min-height: 18px; padding: 2px 15px 15px 30px; }
#main > section.single h2.s_tit { color: #ff8891; font-size: 22px; font-size: 2.2rem; font-weight: bold; padding: 12px; }
#main > section.single div.related { margin-bottom: 40px; }

#main .pagenav { display: table; width: 100%; }
#main .pagenav a { display: table-cell; width: 50%; padding: 10px; color: #ff8891; line-height: 1.4; }
#main .pagenav a:hover { background: #ff8891; color: #fff; filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
#main .pagination { clear: both; text-align: center; font-weight: bold; display:flex;justify-content:center;}
#main .pagination span { margin:0 0.1em;color: #ff8891; display: inline-block; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; border: 1px solid #ff8891; width: 30px; height: 30px; line-height: 30px; vertical-align: middle; text-align: center; }
#main .pagination span.current { color: #fff; background: #ff8891; }
#main .pagination a.active span{color: #fff; background: #ff8891;}
#main .pagination span:first-of-type { display: block; }

/*main*/
#sidebar > form { background: #fff; border: 1px solid #eae7e7; margin-bottom: 40px; padding: 2px 0; }
#sidebar > form div { position: relative; }
#sidebar > form input { border: none; }
#sidebar > form input[type=text] { width: 90%; }
#sidebar > form input[type=submit] { background: #fff url(../img/icon_search.png) no-repeat right center; text-indent: -9999px; width: 18px; height: 18px; background-size: 18px 18px; position: absolute; right: 5px; top: 5px; }
#sidebar h2.s_tit { color: #555; font-size: 18px; font-size: 1.8rem; font-weight: bold; padding: 0 5px 18px 45px; border-bottom: double 3px #eae7e7; background-position: 5px top; background-repeat: no-repeat; }
#sidebar h2.s_tit.i_cat { background-image: url(../img/icon_cat.png); }
#sidebar h2.s_tit.i_rank { background-image: url(../img/icon_rank.png); }
#sidebar h2.s_tit.i_tag { background-image: url(../img/icon_tag.png); }
#sidebar > ul { margin-bottom: 40px; }
#sidebar > ul li a { display: block; overflow: hidden; }
#sidebar > ul.category li { border-bottom: 1px solid #eae7e7; }
#sidebar > ul.category li a { padding: 15px 5px 15px 10px; }
#sidebar > ul.category li a span { float: right; }
#sidebar > ul.ranking li a { padding: 15px 5px 5px 10px; }
#sidebar > ul.ranking li a h3 { font-size: 13px; font-size: 1.3rem; line-height: 1.5; }
#sidebar > ul.ranking li a img { max-width: 100px; float: left; margin-right: 6px; }
#sidebar > div.tagcloud { margin-bottom: 40px; padding: 15px 15px 0; }
#sidebar > div.tagcloud a { border: 1px solid #eae7e7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 13px; font-size: 1.3rem; background: #efefef; padding: 4px 5px 3px; display: inline-block; margin: 0 0 5px 5px; }

/*sidebar*/
/*------------------------------------------------------------------------ */
/*-------------------------------------------------------- PC      */
@media screen and (min-width: 1180px) { .wrap { margin: auto; overflow: hidden; position: relative; max-width: 1100px; }
  .wrap2 { margin: auto; overflow: hidden; position: relative; max-width: 900px; }
  #main { width: 770px; float: left; }
  #sidebar { width: 290px; float: right; } }
/*------------------------------------------------------------------------ */
/*-------------------------------------------------------- PC  */
@media screen and (max-width: 1179px) { .wrap { margin: auto; overflow: hidden; position: relative; max-width: 96%; }
  .wrap2 { margin: auto; overflow: hidden; position: relative; max-width: 94%; }
  #main { width: 66%; float: left; }
  #sidebar { width: 30%; float: right; }
  #main { /*index & archive*/ /*index & archive*/ /*single post*/ /*single post*/ }
  #main article { position: relative; }
  #main article aside { font-size: 12px; font-size: 1.2rem; }
  #main article a span.a_cat { font-size: 10px; font-size: 1rem; }
  #main > div article { max-width: 47%; }
  #main > div:first-of-type { max-width: 686px; float: none; }
  #main > div:first-of-type span.a_cat { padding: 3px 5px; margin-top: 7px; }
  #main > div:first-of-type div { position: relative; padding: 10px; }
  #main > div:first-of-type h2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; line-height: 1.4; }
  #main > div:first-of-type aside { font-size: 14px; font-size: 1.4rem; }
  #main > section.single { max-width: 688px; margin: auto; }
  #main .tit_cat { font-size: 16px; font-size: 1.6rem; padding: 5px 0; margin-bottom: 15px; }
  #main .pagenav a { font-size: 12px; font-size: 1.2rem; }
  /*main*/ }
/*------------------------------------------------------------------------ */
/*-------------------------------------------------smp &tablet  --960px   */
@media screen and (max-width: 960px) { #header .wrap #logo, #footer .wrap #logo { top: 0; width: 90%; }
  #header .wrap #logo .by, #footer .wrap #logo .by { position: relative; top: 0px; left: 0px; margin-right: 5px; }
  /*logo*/
  .wrap { margin: auto; overflow: hidden; position: relative; max-width: 94%; }
  .wrap2 { margin: auto; overflow: hidden; position: relative; max-width: 92%; }
  #header .wrap { height: auto; padding: 2.5% 0; }
  #header .wrap .sns { top: 0; }
  #header #glnav { background: #fff; width: 100%; z-index: 99; display: block; }
  #header #glnav .navBtn {position: absolute; top: 15px; right: 3%; max-width: 60px; max-height: 60px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ff8891; }
  #header #glnav .navBtn img { max-width: 100%; height: auto; }
  #header #glnav ul { display: none; border-top: 1px solid #eae7e7; }
  #header #glnav ul.open {display: block;}
  #header #glnav ul li { border-bottom: 1px solid #eae7e7; }
  #header #glnav ul li a { padding: 15px; display: block; }
  #header #glnav ul li a span { float: right; }
  /*header*/
  #main { width: 100%; }
  /*main*/
  #sidebar { width: 100%; margin-top: 40px; }
  /*sidebar*/
  #footer .wrap { height: 180px; }
  #footer .wrap #logo { top: 20px; }
  #footer .wrap .fnav { display: block; position: relative; top: 30px; }
  #footer .wrap .fnav ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  #footer .wrap .fnav ul li { margin-left: 40px; float: right; } }
/*------------------------------------------------------------------------ */
/*-------------------------------------------------smp &tablet  --max640   */
@media screen and (max-width: 640px) { #main { /*index & archive*/ /*index & archive*/ /*single post*/ /*single post*/ }
  #main > div { padding: 15px; max-width: 90%; }
  #main > div article { max-width: 100%; margin-bottom: 20px;width:100%; }
  #main > div article img { width: 100%; }
  #main > div article a span.a_cat { padding: 3px 5px; margin-top: 7px; }
  #main > div article h2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; line-height: 1.4; }
  #main > div article:nth-of-type(odd) { float: none; }
  #main > div article:nth-of-type(even) { clear: both; float: none; }
  #main > div article:first-of-type { max-width: 100%; float: none; }
  #main > div article:first-of-type span.a_cat { padding: 3px 5px; margin-top: 7px; }
  #main > div article:first-of-type div { position: relative; padding: 10px; }
  #main > div article:first-of-type h2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; line-height: 1.4; }
  #main > div article:first-of-type aside { font-size: 14px; font-size: 1.4rem; }
  #main > div .tit_cat { font-size: 16px; font-size: 1.6rem; padding: 5px 0; margin-bottom: 15px; }
  #main > section.single { padding: 30px 0; max-width: 90%; /*related*/ }
  #main > section.single article h1 { font-size: 18px; font-size: 1.8rem; }
  #main > section.single article span.a_cat { padding: 4px 9px; }
  #main > section.single article .thumnail { margin-bottom: 20px; }
  #main > section.single article .sg_tagcloud { background: url(../img/icon_tag.png) no-repeat left top; margin-top: 30px; padding: 0px 15px 30px 30px; }
  #main > section.single h2.s_tit { font-size: 18px; font-size: 1.8rem; }

  /*main*/ }
/*------------------------------------------------------------------------ */
/*--------------------------------------------------------smp  --max375    */
@media screen and (max-width: 375px) { #header .wrap #logo .by, #footer .wrap #logo .by { width: 50%; }
  #header .wrap #logo span, #footer .wrap #logo span { font-size: 10px; font-size: 1rem; }
  #header { margin-bottom: 10px; }
  #header .wrap #logo { top: 10px; width: 70%; padding-bottom: 5%; }
  #header .wrap #logo span { font-size: 10px; font-size: 1rem; }
  #header .wrap .sns { top: 0; }
  #header #glnav .navBtn { top: 40px; max-width: 40px; max-height: 40px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
  /*header*/
  #contents { padding-top: 10px; }
  #main { /*index & archive*/ /*index & archive*/ /*single post*/ /*single post*/ }
  #main > div { padding:10px; }
  #main > section.single { padding: 15px 0; /*related*/ }
 
  /*main*/
  #footer .wrap #logo { top: 10px; width: 90%; }
  #footer .wrap .fnav ul li { font-size: 10px; font-size: 1rem; }
  #footer .wrap #copy { font-size: 10px; font-size: 1rem; }
  /*footer*/ }

/*# sourceMappingURL=style.css.map */

#logo img{
    width: auto;
    height: 4em;
}
@media screen and (max-width: 768px) {
#logo img{
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: 40px;
}
}