/*
Theme Name: cocodiary
Author: cocodiary
Author URI: cocodiary.net
*/

body.lang-ja .copyright h4,
.langnv,
.btn_all a span em,
.mfp_buttons button,
#s-btn,
.news-list_date,
.footer-list,
ul.dropotron,
#nav,
.ffss{
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.lang-ja .footer-list{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.lang-ja #main,
body.lang-ja .major .inner p,
body.lang-ja .entrypost,
.ffjs{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.fontjs{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .9em;
}
body.lang-ja .entrypost h5,
body.lang-ja .major h2{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-size: 1.2em;
}



body.lang-en .major h2{
  font-size: 1.2em;
}
body.lang-ja .entrypost h5{
  font-size: 1em;
}
body.lang-en .entrypost h5{
  letter-spacing: 0em;
  font-size: 1em;
  font-weight: 700;
}

body.lang-ja .pagenv a{
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-size: .7em;
padding: 1em;
}
body.lang-en .pagenv a{
font-family: korolev, sans-serif;
font-weight: 400;
font-size: .8em;
padding: .7em 1em;
}

.sinddate{
  font-weight: 700;
  margin-bottom: 2em;
}

#main>header.major p{
  font-size: .8em;
}

.wrapper.style2.bkimg {
  position: relative;
  overflow: hidden;
  z-index: 0; /* ← 子要素より背面に背景を置くため */
}

.wrapper.style2.bkimg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:
    linear-gradient(transparent, #fff 90%),
    url('https://cocodiary.net/wp-content/themes/cocodiary/images/banner-mini.jpg') center top / auto 100% no-repeat;
  background-attachment: fixed;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
  min-width: 100%;
}

.page .entrypost hr,
.wrapper.style2.bkimg hr {
border: 0;
border-bottom: dashed 1px #000000;
margin: 3em 0;
}


.pagenv a{
  background: #000;
  color: #fff;
}
.pagenv{
  clear: both;
  margin-bottom: 2em;
  margin-top: 1em;
}
.pagenvleft{
  width: 50%;
  float: left;
}
.pagenvright{
  width: 50%;
  float: right;
  text-align: right;
}
.entrypost h5{
    color: #000000;
    margin-bottom: 1em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    position: relative;
    display: block;
    font-size: 1em;
    border-bottom: 2px solid #555;
    padding-bottom: .3em; 
}
.entrypost h6{
font-size: .9em;
border: 1px solid #000;
padding: .2em .5em;
display: inline-block;
margin-bottom: .5em;
}

.entrypost ul {
  padding-left: .5em;
}

.entrypost p {
  line-height: 2em;
}
.lang-en .entrypost p {
  line-height: 1.6em;
}
.entrypost ul li {
  list-style-type: none;
  text-indent: -1em;
  line-height: 2em;
}

.entrypost ul li:before {
  display: inline;
  content: "-";
  color: #450c82;
  padding-right: .5em;
}

.entrypost ul.libtm1 li{
  margin-bottom: 1em;
}

.entrypost ul.libtm2 li{
  margin-bottom: 2em;
}

.single .entrypost ul.btm{
  margin-bottom:1em;
}
.entrypost ul.low li{
  margin-bottom: .5em;
}
.entrypost ul.lown li{
  margin-bottom: 0;
}


.entrypost ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0 0 1.5em 0;
}
.entrypost ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  padding: 0.5em 0.5em 0.5em 30px;
  margin-bottom: 0;
}

.entrypost ol li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    border: 1px solid #5700a2;
    color: #5700a2;
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    font-size: .8em;
    left: 0;
    width: 18px;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    top: 10px;
    letter-spacing: 0;

}


ol {
counter-reset: num;
list-style-type: none!important;
padding: 0;
margin: 0 0 1.5em 0;
}

