@charset "utf-8";
/*
Template Name: スマートフォン用スタイルシート
*/

@media screen and (max-width: 480px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●style.css 画面の横幅が480px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
body {
        height: 480px;
        margin: 0;
        padding: 0;
}
p {
        font-size: 14px;
        line-height: 1.6;
}
.imgl, .imgr, .alignleft, .alignright {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 20px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字サイズ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .entry-content h2, #main .entry-content-i h2, #main .entry-content-s h2,
.entry-content, .entry-title, .entry-content-i .entry-title {
    font-size: 20px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトタイトル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1.site-title img {
	width: 85%;
}	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
    background: #FFFFFF;
}
#top-navi li {
    font-size: 12px;
}
#header-in {
	width: 100%;
	padding: 0 0 10px;
    margin: 0;
}
#loader{
    top: 40%;
    left: 36%;
}
.caption-head {
	width: 90%;
    height: auto;
    margin: 0 auto;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
}
.caption-head p.on-head-title {
    font-size: 18px;
	margin-top: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ハンバーガーメニュー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
#top-navi-bg{
	display: none;
}
#naviall{ display: none;}

#dro_navi {
	display: block;
	position: absolute;
	top: 15px;
    right: 15px;
	z-index: 100;
}
#nav-dr { 
	display: block;
}
.nav-unsh { display:none;}
#nav-op { 
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
#nav-op span, #nav-op span:before, #nav-op span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-op span:before {
    bottom: -8px;
}
#nav-op span:after {
    bottom: -16px;
}
#nav-cl {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-con {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #FCFCFC;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
#nav-in:checked ~ #nav-cl {
    display: block;
    opacity: .5;
}
#nav-in:checked ~ #nav-con {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#nav-con ul, #nav-con ul.children {
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
    text-align: left;
	list-style-type: none;
	box-sizing: border-box;
}
#nav-con ul li, #nav_clo{
	width: 100%;
	height: auto;
	line-height: 60px;
	padding: 0 16px 0 20px;
	float: left; 
	background: url(img/navi_line.png) bottom repeat;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
}
#nav_clo{
	padding: 0;
	font-weight: bold;
	background: #EFEFEF;
	border: 3px #FFFFFF solid;
}
#nav_clo label{
	float: right;
	margin: 20px 10px auto auto;
}
#nav_clo span{
	transform: translateY(7px) rotate(-45deg);
}
#nav_clo span:before {
	opacity: 0;
}
#nav_clo span:after{
	transform: translateY(-16px) rotate(90deg);
}
#nav-con ul li:last-child{	
	border-bottom: 1px #EFEFEF solid;
}
#nav-con ul li .fa, #nav-con ul li .fas,
#nav-con ul li .fal, #nav-con ul li .fab{
	margin-right: 8px;
}
#nav-con ul li ul li{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
#nav-con ul li ul li:last-child{	
	border-bottom: none;
}
#nav-con ul li a{
	display: block;
	color: #333333;
    text-decoration: none;
}
#nav-con ul li a:hover{
	color: #FF8800;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
    margin: 5px 10px 10px;
    padding: 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
#container2r, #container2l,
#container1, #containerk2r,
#containerk2l, #containerk1, #containerk1{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border: none;
	box-shadow: none;
	clear:both;
}
#main-background{
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・タグ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
#container2l #cate_des, #container2r #cate_des, 
#containerk2l #cate_des, #containerk2r #cate_des, 
#containerk1 #cate_des, #containerk1 #main, #containerk1 #cate_des {
    width: 96%;
    margin: 0 2% 0;
	padding: 20px 5%;
	margin-bottom: 30px;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w {
	padding: 0 5px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px #DDDDDD solid;
}
.c_c_t_w:first-child {
	padding: 30px 0 0;
}
.c_c_b_w {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 2px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px #DDDDDD solid;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #cate_main, #container2r #cate_main,
#containerk2l #cate_main, #containerk2r #cate_main,
#container2l #main, #container2r #main,
#containerk2l #main, #containerk2r #main{
	width: 96%;
	margin: 0 2%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}
