@charset "UTF-8";

/*
Theme Name:DollsHOuseShow
Theme URI: https://dollshouse.co.jp/
Description: ドールハウスショウのテーマ
Version:1.0
Author: baorin
Author URI: https://a-littledream.com
*/
/************************************************************************************
reset
*************************************************************************************/
*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class],
ul[class] {
    list-style: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}


/************************************************************************************
link
*************************************************************************************/
a:link {
    color: #333;
    text-decoration: none;
    transition: 1s ease-in-out
}

a:visited {
    color: #333;
    text-decoration: none;
    transition: 1s ease-in-out
}

a:active {
    color: #556342;
    text-decoration: none
}

a:hover {
    color: #556342;
    text-decoration: none
}


/*Twitter */

a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn:hover {
	color: #27acd9;
	background: #fff;
}

/*X(旧Twitter) */

#x-load{
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  }

.x-load-btn{
  display: inline-block;
  vertical-align: top;
  padding: 7px 14px;
  margin:10px auto 10px auto;
}

a.x-load-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
  padding: 7px 14px;
  margin: 20px auto;
  background: #333;
	color: #fff;
	border-radius: 0.6vh;
	transition: 0.5s;
}


/************************************************************************************
width-size
*************************************************************************************/
.w50{
    width: 50%;
}

.w100{
    width: 100%;
}

/************************************************************************************
margin
*************************************************************************************/

/********************left*************************/
.m-l-10{
    margin-left: 1rem;
}

.m-l-20{
    margin-left: 2rem;
}

/*********************bottom************************/
    
.m-b-3{
    margin-bottom: 0.3rem;
 }

.m-b-6{
    margin-bottom: 0.6rem;
 }

.m-b-12{
margin-bottom: 1.2rem;
}

.m-b-24{
    margin-bottom: 2.4rem;
    }

.m-b-36{
        margin-bottom: 3.6rem;
    }

 .m-b-50{
        margin-bottom: 5rem;
    }


/************************************************************************************
layout
*************************************************************************************/
.row{
    display: flex;
    flex-wrap: wrap;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.img-center{
	margin: auto;
	}

/************************************************************************************
font-size
*************************************************************************************/
h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    letter-spacing: 2px;
    line-height: 1.2em;
    font-weight: 400
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 23px
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}


.f-s6{
    font-size: 0.6rem;
 }

 .f-s7{
    font-size: 0.7rem;
 }

 .f-s8{
    font-size: 0.8rem;
 }

 .f-s9{
    font-size: 0.9rem;
 }

 .f-s10{
    font-size: 1rem;
 }

 .f-s12{
    font-size: 1.2rem;
 }


 .red{
    color: #ff0000;
 }

/************************************************************************************
list
*************************************************************************************/
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.blogpost ul,
.footer-widget ul,
.widget ul {
    margin: 0 0 0 1.5em
}

.blogpost ol,
.footer-widget ol,
.widget ol {
    margin: 0 0 0 1.5em
}

.blogpost ul li,
.footer-widget ul li,
.widget ul li {
    list-style-type: circle;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    position: relative
}

.blogpost ol li,
.footer-widget ol li,
.widget ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    position: relative
}

/************************************************************************************
general
*************************************************************************************/
body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 1.5px;
    color: #333;
    line-height: 1.9em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    background: url(../images/foresta.jpg) fixed no-repeat center top/cover;
}

#container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
    background: url(../images/redroof.png) no-repeat 300px 0/900px auto;

}

/************************************************************************************
character
*************************************************************************************/
.alice {
    position: fixed;
    bottom: -20px;
    left: 0;
    width: 90px;
    height: 260px;
    z-index: 999;
    display: block;
}

.alicefront {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.aliceback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.rabbit {
    position: fixed;
    bottom: -20px;
    right: -200px;
    width: 90px;
    height: auto;
    z-index: 999;
}

.queen {
    position: fixed;
    bottom: -10px;
    left: -120px;
    width: 120px;
    height: auto;
    z-index: 999;
}

.mailme img {
    width: 130px !important;
    height: 115px;
    position: absolute;
    top: 20px;
    right: 130px;
    z-index: 13;
    pointer-events: auto;
    display: block;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .6));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .6));
    z-index: 999997;
}

.leftwood {
    width: 700px;
    height: auto;
    position: fixed;
    top: 0;
    left: -100px;
    z-index: 13;
    pointer-events: none;
}

.rightwood {
    width: 300px;
    height: auto;
    position: fixed;
    top: 0;
    right: -30px;
    z-index: 13;
}

.rabbit1 {
    position: fixed;
    bottom: 100px;
    left: 0px;
    width: 30px;
    height: auto;
    z-index: 2;
}

.rabbit2 {
    position: fixed;
    bottom: 80px;
    left: 300px;
    width: 30px;
    height: auto;
    z-index: 2;
}

.rabbit3 {
    position: fixed;
    bottom: 10px;
    left: -50px;
    width: 50px;
    height: auto;
    z-index: 2;
}

.rabbit1front, .rabbit2front,
.rabbit3front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rabbit1back,
.rabbit2back,
.rabbit3back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/************************************************************************************
header-container
*************************************************************************************/
#header-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
    color: #fff;
    position: relative;
    z-index: 14;
    pointer-events: none;
}

.site-title {
    width: 380px;
    height: 480px;
    display: block;
    margin: auto;
    padding: 0;
    color: #f4e8d4;
    text-align: center;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(../images/titletop.png) no-repeat center top/380px auto;
}

.site-title div,
.site-title h1 {
    margin: 0;
    padding: 148px 0 0 0;
    position: relative;
}

.alice-logo img {
    width: 230px;
    height: auto;
    margin: 0 0 0 75px;
}

.site-title a {
    color: #f4e8d4;
}

.site-title p {
    margin: 0;
    line-height: 1.2em;
    font-size:0px;
    letter-spacing: 1.5px;
    text-shadow: 0 -1px 1px #000, 1px 1px 1px #fff;
}

/************************************************************************************
social-menu
*************************************************************************************/
.smenu {
    margin: 0;
    padding: 0;
    width: 250px;
    z-index: 9999;
    display: flex;
    pointer-events: auto;
    position: absolute;
    top: 330px;
    left: 95px;
}

.smenu li {
    padding: 0;
    margin: 0 15px
}

.smenu li a:hover,
.smenu li a:link,
.smenu li a:visited {
    display: block;
    width: 17px;
    height: 25px
}

.smenu img {
    width: 17px;
    margin: 0
}


/************************************************************************************
main-menu
*************************************************************************************/
#check {
    position: absolute;
    visibility: hidden
}

