/*
Theme Name: makit2020
Theme URI: https://makit.jp/
Description: makit
Version: 1.0
Author: makit
Author URI: https://makit.jp/
*/


@media screen and (max-width: 767px){

/* ############################ reset ############################ */

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 { 
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body{
    height:100%;
    background-color:#fff;
    color:#333;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 'din-2014', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html, body {
    height:100%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}


/* change colours to suit your needs */
ins {
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ddd;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
    letter-spacing:0.05em;
}

p {
    line-height:1.8;
    letter-spacing:0.05em;
}
dl {
    line-height:1.8;
    letter-spacing:0.05em;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align:top;
}

a,a:link a:visited {
    color: #4a8891;
    text-decoration: none;
    outline: none !important;
    transition: all .3s;
}
a:hover {
    color: #222;
    text-decoration: none; 
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

iframe{
  width: 100%;
}

strong {
    font-weight:700;
}

.marker.active{
    background-position: -100% .5em;
}
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

/* ############################ reset ############################ */


/* ############################ sp_headarea ############################ */

.sp_headarea {
    width:100%;
    background-color:#fff;
    z-index: 999;
    position:fixed;
}
.sp_headarea02 {
    position:relative;
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*height:60px;*/
    background-color:#fff;
    z-index: 2000;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.sp_headarea02 a {
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_headarea02 a img {
    height: 45px !important;
}

.sp_headarea02 h1 {
    text-align:center;
    width:80px;
    margin:0 auto;
}
.sp_headarea02 h1 img {
    width:100%;
}

.sb-toggle-right {
    position:absolute;
    top: 0px;
    right: 0px;
}
.navi-r {
  position:absolute;
  top: 0px;
  right: 0px;
}
.navi-r a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.navi-r a:after {
    content:"";
    background:url(../img/nav_icon.svg) 0 0 no-repeat transparent;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    display: block;
}

.sb-active .navi-r a:after {
    content:"";
    background:url(../img/nav_close_icon.svg) 0 0 no-repeat transparent;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    display: block;
}

.navi-l {
  position:absolute;
  top: 0px;
  left: 0px;
}
.navi-l ul li button {
    width: 60px;
    height:60px;
    display:block;
    border: none;
    background:none;
}

.headarea {
    display:none;
}
.head_search_sp {
    display:none;
}

/* ############################ sp_search_sp ############################ */

.sp_search_sp {
width:100%;
background-color:#f3f3f3;
padding:12px 0 10px;
}
.sp_search_sp02 {
width:92%;
margin:0 auto;
z-index:100;
overflow: hidden;
background-color:#fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.input_sp {
    width:100%;
    position:relative;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
    z-index:30;
}
.search_input {
    color: #444;
    font-size:1.3rem;
    width: 100%;
    height:40px;
    -webkit-appearance: none;
    padding:1px 0 1px 10px;
    line-height:1.0;
    border:1px solid #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::placeholder {
    color: #bbb;
    font-size:1.3rem;
    line-height:1.0;
}
.input_sp button {
    position: absolute;
    width:50px;
    z-index:50;
    top:0;
    right:0;
}
.input_sp .clearButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 10px;
  background: url(../img/search_clear_icon.svg) no-repeat 0 0;
  background-size:20px;
  cursor: pointer;
  visibility:hidden;
}
.search_btn {
    position:absolute;
    top:0;
    right:0;
    width:40px;
    padding:5px;
}

/* ############################ sp_search_sp ############################ */


/* ############################ sb-slidebar ######################### */

.sb-slidebar {
    padding:0px;
}


.sb-toggle-left{
    position:absolute;
    top: 0px;
    left: 0px;
}

.sb-toggle-right{
    position:absolute;
    top: 0px;
    right: 0px;
}

.menu{
    list-style:none;
    box-shadow: -4px 0px 6px -5px #999 inset;
}

.menu li{
}

.menu li p{
    color:#444;
    display:block;
    background-color:#f3f3f3;
    border-bottom:#CCC solid 1px;
    box-shadow: -4px 0px 6px -5px #999 inset;
    padding:10px;
}

.menu li a{
    color:#444;
    display:block;
    border-bottom:1px dotted #eaeaea;
    line-height: 1;
    padding:15px 10px;
}
.menu li a:hover{
    text-decoration:none;
}

.sb-slidebar.sb-left {
  -webkit-overflow-scrolling: touch;
}

.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}

.sb-right-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sb-menu01 {
    background:#f3f3f3;
    border-top:1px dotted #ddd;
}
.sb-menu01 h3 {
    font-size:1.5rem;
    color:#222;
    font-weight:600;
    letter-spacing:0.05em;
    line-height:1.0;
    text-align:center;
    padding:22px 0;
    background-color: #fff;
}
.sb-menu01 li {
    border-bottom:1px dotted #ddd;
}
.sb-menu01 li:last-child {
    border-bottom:none;
}
.sb-menu01 li a {
    display:block;
    font-size:1.4rem;
    font-weight:500;
    letter-spacing:0.075em;
    padding:17px 5px 17px 20px;
    text-decoration:none;
    background: url(../img/list_mk001.svg) no-repeat right 12px center;
    background-size: 10px;
    box-shadow: 4px 0px 6px -5px rgba(0,0,0,0.1) inset;
}

.sb-menu02 {
    background:#f3f3f3;
    border-top:1px dotted #ddd;
}
.sb-menu02 h3 {
    font-size:1.5rem;
    color:#222;
    font-weight:600;
    letter-spacing:0.05em;
    line-height:1.0;
    text-align:center;
    padding:20px 0;
    background-color: #fff;
    box-shadow: 4px 0px 6px -5px rgba(0,0,0,0.1) inset;
}
.sb-menu02 li {
    border-bottom:1px dotted #ddd;
}
.sb-menu02 li:last-child {
    border-bottom:none;
}
.sb-menu02 li a {
    display:block;
    font-size:1.3rem;
    font-weight:500;
    letter-spacing:0.05em;
    padding:17px 5px 17px 20px;
    text-decoration:none;
    background: url(../img/list_mk001.svg) no-repeat right 12px center;
    background-size: 10px;
    box-shadow: 4px 0px 6px -5px rgba(0,0,0,0.1) inset;
}

.sbnav_font {
    font-size:1.1rem;
}

/* ############################ sb-slidebar ######################### */


/* ############################ sp_headarea ############################ */



/* ############################ index_contents_sp ######################### */

.index_contents_sp {
    width:100%;
    padding-top:60px;
}

/* ###### index_pickup_sp ##### */

.index_pickup_sp {
    width:100%;
    background-color:#f3f3f3;
    padding:30px 0 25px;
    margin-bottom:20px;
}
.index_pickup_list_sp {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_pickup_list {
    width:100%;
    padding: 0 5px;
}
.index_pickup_list a {
    position:relative;
    display:block;
    width:100%;
    background-color:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.index_pickup_list a p {
    width:100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.index_pickup_list a p img {
    width:100%;
    height:260px;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.index_pickup_list a div.index_pickup_title {
    position:absolute;
    padding: 20px 20px;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}
.index_pickup_list a div.index_pickup_title h2 {
    color:#fff;
    font-size:1.6rem;
    line-height:1.5;
    font-weight:500;
    letter-spacing:0.05em;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.index_pickup_list a div.index_pickup_title h4 {
    position:absolute;
    left:15px;
    top:-15px;
    display:inline-block;
    color:#fff;
    font-size:1.0rem;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
    padding: 10px 16px 8px 16px;
    background-color:#111;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* ###### index_pickup_sp ##### */


/* ###### page_title_sp ###### */

.page_title_sp {
    position:relative;
    width:100%;
    margin-bottom:20px;
}
.page_title_sp h3 {
    text-align:center;
    color:#111;
    font-size:2.4rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.page_title_sp h3 img {
    width:35px;
    margin-right:6px;
    padding-bottom:12px;
}

/* ###### page_title_sp ###### */


/* ###### entry_list_sp ###### */

.entry_list_sp {
    width: 100%;
}

.entry_list_sp_left {
    width: 100%;
}
.entry_list_sp_left02 {
    width:100%;
    border-top:1px dotted #ddd;
}
.entry_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.entry_list a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:15px;
}
.entry_list .entry_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.entry_list .entry_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.entry_list .entry_list_thumb .caption {
  display:none;
}
.entry_list .entry_list_thumb .mask {
  display:none;
}
.entry_list .entry_list_desc {
    flex:1;
    padding-left:12px;
}
.entry_list .entry_list_desc h4 {
    color:#222;
    font-size:1.4rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}
.entry_list .entry_list_desc p.update {
    text-align:right;
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:10px;
}


/* ###### wp-pagenavi ###### */

.wp-pagenavi {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color:#f3f3f3;
    clear:both;
    text-align: center;
    border-bottom:1px dotted #ddd;
}

.wp-pagenavi img {
    width: 9px !important;
    vertical-align: middle !important;
    background-color: #f3f3f3 !important;
    float: none !important;
    margin: 0 !important;

}

.wp-pagenavi .pages {
    color: #666;
    font-weight: 500;
    font-size:1.3rem;
    position: absolute;
    padding: 0 !important;
    margin: 0 20px 0 -20px !important;
}

.wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px 0 80px !important;
}

.wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px 0 15px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    line-height: 60px !important;
    height: 60px !important;
    border: none !important;
    margin: 0px !important;
    text-decoration: none;
    text-align: center !important;
}

.nextpostslink {
float:right;
}

.previouspostslink {
float:left;
}

.wp-pagenavi .smaller,.wp-pagenavi .last,.wp-pagenavi .first,.wp-pagenavi .current,.wp-pagenavi .extend,.wp-pagenavi .larger{
    display:none;
}

/* ###### wp-pagenavi ###### */



.entry_list_sp_right {
    width: 100%;
}
.entry_list_sp_right .side_title_sp {
    position:relative;
    width:90%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin: 0 auto 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.entry_list_sp_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.entry_list_sp_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.6rem;
    font-weight:600;
    letter-spacing:0.05em;
    line-height:1.6;
}
p.side_ranking_icon {
    position:absolute;
    top:-20px;
    right:5px;
    width:32px;
}
p.side_ranking_icon img {
    width:100%;
}


/* ###### rank_box ###### */

.side_box {
    width:100%;
    margin-bottom: 40px;
    border-top: 1px dotted #ddd;
}
.rank_box {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    background-color: #fff;
    position: relative;
}
.rank_box a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:15px;
}
.rank_box .rank_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.rank_box .rank_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

li:nth-child(1).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: -10px;
    right: 8px;
    background:url(../img/ranking_no1_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

li:nth-child(2).rank_box:before {
    content: "";
    width:25px;
    height:25px;
    position: absolute;
    top: -8px;
    right: 9px;
    background:url(../img/ranking_no2_img.png) no-repeat 0 0;
    background-size:25px;
    z-index: 1000;
}

li:nth-child(3).rank_box:before {
    content: "";
    width:25px;
    height:25px;
    position: absolute;
    top: -8px;
    right: 9px;
    background:url(../img/ranking_no3_img.png) no-repeat 0 0;
    background-size:25px;
    z-index: 1000;
}

.rank_box .rank_inner {
    flex:1;
    padding-left:12px;
}
.rank_box .rank_inner p {
    color:#222;
    font-size:1.4rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}

/* ###### rank_box ###### */


/* ############################ index_contents_sp ######################### */




/* ############################ footer_sp ######################### */

.footer_sp {
    width:100%;
    background-color:#f3f3f3;
}
.footer_sp02 {
    position: relative;
    width:90%;
    margin:0 auto;
    padding:40px 0;
}
.footer_sp_left {
    width:100%;
}
.footer_sns {
    width:100%;
}
.footer_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_sns ul li {
    width:35px;
    margin: 0 6px;
}
.footer_sns ul li img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer_list {
    width:100%;
    margin-top:30px;
}
.footer_list ul {
    text-align:center;
    font-size:1.3rem;
    letter-spacing:0.05em;
    border-top:1px dotted #ccc;
}
.footer_list ul li {
    border-bottom:1px dotted #ccc;
}
.footer_list ul li a {
    display:block;
    position: relative;
    padding:12px 0;
    background: url(../img/list_mk001.svg) no-repeat right 10px center;
    background-size: 10px;
}

.footer_sp_right {
    width:100px;
    margin: 40px auto 0;
}
.footer_sp_right p {
    width:100px;
}
.footer_sp_right p img {
    width:100%;
}

.copy {
    width:100%;
    background-color:#111;
    padding:14px 0;
}
.copy p {
    font-size:1.0rem;
    color:#fff;
    text-align:center;
    line-height:1.0;
    letter-spacing:0.1em;
}

p.footer_mountain {
    position:absolute;
    right:-10px;
    top:-45px;
}
p.footer_mountain img {
    width:120px;
}

/* ############################ footer_sp ######################### */

.pc {
    display:none;
}


}