#main-background #cate_main {
    width: 100%;
    margin-left: 0;
	margin-right: 0;
    padding: 0;
    overflow: hidden;
}
.entry-content, .entry-content-i, .entry-content-s{
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.topcate {
    margin: 0 0 10px -10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事の一覧(TOP) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toppagemain .entry-content {
    width: 96%;
	margin: 0 2%;
}
#toppagemain .pattern_card .entry-content,
#toppagemain .pattern_card .entry-content:nth-child(2n){
    width: 100%;
    margin: 10px 0 5%;
}
#toppagemain .entry-content p.top_more {
    height: 9.5em;
	padding-bottom: 30px;
	box-sizing: border-box;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.eye-catch-img {
	position: relative;
	width: 40%;
	margin: 0 5% 10px 0;
	clear:both;
}
.eye-catch-img img{
	width: 100%;
	margin: 0;
	clear:both;
}
#toppagemain .title_area_bottom {
    width: 55%;
    margin: 0;
    float: left;
}
@media screen and (max-width: 420px) {
.eye-catch-img {
	width: 80%;
	margin: 0 10% 20px;
}
#toppagemain .title_area_bottom {
    width: 100%;
    margin: 0;
    clear:both;
}
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toppagemain .link-next p, #toppagemain a:hover .link-next p{
	width: 100%;
}
#toppagemain .link-date{
	width: 100%;
}
#toppagemain .link-date ul.sns_button .sns_button_m a {
    border-radius: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left, #side-right {
	width: 96%;
	padding: 30px 5%;
	margin: 20px 2%;
	clear:both;
	box-sizing: border-box;
}	

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content {
    margin: 0;
    padding: 20px;
    clear: both;
    background: #F7F7F7;
}
ul#eye_news li p,
#new-content ul#eye_news li p {
	max-height: 6em;
}
#new-content .info .date{
	width: 122px;
}
#side-left ul#eye_news .sub_new_img img, 
#side-left #new-content ul#eye_news .sub_new_img img, 
#side-right ul#eye_news .sub_new_img img, 
#side-right #new-content ul#eye_news .sub_new_img img {
	margin-top: 0;
}
ul#eye_news li p, #new-content ul#eye_news li p {
	max-height: 6em;
}
ul#eye_news .sf_daca, #new-content ul#eye_news .sf_daca{
	height: 30px;	
}
ul#eye_news .sub_date, #new-content ul#eye_news .sub_date,
#footer .mini_box ul#eye_news .sub_date, 
#footer #new-content .mini_box ul#eye_news .sub_date {
    font-size: 12px;
    line-height: 100%;
    margin: 0 0 4px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガバナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .mail_signup{
	margin: 0 0 10px;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム・検索ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main #s, #main #s:focus{
	margin-top: 30px;
	width: 100%;
}
#main #searchsubmit {
	margin-top: 5px;
	margin-bottom: 30px;
	width: 100%;
}
@media screen and (max-width: 600px){
#footer_box_matome ul#eye_news .sf_daca,
#footer_box_matome ul#eye_news li .sub_date,
#footer_box_matome #eye_news p {
        width: 67%;
}
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
ul#eye_news li p, #new-content ul#eye_news li p {
	font-size: 14px;
	max-height: 6em;
}
ul#eye_news .sf_daca, #new-content ul#eye_news .sf_daca {
	max-height: 30px;
    padding: 5px 0;
}
	#toppagemain .eye-catch-img {
    height: 200px;
    margin: 0 5% 0 0;
}	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .opt-in p{
	font-size: 0.8em;
}
#mail_magazine .ybox_btn button.mailbtn {
	font-size: 0.8em;
    line-height: 5em;
}
#about-privacy{
	width: 100%;
    margin: 20px 0 0;	
}
	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
#footer_box_matome .mini_box,
#footer_box_matome .mini_box_center {
	width: 96%;
	padding: 0 10px;
	margin: 10px 2%;
	clear: both;
    box-sizing: border-box;
}
}

@media screen and (max-width: 400px){
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新ランキングA */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
.raa-title{
    padding: 15px 0 0 10px;
    font-size: 0.8em;
} 
}

@media screen and (max-width: 224px) {
	#wp-calendar{
	display: none;
}
}

/*--------------------------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
https://www.mithril-web.com/
--------------------------------------------------------------------------*/