.button,
.button span {
    display: none;
    transition: 1s;
    cursor: pointer
}

.desktop-menu {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    transform: rotate(.001deg);
    color: #333;
    font-size: 13px;
    position: relative;
    font-family: 'IM Fell English', serif;
    pointer-events: auto;
    z-index: 9999;
    letter-spacing: 1px;
}

#menu-blog-menu {
    display: flex;
    align-items: center;
    padding: 20px 10% 70px 5%;
    margin: 0 0 0 350px;
}

#menu-blog-menu li {
    width: auto;
    margin: 0;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-align: center
}

#menu-blog-menu li a {
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
}

#menu-blog-menu li ul {
    position: absolute;
    top: 100%;
    left: 5px;
    list-style: none;
    margin: auto;
    width: 13em;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em
}

#menu-blog-menu li ul li {
    position: relative;
    overflow: hidden;
    width: 13em;
    height: 0;
    transition: .2s;
    margin: 0;
    padding: 0
}

#menu-blog-menu li ul li a:hover,
#menu-blog-menu li ul li a:link,
#menu-blog-menu li ul li a:visited {
    color: #333 !important;
    text-shadow: 0px 0px 0px #000000;
}

#menu-blog-menu li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none;
    margin: 0;
    width: 60em;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

#menu-blog-menu li ul li ul li {
    position: relative;
    overflow: hidden;
    width: 13em;
    height: 0;
    transition: .2s
}

#menu-blog-menu li ul li a {
    width: 100%;
    height: 100%;
    padding: 7px 10px 7px 10px;
    display: block;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px #333333 solid;
    color: #333 !important
}

#menu-blog-menu li ul li ul li a {
    width: 100%;
    height: 100%;
    padding: 7px 10px 7px 10px;
    display: block;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px #666 solid;
    border-left: 1px #666 solid
}

#menu-blog-menu li:hover > ul > li {
    overflow: visible;
    height: 100%
}

#menu-blog-menu li ul li a:hover {
    background: rgba(255, 255, 255, .8);
    color: #333
}

/************************************************************************************
main-container
*************************************************************************************/
#main-container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    background: url(../images/center.png) repeat-y 300px top/900px auto;
}

/************************************************************************************
top-widget
*************************************************************************************/
.topwidget {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    background: url(../images/widgetback.png)no-repeat 25% top/98% auto;
}

.leftwidget {
    width: 45%;
    height: auto !important;
    margin: -20px 0 0 30px;
    padding: 0;
    font-size: 13px;
    position: relative;
    pointer-events: auto;
}

.leftwidget .widget {
    padding: 0;
}

.leftwidget a {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.show {
    display: block;
    margin: 0 auto;
}

.rightwidget {
    width: 40%;
    height: auto;
    padding: 40px 0 59px 0px;
    margin: 70px 0 0 0;
    background: url(../images/topwidgettop.png)no-repeat center top/100% auto,
        url(../images/topbottom.png)no-repeat center bottom/100% auto;
    pointer-events: auto;
    position: relative;
}

.rightwidget .widget {
    padding: 0 30px;
    background: url(../images/topcenter.png)repeat-y center top/100% auto;
}

.rightwidget .widget ul {
    margin: 0;
}

.rightwidget .widget li {
    list-style: none;
    line-height: 1.2em;
    padding: 0 10px;
    overflow: hidden;
}

.li-styl{
    overflow: hidden;
  float: left;
  width: calc(100% - 70px);
}


.rightwidget .widget li a{
    line-height: 1.2rem;
}

.rightwidget .widget li img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    float: right;
}

.rightwidget .widget h3 {
    font-size: 20px;
    text-align: center;
    font-family: 'IM Fell English', serif;
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-weight: bold;
    font-style: italic;
    background: url(../images/swarrow.png)no-repeat left center/10% auto,
        url(../images/swarrowr.png)no-repeat right center/10% auto;
}

.rightwidget .post-date {
    font-size: 11px;
    display: block;
    margin: 0 0 -8px 0;
}

.rightwidget .post-title {
    font-size: 14px;
}

.rightwidget hr {
    border-style: none;
    border-top: 1px dashed #8c8b8b;
}

.flower {
    width: 15%;
    height: auto;
    position: absolute;
    bottom: 50px;
    right: 10%;
    z-index: 9999;
    pointer-events: none;
}

.light {
    width: 100%;
    height: auto;
    position: absolute;
    top: -43px;
    left: 0%;
    z-index: 999;
    pointer-events: none;
}

/************************************************************************************f
maincontents
*************************************************************************************/
#maincontents {
    width: 900px;
    padding: 0px 6% 50px 6%;
    margin: 0 0 0 -80px;
    position: relative;
    pointer-events: auto;
    order: 2;
    z-index: 10;
}

/************************************************************************************
index,search
*************************************************************************************/
.index,
.search {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    clear: both;
}

.sa {
    opacity: 0;
    transition: all .5s ease
}

.sa.show {
    opacity: 1;
    transform: none
}

.sa:nth-child(-n+8) {
    opacity: 1
}

.index .blogpost,
.search .blogpost {
    width: calc((100% - 120px)/4);
    margin: 0 15px 50px 15px;
    border: none;
    padding: 0;
    overflow: visible;
    position: relative;
    color: #000;
    background: url(../images/blue.png) no-repeat center top/100% auto;
    z-index: 11
}

.blogpost-inner {
    overflow: hidden
}

.index .blogpost-inner:before,
.search .blogpost-inner:before {
    content: "";
    padding-top: 170%;
    display: block;
    overflow: hidden
}

.post-wrapper {
    width: 75%;
    height: 59%;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 33%;
    left: 12.5%
}

.cat-label {
    text-align: center;
    font-size: 10px;
    font-family: serif;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-top: 2px;
}

.cat-label a {
    font-size: 10px;
}

.cat-label a:nth-child(n+2) {
    display: none;
}

.post-img {
    width: 75%;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    pointer-events: auto
}

.post-img:before {
    content: "";
    padding-top: 100%;
    display: block
}

.post-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
    overflow: hidden
}

.post-img img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    object-fit: cover;
    pointer-events: auto
}

.index .post,
.search .post {
    width: 100%;
    padding: 0;
    margin: 0
}

.index .post header {
    padding: 0 5%
}

.post time {
    font-size:8px;
    letter-spacing: 1.5px;
    line-height: 1em
}

.index .blogpost .entry-title,
.search .blogpost .entry-title {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 11px;
    overflow: hidden !important;
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
}

/* wall lamp */
.stlamp {
    width: 33px;
    height: 60px;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 12
}

.stlampr {
    display: none
}