ol.asterisk {
    counter-reset: number;
    list-style: none;
}
ol.asterisk li{
    font-size: .9em;
    line-height: 1.8em;
    letter-spacing: 0;
}
ol.asterisk li:before {
    counter-increment: number;
    content: "※"counter(number)" ";
    border: none;
    padding: 0;
    top: 3px;
}
ol.asterisk.start2 {
  counter-reset: section 2;
}
ol.asterisk.start3 {
  counter-reset: section 3;
}
ol.asterisk.start4 {
  counter-reset: section 4;
}
ul.asterisk {
    padding-left: .2em;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1em;
}
ul.asterisk li:before {
    display: inline;
    content: "※";
    padding: 0 .2em;
}
ol.asterisk li:before{
    padding: 0 .2em;
    width: auto;
}
ol.asterisk li{
    padding: 0 0 0.5em 25px;
}
ul.dot {
    margin: 0 0 2em 0;
    padding: 0 0 0 .3em;
}
ul.dot li {
    list-style-type: none;
    text-indent: -1em;
}
ul.dot li:before {
    display: inline;
    content: "・";
    padding-right: 0;
}
ul.nogood li:before{
    display: inline;
    content: "\f00d";
    font-family: FontAwesome;
    color: #dce;
}
ul.good li:before{
    display: inline;
    content: "\f00c";
    font-family: FontAwesome;
    color: #dce;
}
ul.good li,
ul.nogood li{
    margin-bottom: .3em;
    padding-left: 1em;
    text-indent: -1.5em;
}


ul.star li:before{
  display: inline;
  content: "\f005";
  font-family: FontAwesome;
  color: #444;
}

ul.check li:before{
  display: inline;
  content: "\f02e";
  font-family: FontAwesome;
  color: #444;
}
ul.point li:before{
  display: inline;
  content: "\f071";
  font-family: FontAwesome;
  color: #444;
}
ul.check li,
ul.star li,
ul.point li,
ul.good li,
ul.nogood li{
  margin-bottom: .3em;
  padding-left: 1em;
  text-indent: -1.5em;
}
ul.btm li {
    margin-bottom: .5em;
}
ol ul.btm li,
ul.btm ul li {
margin-bottom: 0;
}
ul.dot ul li:before {
display: inline;
content: " - ";
}
ul.dot ul li {
list-style-type: none;
text-indent: -.7em;
}
ul.mbtm{
    margin-bottom: 1em;
}
ul.mbtm0{
    margin-bottom: 0em;
}

.fsmall{
    font-size: .9em;
    line-height: 1.8em;
}
.ast:before {
    display: inline;
    content: "※";
    padding: 0 .2em 0 0;
}

.ast{

}

.page .hentry img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page .hentry .half{
    text-align: center;
    margin-bottom: 2em;
}
.page .hentry .half img{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.listcont{
}
.listcont p{
    line-height: 1.8em;
}
.listcont p:first-child{
    margin-top: .5em;
}
.listcont p:last-child{
    margin-bottom: .5em;
}
#one p{
    padding-bottom:1em;
}
#five{
    color: #000;
}
#five p{
    line-height: 1.75em;
    margin: 0;
    padding-bottom: 1em;
    text-shadow: 1px 1px 14px rgba(255, 255, 255, 0.8);
}
#five ul.dot{
    margin-bottom: 1em;
}
#five p:last-child,
#one p:last-child{
    padding-bottom: 0;
}
.box.alt:last-child{
    margin-bottom: 0;
}

span.page a{
    color: #000;
}
.listurl{
    background: #39a8da;
    color: #fff;
    padding: .1em .5em;
    font-family: "proxima-soft", sans-serif;
    margin-left: .7em;
    font-size: .7em;
    padding: .2em .5em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 1.6em;
}
.taxadded {
border: 1px solid #000;
padding: .2em .5em;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
line-height: 1.8em;
height: 2.2em;
}
.news-list_text .taxadded {
    font-size: .8em;
    margin-left: .5em;
    border: none;
    background: #fff;
    line-height: 1.6em;
    height: 1.8em;
}
.taxtag a{
    color: #000;
}
.taxtag{
    text-align: center;
    margin-bottom: 2em;
}
.taxtag a:not(:last-child){
    margin-right: .5em;
}
.boxer{
    margin-bottom: 2em;
    /* padding: 1.5em;
    background: #dce; */
}
.boxer .box{
  margin-bottom: 1em;
}
.boxer .box.alt{
  padding: .5em 1em;
}
.page-id-9 .homenon,
.page-id-27 .homenon,
.page-template-front-page .homenon{
    display: none;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
    margin-bottom: 0;
    position: relative;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
    margin-bottom: 0;
}

