/*-------------------------------------
　　共通CSS
-------------------------------------*/

.white { color: #fff!important;}
.gray { color: #aaa!important;}

.h2_page {
  font-size: 133%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

.h2_alpha {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 30px auto 50px;
  font-size: 300%;
  font-weight: bold;
  text-align: center;
  color: rgba(51, 102, 153, 0.2);
}

.color_link a {
  width: 90%;
  max-width: 400px;
  /*background: #336699;*/
  background: rgba(51,102,153,0.9);
  border: #fff 2px solid;
  border-radius: 34px;
  color: #fff;
  display: block;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.color_link a:hover {
  background: #336699;
  color: #fff;
}

.color_link i {
  font-size: 150%;
  margin: 0 10px;
}

.ol_list {
  list-style-type: decimal;
  padding-left: 3em;
  margin: 20px 0;
}
@media screen and (max-width:1000px){
.color_link a {
  width: 90%;
  padding: 10px;
}
}
@media screen and (max-width:550px){

  .ol_list {
    padding-left: 1.5em;
  }

}

/*-------------------------------------
　　ウォーター
-------------------------------------*/

.water_txt {
  display: block;
  background-color: #aaa;
  opacity: 0.3;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
  text-align: center;
  color: #fff;
  font-size: 77%;
  line-height: 1.4em;
  pointer-events: none;
  z-index: 1000001;
}

@media screen and (max-width:550px){
  
  .water_txt {
    font-size: 66%;
  }

}

/*-------------------------------------
　　スタート
-------------------------------------*/

.start_message {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
}

.start_message_bk {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background: rgba(91, 183, 190, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.start_message_inner {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.start_message_box {
  width: 90%;
  max-width: 700px;
  border-radius: 20px;
  margin: auto;
  background-color: #fff;
  padding: 60px 40px;
  animation: popup_bounce .3s;
}

@keyframes popup_bounce {
  0% {
    transform:scale3d(.1,.1,1)
  }
  to {
    transform:scaleX(1)
  }
}

.start_message_caution {
  color: #33a0bd;
  font-size: 133%!important;
  font-weight: bold!important;
  text-align: center;
}

.start_message_caution strong {
  font-size: 150%;
  margin-top: 10px;
  display: inline-block;
}

.start_message_bottom {
  position: sticky;
  bottom: 0;
  padding-top: 30px;
}
.half_box {
  width: 90%;
  max-width: 300px;
  margin: auto;
  justify-content: center;
}

.half_box_inner {
  width: 48%;
}

.half_box_inner a {
  background-color: #acd3e6;
  border-radius: 30px;
  padding: 15px 30px;
  cursor: pointer;
}

@media screen and (max-width:550px){
  
/* .start_message_inner {
  vertical-align: top;
} */
  
.start_message_box {
  width: 90%;
  padding: 30px 10px 50px;
  margin: 40px auto;
}

.start_message_caution span {
  font-size: 77%;
}
  
.start_message_caution strong {
  font-size: 133%;
}

.start_message_bottom {
  padding-top: 10px;
}

.half_box_inner:nth-of-type(2) { display: inline-block;}

}

/*-------------------------------------
　　トップページ
-------------------------------------*/

#top_main {
  width: 100%;
}

.top_box {
  width: 100%;
  padding: 50px 0;
}

.top_box:nth-child(even) {
  background: #fff;
}

.bg_white { background: #fff;}

.top_main_txt {
  background: rgba(0,0,0,0.4);
  border-bottom: #fff 1px dashed;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*right: 0;*/
  margin: auto;
  width: 94%;
  max-width: 450px;
  height: 50px;
  color: #fff;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
  padding: 8px 8px 15px;
  display: inline;
  vertical-align: top;
}

.top_main_txt strong {
  font-size: 150%;
  font-weight: bold;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

#top_news {
  height: 90vh;
  /*background: #ecc955 url(../images/top_img.png) no-repeat center 80%;
  background-attachment: fixed;*/
  position: relative;
}

#top_news_box {
  width: 100%;
  height: 44px;
  background: rgba(255,255,255,0.9);
  margin: auto;
  text-align: left;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

#top_news_box ul {
  width: 100%;
  max-width: 1400px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}

#top_news_box li span {  
  background: #666;
  color: #fff;
  margin: 0 20px 0 0;
  padding: 10px 40px;
}

.about_txt {
  margin: 40px auto;
}

.top_profile_tbl {
  width: 100%;
  margin: 0 0 30px;
}

.top_profile_tbl th,
.top_profile_tbl td {
  border-bottom: #ccc 1px dashed;
  padding: 20px 20px;
}

.top_profile_tbl th {
  width: 20%;
  background: #c0a771;
  color: #fff;
  text-align: right;
}

.top_blog_list {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.top_blog_list > li {
  width: 40%;
  /*min-width: 300px;*/
  display: inline-block;
  margin: 0 1% 40px 1%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width:1000px){
  /* .top_box {
    padding: 50px 0;
  } */
  
  .w1000 {
    width: 90%;
    margin: auto;
  }
    
  #top_news {
    height: 70vh;
  }
  
  #top_news_box {
    height: 30px;
    font-size: 88%;
  }
  
  #top_news_box ul {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
   
  .top_blog_list {
    margin: auto;
  }
  
  .top_blog_list > li {
    width: 96%;
    margin: 0 1% 30px 1%;
  }
  
  .sns_box ul {
    margin: 0 10px;
  }
  
  .sns_box ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 750px) {
  .top_profile_tbl th {
    width: 130px;
  }
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;
}

.top_profile_tbl th,
.top_profile_tbl td {
  width: 100%;
  border-bottom: none;
  display: block;
  padding: 10px 20px;
}

.top_profile_tbl th {
  width: 100%;
  text-align: left;
}

}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; }

.circle_title {
  width: 130px;
  height: 130px;
  /*border: #fff 5px solid;
  border-radius: 50%;*/
  line-height: 120px;
  margin: 0 auto 20px;
  text-align: center;
}

.circle_title {
  width: 130px;
  height: 130px;
  /*background: #444;*/
  border: #fff 5px solid;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.circle_title a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: bold;
}

.circle_title:hover {
  -webkit-transform: scale( 1.2 );
  -moz-transform: scale( 1.2 );
}

.clr-pink { background: #ffb0ba!important;}
.clr-water { background: #7FC3FF!important;}
.clr-bluegreen { background: #33a0bd!important;}
.clr-green { background: #00A975!important;}
.clr-purple { background: #BB7FFF!important;}

.sns_box {
  height: 600px;
  background: #fff;
  border-radius: 10px;
}

.sns_box ul {
  height: 580px;
  border-bottom: #ccc 1px solid;
  overflow-y: scroll;
  margin: 0 0 0 20px;
  -webkit-overflow-scrolling: touch;
}

.sns_box ul li {
  border-bottom: #ccc 1px dashed;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
}

.all_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  /* z-index: 2; */
}

.top_blog_img {
  width: 100%;
  height: 180px;
  border: #ccc 1px solid;
  border-radius: 10px;
  margin: 0 auto 10px;
  overflow: hidden;
}

.top_blog_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.sns_box ul li img {
  margin: 0 0 10px;
}

.top_blog_title {
  color: #336699;
  font-size: 113%;
  font-weight: bold;
}

.top_blog_date {
  color: #666;
}

.top_blog_cate {  
  background: #58A7D2;
  color: #fff;
  display: inline-block;
  font-size: 77%;
  margin: 10px 0 10px 10px;
  padding: 2px 5px;
}

.top_blog_txt {
  margin: 2px 0;
}

/*-------------------------------------
　　ギャラリー
-------------------------------------*/

.top_gallery {
  background: rgba(255,255,255,0.9);
}

.gallery_cat {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.gallery_cat li {
  display: inline-block;
  margin: 0 2px 10px 0;
}

.gallery_cat li a{
  display: block;
  padding: 5px 10px;
  border: #223a70 1px solid;
  border-radius: 20px;
  transition: 0.3s;
}

.gallery_cat li a:hover{
  background-color: #223a70;
  color: #fff;
}

.children {
  margin-top: 20px;
}

.children li {
  background: #eee;
  border-radius: 20px;
  text-align: center;
  padding: 5px 15px;
  color: #ddd;
}

.children li a {
  font-size: 100%!important;
}

.children li::after {
  font-size: 77%!important;
}

/* Slider */
.top_gallery_slider {
  margin: 0 0 20px;
}

.top_gallery_slider li {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.inv_box {
  width: 96%;
  margin: auto;
}
.gallery_list {
  width: 100%;
  margin: 20px auto;
  text-align: left;
  letter-spacing: -0.5em;
}

.gallery_list li {
  width: 8%;
  display: inline-block;
  margin: 0 1% 30px;
  letter-spacing: normal;
  vertical-align: top;
}

.gallery_list_box {
  /*width: 150px;
  height: 150px;*/
  width: 100%;
  height: 0;
  padding-top: 100%;
  transition:1s all;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
}

.gallery_list_box img {
  filter: alpha(opacity=100);
  opacity:1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 150%;
  max-width: 150%;
}

.gallery_list li div:hover {
  transform:scale(1.2,1.2);
  transition:1s all;
}

.gallery_list li.notsearch {
  width: 100%!important;
  text-align: center;
}

.toggle_link {  
  width: 90%;
  max-width: 400px;
  /*background: #336699;*/
  background: rgba(51,102,153,0.9);
  border: #fff 2px solid;
  border-radius: 34px;
  cursor: pointer;
  color: #fff;
  display: block;
  margin: auto;
  padding: 20px;
  text-align: center;
}

/**/

.baguetteBox-button {
  background-color: rgba(50,50,50,.2);
}

#baguetteBox-overlay {
  background-color: rgba(0,0,0,0.9)!important;
}

#baguetteBox-overlay .full-image figcaption {
  z-index: 100;
  right: 80px;
  bottom: inherit;
  top: 10px;
  background: rgba(255,255,255,0.8);
  box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  color: #000!important;
  max-height: 80%;
  max-width: 80%;
  border-radius: 20px;
  margin: auto;
  width: auto;
  text-align: left;
  padding: 8px 20px;
  /* animation: fluffy1 3s ease infinite; */
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

#contact {
  height: 80vh;
}

.contact_box {
  text-align: center;
  margin: 50px auto;
}

.color_btn {
  width: 90%;
  max-width: 400px;
  /*background: #336699;*/
  background: rgba(51,102,153,0.9);
  border: #fff 2px solid;
  border-radius: 34px;
  color: #fff;
  display: block;
  margin: 0 auto 50px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}

.share_btn {
  width: 100px;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
  background-color: #444;
  color: #fff!important;
  text-align: center;
  font-size: 77%;
  font-weight: bold;
  margin: 0 20px 20px;
}

.back_btn {
  background: #aaa;
}

.half_list {
  width: 100%;
  margin: auto;
  text-align: center;
}

.half_list li {
  width: 45%;
  display: inline-block;
}

@media screen and (max-width:1000px){
  
.children li {
  padding: 3px 10px;
  font-size: 88%!important;
}
  
.children li a {
  font-size: 88%!important;
}
  
#baguetteBox-overlay .full-image figcaption {
  top: 15px;
  right: 60px;
  padding: 5px 15px;
  font-size: 88%;
}
  
.gallery_list li {
  width: 18%;
  margin: 0 1% 8px;
}

.gallery_list li div {
  overflow: hidden;
}

.gallery_list li div img {
  width: 100%;
  height: auto;
}

}

@media screen and (max-width:550px){
  
.color_btn {
  margin: 0 auto 30px;
  padding: 10px;
}
}

/*-------------------------------------
　　onepic
-------------------------------------*/

.onepic_list {
  /* width: 90%; */
  margin: 60px auto 0;
}

.onepic_list li {
  width: 22.5%;
  text-align: left;
  margin-bottom: 5%;
}

.onepic_list::before {
  content: "";
  width: 22.5%;
  display: block;
  order: 1;
}

.onepic_list::after {
  content: "";
  width: 22.5%;
  display: block;
}

.onepic_tag {
  width: 80px;
  height: 30px;
  font-size: 77%;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  background-color: #336699;
  color: #fff;
  text-align: center;
  line-height: 1em;
  position: absolute;
  top: -2em;
}

.onepic_box {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 0 0 15px;
  position: relative;
}

.onepic_img {
  width: 100%;
  border-radius: 0 10px 0 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.onepic_img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  transition: 0.5s all;
}

.onepic_num {
  background-color: rgba(0,0,0,0.6);
  border-radius: 0 0 0 10px;
  font-size: 77%;
  display: inline-block;
  color: #fff;
  padding: 7px 10px;
  line-height: 1em;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.onepic_num::before {
  font-family: 'Material Icons';
  content: '\e3d3';
  margin-right: 3px;
}

.onepic_pass {
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.onepic_pass::before {
  font-family: 'Material Icons';
  content: '\e897';
  font-size: 400%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #acd3e6;
}

.onepic_pass::after {
  width: 100%;
  content: 'Password';
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
  color: #acd3e6;
  text-align: center;
}


.onepic_cushion {
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.onepic_cushion::before {
  font-family: 'Material Icons';
  content: '\e002';
  font-size: 400%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #acd3e6;
}

.onepic_cushion::after {
  width: 100%;
  content: 'Caution';
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
  color: #acd3e6;
  text-align: center;
}

#onepic_cushion_open{
  display: none;
}
#onepic_cushion_open ~ .onepic_page_list{
  display: none;
}
#onepic_cushion_open:checked ~ .onepic_page_list{
  display: block;
}

#onepic_cushion_open:checked + .oc_open{
  display: none;
}

.oc_open {
  width: 200px;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #336699;
  border: #336699 1px solid;
  border-radius: 25px;
  padding: 10px 20px;
  box-shadow: 0 10px 0 rgba(0,0,0,0.1);
  position: relative;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.onepic_date {
  color: #aaa;
  font-size: 66%;
  font-weight: bold;
  padding: 0 10px;
  line-height: 1.5em;
}

.onepic_txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3em;
  font-size: 88%;
  padding: 0 10px;
}

@media screen and (min-width:769px){
  
  .onepic_box:hover img {
    transform:scale(1.1,1.1);
  }
  
  .onepic_box:hover .onepic_pass,
  .onepic_box:hover .onepic_cushion {
    transform:scale(1.3,1.3);
  }

}

@media screen and (max-width:1000px){
  
.onepic_list li {
  width: 31%;
  text-align: left;
  margin-bottom: 8%;
}

.onepic_list::before {
  content: "";
  width: 32%;
}

.onepic_list::after {
  content: "";
  width: 32%;
}

}

@media screen and (max-width:750px){
  .onepic_list li {
    width: 47.5%;
    margin-bottom: 12%;
  }
  
  .onepic_pass::before,
  .onepic_cushion::before {
    font-size: 300%;

}
}

/*-------------------------------------
　　onepic - page
-------------------------------------*/

.onepic_page {
  width: 90%;
  margin: auto;
  text-align: left;
}

.onepic_page_l {
  flex: 1;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 10px;
  text-align: left;
}

.onepic_page_header {
  padding: 0 20px 0 0;
}

.onepic_page_tag {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 77%;
  font-weight: bold;
  border-radius: 0 15px 15px 0;
  display: inline-block;
  background-color: #336699;
  color: #fff;
  text-align: center;
}

.onepic_page_date {  
  color: #aaa;
  font-size: 88%;
  font-weight: bold;
  padding: 0 10px;
}

.onepic_page_txt {
  padding: 20px;
}

.onepic_page_r {
  width: 300px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  position: sticky;
  top: 50px;
  margin-left: 5%;
  padding-top: 30px;
}

.onepic_page_list {
  margin-bottom: 30px;
}

.onepic_page_list div img {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

@media screen and (min-width:1001px){
.onepic_page_r .onepic_list {
  margin-top: 0;
}
.onepic_page_r .onepic_list li {
  width: 100%;
  margin-bottom: 20%;
}
}

@media screen and (max-width:1000px){
  .onepic_page_l {
    flex: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .onepic_page_r {
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin-left: 0;
  }

}

@media screen and (max-width:550px){
  
  .onepic_page {
    width: 100%;
  }

}

/*-------------------------------------
　　oneblog
-------------------------------------*/

.oneblog_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 35px 20px 20px;
  text-align: left;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* overflow: hidden; */
}

/* .oneblog_box::before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #acd3e6;
  position: absolute;
  top: 0;
  left: 0;
} */

.oneblog_box::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #336699;
  border-right: solid 2px #336699;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
}

.oneblog_no_box::after {
  content: none;
}

.oneblog_box + .oneblog_box {
  margin-top: 20px;
}

.oneblog_box .oneblog_page_date {
  text-align: left;
  padding: 0;
  line-height: 1em;
}

.oneblog_box .oneblog_page_title {
  font-size: 113%;
  padding: 10px 0 0;
}

.oneblog_no_box .oneblog_page_title {
  padding: 0;
}

.oneblog_mds {
  font-size: 88%;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #58A7D2;
  border-radius: 10px 10px 0 0;
  padding: 3px 10px;
  color: #fff;
}

.oneblog_s {
  flex-wrap: nowrap;
}

.oneblog_s input {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
}

.oneblog_s_btn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #336699;
  color: #fff;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.oneblog_s_btn i {
  font-size: 133%;
  font-weight: bold;
}

.oneblog_taglist  {
  justify-content: flex-start;
}

.oneblog_taglist li {
  border: #336699 1px solid;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 77%;
}

.oneblog_taglist li a {
  padding: 5px 10px;
  line-height: 1em;
  font-weight: bold;
}

.oneblog_list li {
  font-size: 88%;
  border-bottom: #ccc 1px dashed;
  padding: 10px 0;
}

.oneblog_list li a {
  /* width: 100%;
  display: block; */
  padding: 10px 0;
}

.oneblog_list li:first-child a {
  padding: 0 0 10px;
}

.oneblog_search .oneblog_mds {
  margin-top: 0;
}

@media screen and (max-width:800px){

  .oneblog_search {
    width: 70%;
    position: fixed;
    top: 35px;
    right: 10px;
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
  }

  .oneblog_tag {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
  }
  
  .oneblog_tag .oneblog_taglist {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
  }

  .oneblog_tag .oneblog_taglist li {
    display: inline-block;
    margin: 0 2px 10px 0;
  }

  .oneblog_tag .oneblog_mds,
  .oneblog_search .oneblog_mds {
    display: none;
  }
  
  .oneblog_page_r .oneblog_mds:nth-of-type(3) {
    margin-top: 0;
  }


}

@media screen and (max-width:550px){
  
  .oneblog_box {
    padding: 15px 30px 15px 15px;
  }
  
  .oneblog_box .oneblog_page_title {
    font-size: 100%;
    padding: 5px 0 0;
  }

}

/*-------------------------------------
　　oneblog single
-------------------------------------*/

.oneblog_page_l {
  flex: 1;
  margin-right: 40px;
}

.oneblog_page_post {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
  text-align: left;
}

/* .oneblog_page_post .oneblog_taglist {
  padding: 20px 0 0;
} */

.oneblog_tagbox {
  justify-content: flex-start;
  margin-top: 10px;
}
.oneblog_tagbox a {
  display: block;
  border: #336699 1px solid;
  border-radius: 15px;
  padding: 3px 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 66%;
  font-weight: bold;
  line-height: 1em;
}

.oneblog_page_header {
  border-radius: 10px 10px 0 0;
  padding: 30px;
  border-bottom: #ccc 1px dashed;
}

.oneblog_page_date {
  color: #aaa;
  font-size: 88%;
  font-weight: bold;
  padding: 0 10px;
  text-align: right;
}

.oneblog_page_title {
  font-size: 133%;
  line-height: 1.8em;
  padding: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

.oneblog_page_txt {
  font-size: 100%;
  line-height: 2em;
  padding: 40px 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.oneblog_page_r {
  width: 280px;
  height: calc(100vh - 100px);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  overflow-y: auto;
  position: sticky;
  top: 50px;
}

@media screen and (max-width:800px){

  .oneblog_page_l {
    flex: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .oneblog_page_r {
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin-left: 0;
  }

}

@media screen and (max-width:550px){
  
  .oneblog_page_header {
    padding: 20px 15px;
  }
  
  .oneblog_page_title {
    width: 100%;
    font-size: 113%;
    padding: 20px 0 0;
  }
    
  .oneblog_page_post .oneblog_taglist {
    padding: 10px 0 0;
  }
  
  .oneblog_page_txt {
    padding: 30px 15px;
  }

}

/*-------------------------------------
　　password
-------------------------------------*/

.password_box {
  width: 90%;
  max-width: 400px;
  margin: -10% auto 60px;
  text-align: center;
  background-color: #fff;
  border: #acd3e6 1px solid;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.password_box p {
  color: #336699;
  font-weight: bold;
  margin-bottom: 10px;
}

.password_box input {
  margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
}

.password_box input[type="password"] {
  border: #336699 1px solid;
  border-radius: 10px 0 0 10px;
}

.password_box input[type="submit"] {
  width: 70px;
  border: #336699 1px solid;
  background-color: #336699;
  color: #fff;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}


/*-------------------------------------
　　page
-------------------------------------*/

.thoughts_box {
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #336699;
  padding: 15px 15px 15px;
  position: relative;
}

.bg_color06 { background: repeating-linear-gradient(-45deg, rgba(204, 233, 252, 1), rgba(204, 233, 252, 1) 20px, rgba(255, 215, 242, 1) 0, rgba(255, 215, 242, 1) 40px);}

.your_thoughts_title {
  position: sticky;
  top: 0;
  right: 15px;
  color: transparent;
  font-size: 200%;
  font-weight: bold;
  line-height: 1em;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  z-index: 0;
  text-align: right;
}

.your_thoughts_box {
  max-width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.your_thoughts_icon {
  background-color: #855896;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  margin-right: 10px;
  border: #fff 2px solid;
}
.your_thoughts_txt {
  max-width: 70%;
  background-color: #fff;
  border-radius: 20px;
  font-size: 113%;
  padding: 20px 25px;
  width: auto;
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.your_thoughts_txt:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  left: -3px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(-30deg);
}
.your_thoughts_date {
  width: 50px;
  color: #fff;
  font-size: 100%;
  text-align: right;
  margin-left: 5px;
}

.close_link {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.2);
  color: #fff!important;
  text-align: center;
}
@media screen and (max-width:1000px){
.thoughts_box {
  max-width: 414px;
}
.your_thoughts_icon {
  width: 40px;
  height: 40px;
  font-size: 77%;
  margin-right: 10px;
}
.your_thoughts_txt {
  font-size: 88%;
  padding: 10px 15px;
}
.your_thoughts_txt:before{
  top: 3px;
  left: -3px;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(-30deg);
}
.your_thoughts_date {
  width: 40px;
  font-size: 77%;
  margin-left: 5px;
}

.close_link {
  max-width: 200px;
}

}
/*-------------------------------------
　　wp-pagenavi
-------------------------------------*/

.wp-pagenavi {
  text-align: center;
  margin: 20px auto;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none!important;
  text-align: center;
  /*margin: 10px!important;*/
  letter-spacing:normal;
  background: #f7f7f7;
  border-radius: 50%;
  margin: 3px!important;
  padding: 10px 18px!important;
  transition: all 0.3s;
}

.wp-pagenavi a:hover {
  text-align: center;
  background: #acd3e6;
  color: #fff;
  border-radius: 50%;
  padding: 10px 18px;
  transition: all 0.3s;
}

.wp-pagenavi .pages {
  width: 30px;
  display: inline-block;
}

.wp-pagenavi .current {
  text-align: center;
  background: #6699cc;
  color: #fff;
  border-radius: 50%;
  padding: 10px 18px;
}

/*-------------------------------------
　　固定ページ
-------------------------------------*/

.contents {
  width: 100%;
  max-width: 1200px;
  background: rgba(255,255,255,0.9);
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 50px;
}

.inner {
  width: 90%;
  margin: auto;
}

@media screen and (max-width:750px){
  
.inner {
  width: 94%;
}

}

/*-------------------------------------
　　search
-------------------------------------*/

.search_cat_list {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  margin: 10px auto 0;
}
.search_cat_list li {
  width: 14.5%;
  text-align: left;
  margin-right: 1%;
  margin-bottom: 10px;
}
.search_cat_list li input {
  display: none;
  margin-right: 7px;
}

.search_cat_list li label {
  font-size: 88%;
  border: #ccc 1px solid;
  border-radius: 20px;
  padding: 5px 10px;
  display: block;
  padding-left: 20px;
  position: relative;
}

.search_cat_list li label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.search_cat_list li label:has(input:checked) {
  background-color: #c0a771;
  border: #c0a771 1px solid;
  color: #fff;
}

.search_cat_list li label:has(input:checked)::before {
  background-color: #fff;
}

@media screen and (max-width:1000px){
  
.search_cat_list li {
  width: 17%;
}
.search_cat_list li label {
  font-size: 77%;
  padding: 3px 10px 3px 20px;
}

}
@media screen and (max-width:750px){
  .search_cat_list li {
    width: 24%;
  }
}
  

/*-------------------------------------
　　history
-------------------------------------*/

.history_tbl {
  width: 100%;
  color: #222;
  table-layout: fixed;
}

.history_tbl tr:nth-child(even) {
  background: rgba(251,251,251,1);
}

.history_tbl tr:nth-child(odd) {
  background: rgba(230,247,241,1);
}

.history_tbl th,
.history_tbl td {
  vertical-align: top;
  font-feature-settings: "palt";
}
.history_tbl th {
  width: 130px;
  color: #aaa;
  font-size: 200%;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.4em;
  text-align: left;
}

.history_tbl td {
  text-align: left;
  padding: 15px 20px;
  font-size: 93%;
  line-height: 2em;
}
.history_tbl td:nth-of-type(2) {
  color: #2d8dac;
}
.history_tbl tr:nth-of-type(odd) td {
  border-left: #fff 2px solid;
}
.history_tbl tr:nth-of-type(even) td {
  border-left: #f7f7f7 2px solid;
}

.history_title {
  width: 60px;
  display: inline-block;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 88%;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
.history_title.radio { background-color: #FF7F90;}
.history_title.game { background-color: #58A7D2;}
.history_title.anime { background-color: #777;}
.history_title.app { background-color: #855896;}

.indent_s {
  padding-left:1em;
	text-indent:-1em;
  padding: 3px 10px 3px 25px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin-top: 10px;
}
.indent_s::before {
  content: "■";
  color: #aaa;
}
.clr01::before { color: #e42932;}
.clr02::before { color: #315ba5;}
.clr03::before { color: #fbc73f;}
.clr04::before { color: #513f89;}
.clr05::before { color: #ec6d1c;}
.clr06::before { color: #e86378;}
.clr07::before { color: #9ec62f;}
.clr08::before { color: #a0522d;}
.clr09::before { color: #b6007a}
.clr10::before { color: #223a70}

/* SP */
@media screen and (max-width:750px){
  

.history_tbl th,
.history_tbl td {
  width: 100%;
  display: block;
}
  
.history_tbl th {
  padding: 20px 20px 0;
}
  
.history_tbl td {
  font-size: 88%;
  padding: 10px 20px 20px;
  border-left: none;
}
.history_tbl td:empty {
  padding: 0;
}
.history_title {
  padding: 3px 5px;
  margin-right: 5px;
}

}

/*-------------------------------------
　　overbox
-------------------------------------*/

.over_open {
  cursor: pointer;
}
.overlay {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: center;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
}
.overlay_scroll {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

.overbox {
  width: 94%;
  max-width: 800px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 40px;
  margin: 2% auto;
  border-radius: 10px;
}

.twitter-tweet {
  margin: auto;
}
.over_close_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 2%;
  right: 2%;
  color: #aaa;
  cursor: pointer;
}
.over_close_btn::before, .over_close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50px;
  background: #777;
}
.over_close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.over_close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
body.fixed {
	position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 15px;
}
@media screen and (max-width:750px){
  
.overbox {
  padding: 15px;
  margin: 5% auto;
}
.over_close_btn {
  width: 30px;
  height: 30px;
}
.over_close_btn::before, .over_close_btn::after {
  height: 30px;
  background: #777;
}

}

/*-------------------------------------
　　print
-------------------------------------*/

@media print {
  body { display: none }
}