.index .blogpost:nth-child(4n) .stlampr,
.search .blogpost:nth-child(4n) .stlampr {
    width: 33px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -20% !important;
    display: block;
    z-index: 12
}

.waku {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

/************************************************************************************
single-page
*************************************************************************************/
.single #maincontents {
    padding: 0 9% 50px 9%;
}

.blogpost {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px #666 solid
}

.single .entry-title {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-family: 'IM Fell English', serif;
}

.blogpost p {
    padding: 0 0 20px 0
}

.post header {
    margin: 0;
    padding: 0;
    text-align: center;
}

.single .post time {
    font-size: 10px;
}

.edit {
    padding: 20px 0 0 0
}

.info {
    width: 100%;
    height: auto;
    text-align: right;
    font-family: serif;
    font-size: 11px !important
}

.info img {
    display: inline
}

/* wall lamp */
.page .stlamp,
.single .stlamp {
    width: 33px;
    height: 60px;
    position: absolute;
    top: -50px;
    left: -7%;
    z-index: 6
}

.page .stlampr,
.single .stlampr {
    display: block;
    width: 33px;
    height: 60px;
    position: absolute;
    top: -50px;
    right: -7%;
    z-index: 6
}

.post-password-form input[type=submit] {
    padding: 1px 5px 1px 5px;
    background-color: #646a3a;
    font-size: 12px;
    color: #fff
}

input[type=password] {
    border-bottom: 1px #666 solid;
    font-size: 12px
}


/************************************************************************************
blog-img
*************************************************************************************/
.blog-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.blog-img {
    width: 50%;
    margin-bottom: 3rem;
}
.blog-img img{
    width: 98%;
}



/************************************************************************************
related
*************************************************************************************/
.related {
    padding-top: 40px;
    clear: both !important
}

.relatedpost {
    width: 100%;
    padding: 0;
    margin: 40px 0 30px 0
}

.relatedpost-title {
    width: 40%;
    display: block;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    font-size: 17px;
    padding: 20px 0;
    margin: 0 30% 15px 30%;
    text-align: center
}

.entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.related-entry {
    width: 30%;
    height: 25vh;
    margin: 0;
    position: relative;
    overflow: hidden
}

.related-entry a {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.related-entry-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.related-entry-thumb img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    object-fit: cover
}

.related-entry-thumb .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.related-entry-thumb .overlay .related-title {
    text-shadow: 1px 1px 1px #5a575c;
    font-size: 13px;
    color: #fff;
    z-index: 9;
    position: relative
}

.related-entry-thumb .overlay img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 8
}

.related-entry-thumb .overlay img:hover {
    opacity: 0
}

/************************************************************************************
author
*************************************************************************************/
.blogpost .widget {
    padding: 0;
}

.blogpost .widget p {
    padding: 0;
}

.author {
    width: 100%;
    height: auto;
    letter-spacing: 2px;
    margin: 2em 0;
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    display: flex
}

.authorimage {
    width: 90px;
    height: 90px;
    margin: 20px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.authorimage img {
    max-width: 127px;
    margin: -18px 0 0 -18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.authortext {
    width: calc(100% - 170px);
    padding: 0 0 0 30px
}

.name {
    font-size: 14px;
    font-weight: bold;
}

.authortext p {
    font-size: 11px;
}

.author .social {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important
}

.author .social ul {
    margin: 0 !important;
    display: flex !important
}

.author .social li {
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
    display: inline-block !important;
    overflow: hidden
}

.author .social li a:link,
.author .social li a:visited {
    display: block;
    width: 17px;
    height: 25px;
    color: #333
}

.author .social li a:hover {
    width: 120px;
    transition: width .5s linear;
    -webkit-transition: width .5s linear
}

.author .social img {
    width: 17px;
    margin: 0 10px 0 0;
    display: inline
}

/************************************************************************************
comment
*************************************************************************************/
#comments {
    width: 100%;
    padding: 0;
    margin: 40px 0
}

#comments-count {
    font-size: 20px;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    line-height: 1em;
    padding: 20px 0;
    color: #333;
    font-weight: 400
}

#comments-list {
    width: 100%
}

#comments-list li {
    margin: 0 0 20px 0;
    font-size: 13px
}

.comment-body {
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    margin: 0 0 10px 0
}

.comment-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fn {
    font-weight: 400
}

.comment-author img {
    margin-right: 20px
}

.says {
    font-size: 0;
    margin-left: 10px;
    padding: 5px 0 0 0;
    font-family: serif;
    letter-spacing: 2px
}

.says:before {
    font-size: 15px;
    content: ": says"
}

.comment-metadata {
    font-size: 10px
}

.comment-content {
    margin: 20px 0
}

.reply a {
    padding: 1px 5px 1px 5px;
    background-color: #646a3a;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 10px;
    border-radius: 3px
}

#respond {
    padding: 40px 0 0 0;
}

#reply-title {
    font-size: 0 !important;
    font-family: 'IM Fell English', serif
}

#reply-title:before {
    font-size: 20px;
    content: "Leave a reply"
}

#commentform input {
    border: none;
    border-bottom: 1px #333333 solid;
}

.comment-notes {
    font-size: 11px;
    letter-spacing: 2px;
    display: none
}

#commentform label {
    font-size: 0;
    font-family: serif
}

label[for=siteguard_captcha] {
    font-size: 9px !important
}

.comment-form-comment label:before {
    font-size: 9px;
    content: "comment"
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    position: relative;
    margin: 15px 0
}

.comment-form-author input {
    position: absolute;
    left: 60px;
    max-width: calc(100% - 60px) !important;
    border-bottom: 1px #5a575c solid
}

.comment-form-email input {
    position: absolute;
    left: 60px;
    max-width: calc(100% - 60px) !important;
    border-bottom: 1px #5a575c solid
}

.comment-form-url input {
    position: absolute;
    left: 60px;
    max-width: calc(100% - 60px) !important;
    border-bottom: 1px #5a575c solid
}

.comment-form-author label:before {
    font-size: 9px;
    content: "name*"
}

.comment-form-email label:before {
    font-size: 9px;
    content: "email*"
}

.comment-form-url label:before {
    font-size: 9px;
    content: "url"
}

.comment-form-cookies-consent label {
    height: auto;
    font-size: 12px !important
}

.form-submit input {
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 10px 3px 10px;
    background-color: #646a3a;
    border: none;
    border-bottom: none !important;
    color: #ffffff;
    font-family: serif
}

.children {
    margin-left: 20px
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url] {
    background-color: transparent
}

input[type=checkbox] {
    vertical-align: middle
}

