@charset "utf-8";
/*
Theme Name: RMG multipress
Theme URI: http://www.rmblog.jp/
Description: EASYS PCテーマ
Author: RMG
Version: ver2.14.13
Tags: none
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*	アンドロイドver4のバグ回避CSS
===============================================================*/

p {
    background-image: url('');
}

li {
    background-image: url('');
}



/* -------------------------------------------------------------- 
		■　リセットcss　■
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: inherit;
    font-weight: normal;
}

/*	検索ラベル
-------------------------------------------------------------- */

label.screen-reader-text {
    display: none;
    text-indent: -9999px;
}

/* =font
-------------------------------------------------------------- */

#main #container_top .content_area {
    font-size: 13px;
    line-height: 1.7;
}

.content_area {
    font-size: 13px;
    line-height: 1.7;
}

/*==========================================================================================
    ページ共通　見出し
==========================================================================================*/

.top-entry-title {
    background: url("/concafe/files/top_entry_title.png") no-repeat scroll left top transparent;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
    width: 700px;
}

.widget-title {
    background: url("/concafe/files/widget_title_bg.png") no-repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 5px 40px;
}

.entry-title a:link,
.entry-title a:visited {
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:active {
    text-decoration: underline;
}

.entry-title {
    background: url("/concafe/files/entry_title_bg.png") no-repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 0 0 40px;
    overflow: hidden;
    width: 660px;
    position: static;
}

span.read_more_btn {
    float: right;
    height: 40px;
    width: 120px;
}

span.read_more_btn a {
    background: url("/concafe/files/read_more_btn.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

#access .menu-header {
    font-size: 13px;
    margin-left: 12px;
    /*width: 928px;*/
}

#access .menu-header ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li {
    float: left;
    position: relative;
}

#access a {
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    float: left;
    z-index: 99999;
}

#access ul ul li {
    /*min-width: 180px;*/
}

#access ul ul a {
    background: #333;
    /*line-height: 1em;*/
    padding: 10px;
    width: 160px;
    height: auto;
}

#access li:hover>a {
    background: #333;
    color: #fff;
}

#access ul li:hover>ul {
    display: block;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
    color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}


/*footer_sns
===========================================================================================*/
#footer_sns_btn {
    margin: 0 auto;
}

#footer_sns_btn .footer_sns_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}



/*ブログ記事画像　記事幅はみ出さないように
===========================================================================================*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

/*youtube
===========================================================================================*/
.youtube_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*スライダー使用時の読み込み画面
===========================================================================================*/
.black-screen {
    background-color: #000000;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.black-screen>.inner {
    position: absolute;
    top: calc(50vh - (5vw / 2));
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 3vw;
    height: 3vw;
    background-image: url("/concafe/files/loading.svg");
    background-size: cover;
    overflow: hidden;
}