.gallery-icon img {
    width: 100%;
    height: auto;
}

.gallery-caption {
    color: #000;
    font-size: .8em;
    display: inline-block;
}


.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}

.gallery-columns-2 .gallery-item { /** 2カラム **/
    width: calc(100%/2 - 2%);
    margin: 0 2% 0 0;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: calc(100%/3 - 2%);
    margin: 0 2% 0 0;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: calc(100% / 4 - 2%);
    margin: 0 2% 0 0;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: calc(100% / 5 - 2%);
    margin: 0 2% 0 0;

}
.gallery-columns-18 .gallery-item,
.gallery-columns-12 .gallery-item,
.gallery-columns-6 .gallery-item { /** 5カラム **/
    width: calc(100% / 6 - 2%);
    margin: 0 2% 0 0;
}

.entrypost .gallery.gallery-columns-2 dl.gallery-item:nth-child(2n){
    margin-right: 0;
}
.entrypost .gallery.gallery-columns-3 dl.gallery-item:nth-child(3n){
    margin-right: 0;
}
.entrypost .gallery.gallery-columns-18 dl.gallery-item:nth-child(6n),
.entrypost .gallery.gallery-columns-12 dl.gallery-item:nth-child(6n),
.entrypost .gallery.gallery-columns-6 dl.gallery-item:nth-child(6n){
    margin-right: 0;
}
.entrypost .gallery.gallery-columns-18 dl.gallery-item:nth-child(n + 7),
.entrypost .gallery.gallery-columns-12 dl.gallery-item:nth-child(n + 7){
    margin-top: 1em;
}
.accordion-content input[type="text"]{
    background: #fff;
}
.tax-listtag a.post-edit-link,
.post-type-archive a.post-edit-link{
    background: #fff;
    color: #fff;
}
p.fimg{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
}

p.simg {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
}

p.msimg{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
p.ssimg {
width: 60%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
}
.single-diary .entrypost{
  max-width: 900px;
  margin: 0 auto;
}
.single-diary .entrypost p {
line-height: 2em;
margin-bottom: 2em;
}

.single-diary .entrypost p:last-child {
  margin-bottom: 0em;
}

p img,
p.msimg img,
p.ssimg img,
p.simg img {
border: 1px solid #aaa;
padding: 4px;
background: #fff;
}

p.bnon img,
p.msimg.bnon img,
p.ssimg.bnon img,
p.simg.bnon img {
border: none;
}
p.fimg,
p.ssimg img,
p.msimg img,
p.simg img
{
  width: 100%;
  height: auto;
}
p.fimg span,
p.msimg span,
p.ssimg span,
p.simg span {
width: 100%;
text-align: left;
display: block;
font-size: .8em;
margin-top: .5em;
line-height: 1.8em;
}

p.fimg,
p.msimg,
p.ssimg,
p.simg
{
max-width: 960px;
}


.entrypost blockquote {
  position: relative;
  padding: 15px 15px 8px 15px;
  margin: 3em;
  box-sizing: border-box;
  font-style: normal;
  color: #464646;
  background: #ddeaff;
  font-weight: 400;
  border-left: none;
  margin: 2em 0 2em 0;
}

.entrypost blockquote:before{
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #6588d0;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.entrypost cite{
  font-style: italic;
  font-size: .8em;
}
.entrypost cite::before {
  content: 'ー';
}
.single .entrypost blockquote p:first-child{
  text-shadow:none;
}
.single .entrypost blockquote p{
  margin-bottom: .5em;
  line-height: 1.6em;
}

.page .entrypost a.plink,
.single .entrypost a.plink {
border-bottom: none;
pointer-events: none;
}

.single .entrypost a.plink {
margin-right: 0;
}

.page .entrypost a.plink:after,
.single .entrypost a.plink:after,
.single .entrypost a.noicon:after{
  content: none;
}

.single .entrypost h4 {
color: #000000;
font-weight: 500;
font-size: 1em;
padding-bottom: .5em;
background-image: repeating-linear-gradient(to right, #000, #ddccee, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
background-size: 4px 4px;
background-repeat: repeat-x;
background-position: center bottom;
text-align: left;
margin-bottom: 1em;
}



.eng {
letter-spacing: -.001em;
}

.mb2em{
    margin-bottom: 2em;
}
.subimg{
    width: 100%;
    margin: 0 auto;
}
.subimg img{
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.9;
    margin-bottom: 1em;
}

.subimg ul{
text-align: center;
}
.subimg .button.disabled{
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.346)!important;
}

#banner .inner .subimg .button.alt {
box-shadow: none;
}
.subimg .button.alt {
background-color: rgba(0, 0, 0, 0.6);
}