textarea {
    width: 99.9%;
    height: 150px;
    overflow: auto;
    outline: 0;
    background-color: rgba(255, 255, 255, .8);
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 10px;

}

.logged-in-as a:link,
.logged-in-as a:visited {
    font-size: 11px !important
}

#comments-pagination {
    font-size: 13px;
    font-family: 'IM Fell English', serif
}

#comments-pagination {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center
}

#next-comments {
    width: 50%;
    height: auto;
    padding: 0 15px 0 0;
    text-align: right;
    order: 1;
    position: relative
}

#prev-comments {
    width: 50%;
    height: auto;
    padding: 0 0 0 15px;
    border-left: 1px #5a575c solid;
    order: 2;
    position: relative
}

/************************************************************************************
search
*************************************************************************************/
.search {
    min-height: 800px
}

.search-result {
    font-size: 20px;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    text-align: center
}

/************************************************************************************
category
*************************************************************************************/
.category-result,
.tag-result {
    text-align: center;
    font-family: 'IM Fell English', serif;
}

/************************************************************************************
page
*************************************************************************************/
#page-maincontents {
    width: 900px;
    padding: 0 9% 50px 7%;
    margin: 0 0 0 -50px;
    position: relative;
    pointer-events: auto;
    order: 2;
}

.page .blogpost {
    padding: 0;
    position: relative;
    border: none
}

.page .blogpost header h1 {
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'IM Fell English', serif;
    font-size: 20px !important;
}

.error {
    text-align: left !important;
    border: none
}


.mw_wp_form .form-row .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    text-align: left;
}

.error h1 {
    font-size: 17px;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    line-height: 1em;
    color: #333;
    font-weight: 400
}

.error h2 {
    font-size: 13px !important;
    margin: 20px 0;
    font-weight: 400
}

/************************************************************************************
sidebar
*************************************************************************************/
#sidebar {
    padding: 0 0 100px 0;
    width: 380px;
    height: auto;
    margin: 370px 0 0 0;
    order: 1;
    overflow: visible;
    position: relative;
    z-index: 996;
    color: #333;
}

.widgetinner {
    padding: 0 5%;
    background: url(../images/siderepeat.png)repeat-y left top/380px auto;
    position: relative;
}

.sidetop {
    width: 380px;
    height: auto;
    position: absolute;
    top: -240px;
    left: 0;
    z-index: 997;
    pointer-events: none;
}

.sidebottom {
    width: 380px;
    height: auto;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 997;
}

.widget {
    font-size: 12px;
    margin: 0px 0 0 0;
    padding: 0 14% 50px 16%;
    position: relative;
    z-index: 999;
}

.widget_title {
    width: 100%;
    height: 80px;
    padding: 20px 0 0 60px;
    font-size: 15px;
    margin: -30px 0 0 -10px;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    font-weight: 400;
    background: url(../images/teacup.png) no-repeat left top/100% auto;
    overflow: visible;
}

.widget:nth-child(3n+1) .widget_title {
    padding: 25px 0 0 60px;
    background: url(../images/watch.png) no-repeat left top/100% auto;
}

.widget:nth-child(3n+2) .widget_title {
    padding: 20px 0 0 60px;
    background: url(../images/card.png) no-repeat left top/100% auto;
}

#sidebar input[type=text] {
    width: 99%;
    background-color: rgba(255, 255, 255, .8);
    border: none;
    color: #333
}

#sidebar input[type=submit] {
    padding: 0 10px !important;
    background-color: #ddd7c9;
    border-radius: 3px;
    font-size: 9px;
    color: #333
}

input.searchfield:-ms-input-placeholder,
input.searchfield::-moz-placeholder,
input.searchfield::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .1) !important
}

.wp-calendar-table {
    width: 100%;
    margin: 0 auto;
}

/************************************************************************************
footer-container
*************************************************************************************/
#footer-container {
    width: 900px;
    padding: 0 7% 0 6%;
    margin: 0 0 0 300px;
    position: relative;
    color: #333;
    background: url(../images/center.png) repeat-y left top/900px auto;
}

.footer-inner {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: left;
    pointer-events: none;
    border-top: 1px #333333 solid;
    font-size: 12px
}

#footer-container .footer-widget {
    overflow: visible;
    text-align: left;
    position: relative;
    margin: 0 auto;
}



#footer-container img {
    margin: 0 auto  !important
}

#footer-container .footer-widget:nth-child(2) {
    padding: 0 10px 30px 10px;
    border-right: 1px #333333 solid;
    pointer-events: auto
}

#footer-container .footer-widget:nth-child(3) {
    padding: 0 0 30px 10px;
    pointer-events: auto
}

#footer-container .widget_title {
    padding: 20px 0;
    height: auto;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    font-weight: 400;
    background-image: none
}

.footer-address {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    font-family: serif;
    line-height: 1.5em;
}


/************************************************************************************
navigation
*************************************************************************************/
#page-top img {
    width: 70px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999999;
    animation: top 2s linear infinite
}

@keyframes top {
    0% {
        margin: 0
    }

    50% {
        margin: -10px 0
    }

    100% {
        margin: 0
    }
}

/* post-nav */
.postnav {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0;
    position: relative;
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 1.2em;
    justify-content: flex-end;
}

.next {
    width: 49%;
    height: auto;
    margin-right: 2%;
    text-align: left;
    order: 1;
    position: relative;
}

.next a {
    background-color: rgba(255, 255, 255, 0.5);
    border-right: none;
    padding: 15px;
    transition: 0.3s;
    color: #333333;
}

.next a:hover,
.prev a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.prev {
    width: 49%;
    height: auto;
    text-align: right;
    order: 2;
    position: relative;
}

.prev a {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    transition: 0.3s;
    color: #333333;
}

.next a,
.prev a {
    display: flex;
    align-items: center;
}

.next-img,
.prev-img {
    width: 30%;
    overflow: hidden;
    position: relative;
}

.prev-img {
    order: 2;
}

.next-img:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.prev-img:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.next-img img,
.prev-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.next-title {
    width: 70%;
    padding: 0 0 0 20px;
}

.prev-title {
    width: 70%;
    padding: 0 20px 0 0;
    order: 1;
}

/* pager */
.pager {
    text-align: center;
    font-size: 17px;
    font-family: 'IM Fell English', serif;
    margin: 20px 0;
    line-height: 2em
}

.pager .current,
.post-page-numbers,
a.page-numbers {
    background-color: #DCD4CC;
    padding: 5px 15px;
    margin: 5px 2px 30px 2px;
    border-radius: 3px
}

.pager .current {
    background-color: #DCD4CC;
}

.pager .prev {
    border: none
}


/************************************************************************************
others
*************************************************************************************/

/* image */
figure {
    margin: 0;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden
}

.circle-image img {
    border-radius: 50%
}

/* table */
table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

table th a {
    color: #333 !important
}

table tr {
    padding: 10px 5px;
    border-bottom: 1px #666 solid
}

table th {
    border-right: 1px solid #666;
    text-align: center;
    padding: 5px 5px;
    color: #333
}

table td {
    padding: 5px 5px
}

.scrollable-table {
    -webkit-overflow-scrolling: touch
}

.scrollable-table table {
    border-collapse: collapse;
    margin: 1em 0;
    max-width: 100%
}

.scrollable-table th {
    color: #333
}

.scrollable-table td,
.scrollable-table th {
    white-space: nowrap
}

.scrollable-table {
    overflow-x: auto;
    margin-bottom: 1em
}

/* blockquote */
blockquote {
    background-color: rgba(255, 255, 255, .8);
    margin: 1em 0;
    padding: 40px 1.2em;
    position: relative;
    color: #333
}

blockquote::after,
blockquote::before {
    color: #333333;
    font-family: serif;
    position: absolute;
    font-size: 100px
}

blockquote::before {
    content: "“";
    line-height: 1.1;
    left: 10px;
    top: 0
}

blockquote::after {
    content: "”";
    line-height: 0;
    right: 10px;
    bottom: 0
}

/* pre */
pre {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    overflow: auto;
    padding: 10px;
    margin: 1em 0;
    color: #333
}

/* wp-embed*/
.wp-block-embed iframe {
    width: 100% !important;
}

.wp-embed {
    padding: 25px;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #333333 !important;
    background: #ffffff !important;
    border: 1px solid #666666 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
    border-radius: 5px;
    overflow: auto;
    zoom: 1;
}

p.wp-embed-heading {
    margin: 0 0 15px;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.3;
    color: #333333 !important;
}

#google_map {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#google_map iframe,
#google_map object,
#google_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


 



   

/************************************************************************************
smaller than 1200px
*************************************************************************************/
@media screen and (max-width:1200px) {



    #container {
        width: 1020px;
        background: url(../images/redroof.png) no-repeat 220px 0/800px auto;
    }

    .site-title {
        width: 330px;
        height: 420px;
        top: 0;
        left: 0;
        padding: 0 50px;
        background: url(../images/titletop.png) no-repeat center top/330px auto;
    }

    .site-title div,
    .site-title h1 {
        padding: 130px 0 0 0 !important;
    }

    .alice-logo img {
        width: 200px;
        height: auto;
        margin: 0 0 0 15px;
    }

    #menu-blog-menu {
        display: flex;
        align-items: center;
        padding: 20px 10% 40px 10%;
        margin: 0 0 0 250px;
    }

    .smenu {
        top: 285px;
        left: 70px;
    }

    .mailme img {
        width: 120px !important;
        height: 105px;
        position: absolute;
        top: 20px;
        right: 80px;
    }

    .leftwood {
        width: 550px;
        height: auto;
        top: 0;
        left: -100px;
    }

    .rightwood {
        width: 200px;
        height: auto;
        top: 0;
        right: -30px;
    }

    #main-container {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        background: url(../images/center.png) repeat-y 220px top/800px auto;
    }

    #maincontents {
        width: 800px;
        padding: 0 6% 50px 6%;
        margin: 0 0 0 -110px;
        position: relative;
    }

    /************************************************************************************
top-widget
*************************************************************************************/
.topwidget {
    padding: 0 0 20px 0;
    background: url(../images/widgetback.png)no-repeat 25% top/95% auto;
}

    .leftwidget {
        width: 45%;
        height: auto !important;
        margin: 0 0 0 30px;
        padding: 0;
        font-size: 13px;
        position: relative;
        pointer-events: auto;
    }

    .rightwidget {
        width: 43%;
        height: auto;
        padding: 35px 0 50px 0;
        margin: 50px 0 0 2%;
    }

    .rightwidget .widget {
        padding: 0 30px;
    }

    .flower {
        width: 15%;
        bottom: 0;
        right: 9%;
    }

    .light {
        top: -23px;
    }

    .text-ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden !important;
    }

    .author .social li {
        padding: 0 !important;
        margin: 0 15px 0 0 !important;
        display: inline-block !important;
        overflow: hidden
    }

    .author .social li a:link,
    .author .social li a:visited {
        display: block;
        width: 17px;
        height: 25px;
        color: #5a575c
    }

    .author .social li a:hover {
        width: 17px
    }

    .author .social img {
        width: 17px;
        margin: 0 10px 0 0
    }

    #page-maincontents {
        width: 800px;
        padding: 0 9% 50px 9%;
        margin: 0 0 0 -110px;
    }

    #sidebar {
        padding: 0 0 140px 0;
        width: 330px;
        height: auto;
        margin:310px 0 0 0;
        order: 1;
        overflow: visible;
        position: relative;
        z-index: 999;
        color: #333;
    }

    .widgetinner {
        padding: 50px 5%;
        background: url(../images/siderepeat.png)repeat-y left top/330px auto;
        position: relative;
    }

    .sidetop {
        width: 310px;
        height: auto;
        position: absolute;
        top: -170px;
        left: 0;
        z-index: 997;
        pointer-events: none;
    }

    .sidebottom {
        width: 330px;
        height: auto;
        position: absolute;
        bottom: -70px;
        left: 0;
        z-index: 997;
    }

    .widget {
        font-size: 12px;
        margin: 0;
        padding: 0 15% 50px 15%;
    }

    .widget_title {
        width: 100%;
        height: 70px;
        padding: 15px 0 0 50px;
        font-size: 13px;
    }

    .widget:nth-child(3n+1) .widget_title {
        padding: 20px 0 0 50px;

    }

    .widget:nth-child(3n+2) .widget_title {
        padding: 15px 0 0 50px;

    }

    #footer-container {
        width: 800px;
        padding: 0 7% 0 6%;
        margin: 0 0 0 220px;
        background: url(../images/center.png) repeat-y left top/800px auto;
    }

    .footer-inner {
        width: 95%;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

    #footer-container .footer-widget {
        width: 100%;
        padding: 30px 5%
    }

    #footer-container .footer-widget:first-child {
        border-right: none;
        border-bottom: 1px #666 solid;
        padding: 0 5% 30px 5%
    }

    #footer-container .footer-widget:nth-child(2) {
        border-right: none;
        padding: 0 5% 30px 5%;
        border-bottom: 1px #666 solid
    }

    #footer-container .footer-widget:nth-child(3) {
        padding: 0 5% 60px 5%
    }


}