.searchbx a{
    color: #582f9f;
    border-bottom: 1px dotted #582f9f;
    padding-bottom: .2em;
}
.footer-list{
 font-size: .8em;   
}
.footer-list p{
  padding-left: 0.5em;
}
.footer-menu>dt .u-vertical {
letter-spacing: 0.2em;
font-family: korolev, sans-serif;
font-weight: 700;
font-style: normal;
}
span.newicon {
background: #38a8da;
font-family: "proxima-soft", sans-serif;
color: #fff;
margin-left: .1em;
font-size: .6em;
padding: .2em .5em;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
line-height: 1.7em;
height: 1.8em;
}


.entrypost a:not(.button) {
border-bottom: 1px dotted #582f9f;
padding-bottom: .1em;
margin-right: .3em;
color: #000;
}
.entrypost a:not(.button):after {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
content: "\f0c6";
color: #070707;
margin-left: .2em;
vertical-align: middle;
font-size: 0.8em;

}
.entrypost a.image{
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 0;
}
.entrypost a.image:after{
  content: none;
}
.entrypost .gallery-item a {
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 0;
}
.entrypost .gallery-item a:after{
    content:none;
    margin-left: 0;
}

#swipebox-close {
z-index: 9999!important;
background-color: rgba(135, 63, 184, 1);
}
#zero.wrapper.style3 {
background: #000000;
color: #fff;
}
#zero.wrapper {
padding: 2em 0 2em 0;
}
#zero .image-feature {
margin: 0;
padding-top: 0;
}
#zero .image-feature .image {
height: 60px;
}
.image-feature header.zero {
  background: rgba(55, 137, 209, 0.8);
}
.form-group h6{
  margin-top: 2em;
}
.page-id-218 .entrypost ol li:before,
.page-id-220 .entrypost ol li:before{
position: relative;
display: inline-block;
border: none;
color: #000000;
font-weight:700;
font-size: inherit;
width: auto;
height: inherit;
line-height: inherit;
margin-right: .5em;
top: 0;
}
.page-id-218 .entrypost ol li,
.page-id-220 .entrypost ol li{
  padding: 0.5em 0.5em 0.5em .2em;
}
.copyright h4{
  margin-bottom: .1em;
  display: inline;
}
.copyright a{
  color: #fff;
  font-family: korolev, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.copyright a.btn{
  background: rgba(255, 255, 255, 0.293);
  padding: .3em .5em;
}
.linkft{
  display: inline;
}
.page-template-front-page .news-list_text .taxadded,
.post-type-archive .news-list_text .taxadded{
  background: #dce;
  font-size: .8em;
  margin-left: .3em;
  border: none;
  line-height: 1.6em;
  height: 1.8em;
}

.single .inner h3 .taxadded{
  font-size: .7em;
  background: #dce;
  margin-left: .5em;
  border: none;
  line-height: 1.6em;
  height: 1.8em;
}

.dropotron .taxadded{
  font-size: .7em;
  background: #dce;
  color: #000;
  margin-left: .5em;
  border: none;
  line-height: 1.6em;
  height: 1.8em;
}
.single .inner h3 .taxadded.update,
.page-template-front-page .news-list_text .taxadded.update,
.post-type-archive .news-list_text .taxadded.update{
  background: #d5e3f8;
}
.entrypost ol li ol{
  margin-left: 1em;
  margin-top: .5em;
}
.entrypost ol li ol li:before{
  content: '-';
  padding-right: 0;
}

.notag{
  line-height: 1.6em;
  margin-bottom: 1em;
}
.notag span:not(:last-child):after{
  content: '・';
  padding-right: 0;
}
.listlinkbt{
  text-align: right;
  margin-bottom: .5em;
}
.listlinkbt a{
 color: #000;
 
}
.listlinkbt a:not(:last-child):after{
  content: '|';
  padding-left: .3em;
  padding-right: .3em;
}
.totalnum{
  background: #000;
  color: #fff;
  padding: .2em .5em;
  display: inline-block;
  margin-bottom: 1em;
}

.boxer h3{
  color: #000000;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1em;
}
.listserch button{
  background: #83b;
  color: #fff;
  height: 3.5em;
  font-size: 1em;
  padding: 0;
}
.listsearch form{
  margin-bottom: 1em;
}
 .container .actions .aright .button.icon.fa-angle-left{
   min-width: 150px;
 }
.form-group{
  margin-bottom: .5em;
}
.dateafter {
font-size: .7em;
display: block;
font-weight: 400;
background: #000;
color: #fff;
width: 300px;
margin: 0 auto;
margin-top: 1em;
text-shadow: none;
letter-spacing: .05em;
}
.single-diary h3 {
text-align: center;
margin-bottom: 2em;
letter-spacing: 0em;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}
.single-diary .gallery.gallery-columns-2 {
  width: 60%;
  margin: 0 auto 2em auto;
}
.single-diary .gallery.gallery-columns-2.gallery-size-full {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 2em auto;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0;
  position: relative;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
  margin-bottom: 0;
}

.gallery-icon img {
  width: 100%;
  height: auto;
}

.gallery-caption {
  color: #000;
  font-size: .8em;
  display: inline-block;
}
/** キャプション色変え **/

#gallery-1-16791.gallery-caption,
#gallery-1-4123.gallery-caption { 
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  bottom: 4px;
  left: 5px;
  padding: .5em 1em;
  font-size: .8em;
}