/************************************************************************************
smaller than 1024px
*************************************************************************************/
@media screen and (max-width:1024px) {
    html {
        -webkit-text-size-adjust: none
    }


    #container {
        width: 800px;
        background: url(../images/redroof.png) no-repeat center top/800px 150px;
    }

    #header-container {
        height: 130px;
    }

    .site-title {
        width: auto;
        height: auto;
        display: block;
        margin: auto;
        padding: 0;
        color: #f4e8d4;
        text-align: center;
        pointer-events: auto;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        background: none;
    }

    .site-title div,
    .site-title h1 {
        margin: 0;
        padding:0 !important;
    }
    
    .alice-logo img {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }

    .mailme img {
        width: 120px !important;
        height: 105px;
        position: absolute;
        top: 30px;
        right: 70px;
    }

    .leftwood {
        width: 300px;
        height: auto;
        position: absolute;
        top: 0;
        left: -120px;
    }

    .rightwood {
        width: 180px;
        height: auto;
        position: absolute;
        top: 0;
        right: -100px;
    }

    #main-container {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        background: url(../images/center.png) repeat-y center top/800px auto;
    }

    #maincontents {
        width: 800px;
        padding: 0 8% 50px 8%;
        margin: 0;
    }

    .leftwidget {
        width: 45%;
        margin: -20px 0 0 30px;
    }

    .flower {
        width: 15%;
        bottom: 0;
        right: 10%;
    }

    .light {
        top: -39px;
        left: -15px;
    }

    .stlamp {
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        left: -21%;
    }

    .stlampr {
        display: none
    }

    .index .blogpost:nth-child(4n) .stlampr,
    .search .blogpost:nth-child(4n) .stlampr {
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -21% !important;
        display: block;
    }

    .search {
        min-height: auto
    }

    .single #maincontents {
        width: 100%;
        padding: 0 12% 50px 12%;
        margin: 0;
    }

    .page .stlamp,
    .single .stlamp {
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        left: -8%;
        z-index: 6
    }

    .page .stlampr,
    .single .stlampr {
        display: block;
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -8%;
        z-index: 6
    }

    .relatedpost-title {
        width: 80%;
        display: block;
        letter-spacing: 2px;
        font-size: 15px;
        padding: 20px 0 20px 0;
        margin: 0 0 15px 10%;
        text-align: center
    }

    .entry {
        display: block
    }

    .related-entry {
        width: 100%;
        height: 30vh;
        margin: 0 0 30px 0
    }

    .related-title {
        padding: 0;
        font-size: 12px !important
    }

    .author {
        width: 100%;
        height: auto;
        letter-spacing: 2px;
        margin: 2em 0;
        position: relative;
        background-color: rgba(255, 255, 255, .8);
        padding: 20px;
        display: block
    }

    .author-inner {
        padding: 20px;
        display: block
    }

    .authorimage {
        width: 90px;
        height: 90px;
        margin: 20px auto 40px auto;
        overflow: hidden;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .authorimage img {
        max-width: 127px;
        margin: -18px 0 0 -18px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .authortext {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .author .social ul {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: none !important
    }

    .author .social li {
        margin: 0 2% !important;
        list-style-type: none
    }

    #page-maincontents {
        width: 800px;
        padding: 0 12% 50px 12%;
        margin: 0;
    }

    #sidebar {
        padding: 0 0 50px 0;
        width: 800px;
        height: auto;
        margin: 0;
        background-image: none;
    }

    .widgetinner {
        padding: 0;
        background-image: none;
    }

    .widget {
        margin: 0;
        padding: 0 10% 50px 10%;
        background-image: none;
    }

    .sidetop,
    .sidebottom {
        display: none;
    }

    .widget_title {
        width: 40%;
        height: 70px;
        padding: 20px 0 0 70px;
        margin: 0 auto;
    }

    .widget:nth-child(3n+1) .widget_title {
        width: 40%;
        height: 80px;
        padding: 25px 0 0 70px;
    }

    .widget:nth-child(3n+2) .widget_title {
        width: 40%;
        height: 80px;
        padding: 20px 0 0 70px;
    }

    .widget-inner img {
        display: block;
        margin: 0 auto
    }

    #footer-container {
        width: 800px;
        margin: 0 auto;
        padding: 0 10%;
        background: url(../images/center.png) repeat-y center top/100% auto;
    }

    .footer-inner {
        width: 100%;
        padding: 0
    }

    #footer-container .footer-widget {
        padding: 30px 0
    }

    #footer-container .footer-widget:first-child {
        padding: 0 0 30px 0
    }

    #footer-container .footer-widget:nth-child(2) {
        padding: 0 0 30px 0;
    }

    #footer-container .footer-widget:nth-child(3) {
        padding: 0 0 60px 0
    }

    .footer-address {
        width: 100%;
        margin-top: 20px
    }

	.twitter-timeline{
margin: 30px auto 35px auto;/* 位置調整 上 右 下 左 */
width: 93%;/* 全体サイズの調整 */
	}
	
	
	
    /* menu */
    #check {
        width: 25px;
        height: 60px;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 20px;
        z-index: 999999
    }

    .desktop-menu {
        visibility: hidden
    }

    .mobile-menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        background-color: rgba(0, 0, 0, .8);
        top: 0;
        left: 0;
        color: #fff !important;
        padding: 80px 30px;
        z-index: 999998 !important;
        visibility: hidden;
        opacity: 0;
        transition: .3s linear;
        pointer-events: auto
    }

    .desktop-menu {
        width: 100vw;
        height: 100vh;
        padding: 50px 0;
        margin: 0;
        text-transform: uppercase;
        transform: rotate(.001deg);
        color: #fff !important;
        font-size: 13px;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: auto;
        z-index: 999998;
        background-color: rgba(0, 0, 0, .8);
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        transition: .3s linear
    }

    #menu-blog-menu {
        display: block;
        padding: 0 15.5%;
        margin: 0;
    }

    #menu-blog-menu li {
        width: 100%;
        margin: 0;
        padding: 5% 0;
        position: relative;
        text-align: center
    }

    .social-menu {
        margin: 20px auto;
    }

    .smenu {
        display: flex !important;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0 auto !important;
        padding: 0 !important;
        position: relative !important;
        top: auto;
        left: auto;
        pointer-events: auto
    }

    #check:checked ~ .desktop-menu,
    #check:checked ~ .mobile-menu {
        visibility: visible;
        opacity: 1
    }

    #check:not(:checked) ~ .desktop-menu,
    #check:not(:checked) ~ .mobile-menu {
        visibility: hidden;
        opacity: 0
    }

    #check:checked ~ .button span {
        background-color: #fff
    }

    #check:not(:checked) ~ .button span {
        background-color: #fff
    }

    #header-container .button {
        position: fixed;
        top: 0;
        right: 30px;
        width: 25px;
        height: 50px;
        padding: 0;
        z-index: 999999;
        display: block;
        pointer-events: auto
    }

    #header-container .button span {
        width: 25px;
        height: 2px;
        background-color: #333;
        border-radius: 2px;
        z-index: 999999;
        display: block;
        position: absolute;
        box-shadow: 1px 1px 2px #fff
    }

    #header-container .button span:nth-of-type(1) {
        top: 20px
    }

    #header-container .button span:nth-of-type(2) {
        top: 28px;
        width: 22px;
        margin: 0 0 0 3px
    }

    #header-container .button span:nth-of-type(3) {
        top: 36px
    }

    #check:checked ~ .button span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg)
    }

    #check:checked ~ .button span:nth-of-type(2) {
        opacity: 0
    }

    #check:checked ~ .button span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg)
    }

    .block {
        display: block;
        padding: 0 20px;
        height: auto
    }

    #menu-blog-menu li ul {
        position: relative;
        top: auto;
        left: auto;
        list-style: none;
        margin: 0;
        width: auto;
        background: 0 0;
        text-align: center
    }

    #menu-blog-menu li ul li {
        position: relative;
        overflow: visible;
        width: auto;
        height: auto;
        transition: .2s;
        font-size: 10px !important
    }

    #menu-blog-menu li ul li ul {
        position: relative;
        top: 0;
        left: 0;
        list-style: none;
        margin: 0;
        width: auto
    }

    #menu-blog-menu li ul li ul li {
        position: relative;
        overflow: visible;
        width: auto;
        height: auto;
        transition: .2s;
        font-size: 10px !important;
        margin: 0 5px
    }

    #menu-blog-menu li ul li a:hover,
    #menu-blog-menu li ul li a:link,
    #menu-blog-menu li ul li a:visited {
        color: #fff !important;
        text-shadow: 0px 0px 0px #000000;
    }

    #menu-blog-menu li ul li a {
        width: 100%;
        height: 100%;
        padding: 5px 0;
        display: block;
        background: 0 0;
        border-bottom: 1px #666 solid;
        color: #fff
    }

    #menu-blog-menu li ul li ul li a {
        width: 100%;
        height: 100%;
        padding: 5px 0;
        display: block;
        background: 0 0;
        border-bottom: 1px #666 solid;
        border-left: 0 #333 solid
    }

    #menu-blog-menu li:hover > ul > li {
        overflow: visible;
        height: 100%
    }

    #menu-blog-menu li ul li a:hover {
        background: 0 0;
        color: #fff
    }

    .facebook img,
    .instagram img,
    .pinterest img,
    .twitter img {
        width: 20px
    }

    .postnav {
        display: block
    }

    .next {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: left;
        order: 1;
        position: relative
    }

    .prev {
        width: 100%;
        height: auto;
        text-align: right;
        order: 2;
        position: relative;
        margin: 15px auto 0 auto;
    }




}



/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width:800px) {
    body {
        background: none;
    }

    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(../images/forest-mobile.jpg) no-repeat center center/cover;
    }

    #container {
        width: 100%;
        background: url(../images/redroof.png) no-repeat center top/100% 150px;
    }

    #header-container {
        height: 130px;
    }

    .mailme img {
        width: 120px !important;
        height: 105px;
        position: absolute;
        top: 30px;
        right: 70px;
    }

    .leftwood {
        width: 300px;
        height: auto;
        position: absolute;
        top: 0;
        left: -100px;
    }

    .rightwood {
        width: 150px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    #main-container {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        background: url(../images/center.png) repeat-y center top/100% auto;
    }

    #maincontents {
        width: 100%;
        padding: 0 5% 50px 8%;
    }

    .topwidget {
        background: url(../images/widgetback.png)no-repeat 16% top/93% auto;
    }

    .leftwidget {
        width: 45%;
        margin: -20px 0 0 20px;
    }

    .rightwidget {
        width: 43%;
        margin: 50px 0 0 0;
        padding: 30px 0 45px 0;
    }

    .post time {
        font-size: 8px;
    }

    .single #maincontents {
        width: 100%;
        padding: 0 12% 50px 12%;
    }

    .index .blogpost,
    .search .blogpost {
        width: calc((100% - 120px)/ 3);
        margin-bottom: 40px;
        border: none;
        box-shadow: none
    }

    .index .blogpost:nth-child(3n) .stlampr,
    .search .blogpost:nth-child(3n) .stlampr {
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -19% !important;
        display: block;
    }

    .index .blogpost:nth-child(4n) .stlampr,
    .search .blogpost:nth-child(4n) .stlampr {
        display: none;
    }

    .page .stlamp,
    .single .stlamp {
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        left: -8%;
    }

    .page .stlampr,
    .single .stlampr {
        display: block;
        width: 33px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -8%;
    }

    #page-maincontents {
        width: 100%;
        padding: 0 12% 50px 12%;
        margin: 0;
    }

    .blog-img {
        width: 100%;
        margin-bottom: 3rem;
    }
 
    
    #sidebar {
        padding: 0 0 50px 0;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .widgetinner {
        padding: 0;
    }

    .widget {
        margin: 0;
        padding: 0 10% 50px 10%;
    }

    .widget_title {
        width: 50%;
        height: 90px;
        padding: 30px 0 0 70px;
    }

    .widget:nth-child(3n+1) .widget_title {
        width: 50%;
        height: 90px;
        padding: 30px 0 0 70px;
    }

    .widget:nth-child(3n+2) .widget_title {
        width: 50%;
        height: 90px;
        padding: 30px 0 0 70px;
    }

    #footer-container {
        width: 100%;
        padding: 0 10%;
        background: url(../images/center.png) repeat-y center top/100% auto;
    }



    .res-show-fome th,
    .res-show-fome td {
  display: block;
  width: 100%;
  border-bottom: none;
}



}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width:660px) {

    #container {
        width: 100%;
        background: url(../images/redroof.png) no-repeat center top/120% 150px;
    }

    #header-container {
        height: 120px;
    }


    

    .alice {
        position: fixed;
        bottom: -10px;
        left: 0;
        width: 60px;
        height: 160px;
        z-index: 999;
        display: block;
    }

    .alicefront {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
    }

    .aliceback {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .rabbit {
        position: fixed;
        bottom: -10px;
        right: -100px;
        width: 50px;
        height: auto;
        z-index: 999;
    }

    .queen {
        position: fixed;
        bottom: -10px;
        left: -120px;
        width: 80px;
        height: auto;
        z-index: 999;
    }

    .mailme img {
        width: 110px !important;
        height: 95px;
        position: absolute;
        top: 50px;
        right: 20px;
    }

    .leftwood {
        width: 200px;
        height: auto;
        position: absolute;
        top: 0;
        left: -50px;
    }

    .rightwood {
        width: 100px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    #main-container {
        width: 100%;
        padding: 0;
        margin: 0;
        background: url(../images/center.png) repeat-y center top/120% auto;
    }

    #maincontents {
        width: 100%;
        padding: 0 2% 50px 5%;
        margin: 0;
    }

    .topwidget {
        background: none;
        margin-left: -7px;
    }

    .flower {
        width: 20%;
        bottom: 0;
        right: 10%;
    }

    .light {
        width: 100%;
        top: -27px;
        left: -5px;
    }

    .leftwidget {
        width: 100%;
        margin-left: 0px;
    }

    .rightwidget {
        display: none;
    }

    .index .blogpost,
    .search .blogpost {
        width: calc((100% - 80px)/ 2);
        margin-bottom: 40px;
        border: none;
        box-shadow: none
    }

    .stlamp {
        width: 30px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -16%;
        z-index: 6
    }

    .index .blogpost:nth-child(3n) .stlampr,
    .search .blogpost:nth-child(3n) .stlampr {
        display: none !important;
    }

    .index .blogpost:nth-child(4n) .stlampr,
    .search .blogpost:nth-child(4n) .stlampr {
        display: none !important;
    }

    .index .blogpost:nth-child(2n) .stlampr,
    .search .blogpost:nth-child(2n) .stlampr {
        width: 30px;
        height: 50px;
        position: absolute;
        top: 0;
        right: -16% !important;
        display: block !important;
    }

    .page .stlamp,
    .single .stlamp {
        width: 30px;
        height: 50px;
        position: absolute;
        top: -30px;
        left: -5%;
    }

    .page .stlampr,
    .single .stlampr {
        display: block;
        width: 30px;
        height: 50px;
        position: absolute;
        top: -30px;
        right: -5%;
    }

    .single #maincontents {
        width: 100%;
        padding: 0 5% 50px 5%;
    }

    .index .post,
    .search .post {
        width: 100%;
        padding: 0;
        margin-top: 0
    }

    .entry {
        display: block
    }

    .related-entry {
        width: 100%;
        height: 30vh;
        margin: 0 0 30px 0;
        position: relative;
        overflow: hidden
    }

    #page-maincontents {
        width: 100%;
        padding: 0 5% 50px 5%;
    }

    .block {
        display: block;
        padding: 0 20px;
        height: auto
    }

    .search .blogpost {
        overflow: visible;
        display: block
    }

    #sidebar {
        padding: 0 0 50px 0;
        width: 100%;
        height: auto;
    }

    .widget {
        margin: 0;
        padding: 0 5% 50px 5%;
    }

    .widget_title {
        width: 70%;
        height: 100px;
        padding: 25px 0 0 100px;
    }

    .widget:nth-child(3n+1) .widget_title {
        width: 70%;
        height: 100px;
        padding: 30px 0 0 100px;
    }

    .widget:nth-child(3n+2) .widget_title {
        width: 70%;
        height: 100px;
        padding: 25px 0 0 100px;
    }

    #footer-container {
        width: 100%;
        padding: 0px 5% 0px 5%;
        margin: 0;
        position: relative;
        color: #333;
        background: url(../images/center.png) repeat-y center top/120% auto;
    }

    #page-top img {
        width: 50px;
    }

    .minishow-contact  {
        width: 90%;
    }

    .minishow-contact .m-l-20{
        margin-left:initial;
    
    }