/** キャプション非表示 **/

.subcaseinr dd.galleryid-18930.gallery-caption{
  display: none;
}



.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 49%;
  margin: 0 2% 0 0;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: calc(100%/3 - .7em);
  margin: 0 1em 0 0;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 2% 0 0;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 2% 0 0;

}
.gallery-columns-18 .gallery-item,
.gallery-columns-12 .gallery-item,
.gallery-columns-6 .gallery-item { /** 5カラム **/
  width: 15%;
  margin: 0 2% 0 0;
}

.thecontent .gallery.gallery-columns-2 dl.gallery-item:nth-child(2n){
  margin-right: 0;
}
.thecontent .gallery.gallery-columns-3 dl.gallery-item:nth-child(3n){
  margin-right: 0;
}
.thecontent .gallery.gallery-columns-18 dl.gallery-item:nth-child(6n),
.thecontent .gallery.gallery-columns-12 dl.gallery-item:nth-child(6n),
.thecontent .gallery.gallery-columns-6 dl.gallery-item:nth-child(6n){
  margin-right: 0;
}
.thecontent .gallery.gallery-columns-18 dl.gallery-item:nth-child(n + 7),
.thecontent .gallery.gallery-columns-12 dl.gallery-item:nth-child(n + 7){
  margin-top: 1em;
}
.linkpagein, .plink {
margin-top: -60px;
padding-top: 60px;
height: 1px;
display: block;
}
a.datetexts{
  color: #000;
}
.nlist_datetexts span.nmdate{
  font-weight: 400;
  margin-right: 1em;
  padding: .1em .5em;
  font-size: .8em;
  background: #000;
  color: #fff;
  display: inline-block;
}
.nlistn{
  padding: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(10, 178, 187, 1);
  background-blend-mode: darken;
  position: relative;
  }