/****  タブ切り替え　***/

.tab_in{
    width: 100%;
    margin:0 auto;
}


.contact_btn_in{
    width: 90%;
    margin-bottom: 2rem;
}

}





/**************　プラグインの設定(パンくずリスト・お問い合わせフォーム）***************/

/************************************************************************************
Breadcrumb NavXT
*************************************************************************************/
.breadcrumbs {
    width: 100%;
    height: auto;
    font-size: 11px !important;
    margin: 0 0 15px 0;
    pointer-events: auto
}

.breadcrumbs br {
    display: none
}

.breadcrumbs img {
    margin: 0 5px;
    display: inline
}

.breadcrumbs img:first-child {
    margin: 0
}

/************************************************************************************
contact form 7
*************************************************************************************/

.contact p {
    padding-bottom: 15px;
}

.contact input {
    padding: 3px 0;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px #666666 solid;
    font-size: 13px;
}

.contact textarea,
.minishow-contact textarea {
    width: 90%;
    padding: 3px 0;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px #666666 solid;
    font-size: 13px;
}


.contact label {
    font-size: 11px;
    margin-bottom: 3px;
    display: block;
}

.contact-btn .wpcf7-submit {
    width: auto;
    font-size: 13px;
    margin-top: 0;
    padding: 5px 30px;
    color: #fff;
    background-color: #646a3a !important;
    border: none;
    cursor: pointer;
}

.contact .wpcf7-mail-sent-ok {
    background-color: #646a3a !important;
}

.grecaptcha-badge {
    opacity: 0;
}


.minishow-contact .haveto{
    display: inline-block;
    margin-left: 1em;
    padding: 0.6em;
    font-size: .4em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #e58992;
    }
    

    .minishow-contact .wpcf7-not-valid-tip{
        margin-left: 0.8rem;
    }

     /* ミニショウ送信ボタン — */
.show-btn{
    padding:0.5rem !important;
    margin:0.3rem 0 !important;
    background-color:#9ba795  !important;
    color: #fff !important;   
    border-radius: 2px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    width: 30%;
    transition:0.5s;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);
    }
    
     /* プライバシーポリシーにチェックが入ったとき*/

     .pri-box input[type=checkbox] {
        transform: scale(1.5);
    }
     

    .show-btn-box{
        width: 100%;
        text-align: center;
    }

    .show-btn-box input[type=submit]  {
        background-color: #92a694!important;
        color: #ffffff !important;
            }


    .show-btn-box .show-btn:disabled {
    background-color: #e8e4e2!important;
    color: #ffffff !important;
        }

   .privacy-check{
        text-decoration: underline!important;
        color: #808663!important;
        margin-left:5px;
    } 
    


.col{
    margin-right: 2rem;
}
.m-tb-3{
    margin: 3rem 0;
}
.col-4{
    width: 33%;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: #6f604b solid 1px;
}