.nlistn{
  background: #fff;
  border: 1px solid #000;
}
.nlistn span.newicon{
  position: absolute;
  right: 1em;
  top: -1em;
  background: #dce;
  padding: .1em .5em;
  font-family: "proxima-soft", sans-serif;
  font-size: .6em;
  color: #000;
  width: 40px;
  text-align: center;
  line-height: 3em;
  height: auto;
}
.nlistn .newicon4 {  
  display: inline-block;
  position: absolute;
  margin: 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  background: #dce; 
}
.nlistn .newicon:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #dce;
  border-right: 20px solid #dce;
  border-bottom: 10px solid transparent;
}
.page-id-40 .bdr2,
.page-id-42 .bdr2 {
width: 300px;
margin: 0 auto 2em;
}
.page-id-40 h3,
.page-id-42 h3{
  text-align: center;
}
input[type="password"].passipt{
  background: #fff;
  font-size: 1.2em;
  padding: 0 .5em;
  width: 350px;
  border: 1px solid #aaa;
}
.post_password input[type="submit"]{
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #000;
  color: #fff;
}

body.lang-en .pagelist h4,
body.lang-ja .pagelist h4{
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: .1em;
  border-bottom: 1px solid #666;
}
body.lang-ja .pagelist .news-list_text {
margin-left: 180px;
line-height: 1.8em;
}
.pagelist ul.news-list{
  margin-bottom: 1em;
}
.pagelist .page-list a{
color: #000;  
}
.pagelist ul.page-list {
  margin-top: 1em;
  padding: 0 0 0 .2em;
}
.pagelist ul.page-list li {
  list-style-type: none;
  text-indent: -1em;
  margin-bottom: .5em;
}
.pagelist ul.page-list li:before {
  display: inline;
  content: "・";
  padding-right: 0;
}
div#mfp_phase_confirm{
  margin-top: 2em;
}
#mfp_thanks{
  background: #eee;
  margin-bottom: 1em;
}

@media screen and (max-width: 1280px) {
.dateafter{
width: 200px;
}
.lang-en .dateafter{
width: 250px;
}
}
@media screen and (max-width: 980px) {

.wc-block-components-radio-control .wc-block-components-radio-control__input{
    left: 0!important;
}
#zero.wrapper.style3 p br{
  display: none;
}
#zero .image-feature header {
height: 60px;
}
#swipebox-close {
right: 1em;
top: 5em;
}
.entrypost p br {
display: none;
}

}
@media screen and (max-width: 780px) {
  .wrapper.style2.bkimg::before {
    background-attachment: scroll;
    background-size: cover;
    height: 100%;
  }
}
@media screen and (max-width: 736px) {
    .footer-row{
      margin-bottom: 0;
    }
    #footer .copyright p{
      margin-bottom: 2em;
    }
    .pagelist .row.gtr-50{
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .page-id-40 .bdr2, .page-id-42 .bdr2 {
    width: 150px;
    }
    .lang-en .pagelist .news-list_item .label,
    .page-id-1042 .lang-ja .news-list_item .label{
      width: 100px;
    }
    .pagelist .news-list_text,
    body.lang-ja .pagelist .news-list_text {
    margin-left: 120px;
    }
    input[type="password"].passipt{
      width: 100%
    }
    .single-diary .gallery.gallery-columns-2 {
    width: 100%;
    }
    #content {
    margin-bottom: 1em;
    }
    .subimg ul.actions li {
    padding: 0 0 0 1em;
    }
    .container .actions .aright .button.icon.fa-angle-left{
      padding: .6em 2.2em;
      height: auto;
    }
    .copyright{
      text-align: center;
    }
    .linkft{
      display: block;
    }
    .copyright h4{
      font-size: 1.2em;
      display: block;
    }
    #zero .image-feature {
    margin: 1em 0 0 0;
    }
    .gallery-columns-18 .gallery-item,
    .gallery-columns-12 .gallery-item,
    .gallery-columns-6 .gallery-item { /** 5カラム **/
        width: calc(100% / 3 - 2%);
        margin: 0 2% 1em 0;
    }
    .post-type-archive-list #content .boxer {
    margin-bottom: 0;
    padding: 0;
    background: none;
    }

    p.fimg,
    p.msimg,
    p.ssimg,
    p.simg{
    width: 100%;
    }
    .subimg{
        width: 100%;
        margin: 0 auto;
    }
   
    
}