@charset "UTF-8";

/*
Theme mane:slowlifestyle
Theme URI:http://locla/
Author:Yukitoto
Descliption:
version:1.0
*/
body {
  font-family: Noto, Hiragino Sans, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
:root {
  --backcolor: rgba(55, 55, 55, 0.98);
  --backcolor2:#c0c0c0;
}
.body_con {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
a:hover{
  color:black;
  border-bottom:black solid 2px;
  font-weight: 600;
}
.icon_ttl{
text-align: center;
}
.icon_img{
margin-right: 10px;
}
/* 消してもいいか */
main p{
  text-align: left;
  margin: 0 auto;
  width: 90%;
}
.head{
  position:fixed;
  top:0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  z-index: 1000;
}

/* スクロール制御 */
.head-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
/* ------------------------------------ */

.acv_con {
  width: 100%;
  /* display:block; */
  padding-top: 10px;
 
  }
.nextbox{
  margin-top: 30px;
  padding:0 20px 0 20px;
}

.next_btn {
  text-align: right;
  font-size: 30px;
}
.again_btn{
  text-align: left;
}

.acv_box_child{
  width: 60%;
}

.acv_box_img{
  width: 40%;
}
.acv_box {
  border: var(--backcolor2) solid 2px;
  padding-top: 5px;
  border-radius: 3px;
  width: 97%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px auto;
}

.cont_box {
  border: var(--backcolor2) solid 2px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
  width: 98%;
  height: auto;
  margin: 0 auto 10px auto;
}
.cont_box h1{
  font-size: 15px;
  font-weight: 800;
}
.man_con {
  margin: 0 auto;
  background-color: #f8f8ff;
}
main {
  font-size: 12px;
  line-height: 1.8em;
  width: 95%;
  color: #333333;
  text-align: center;
}


.hd_ttl {
  display: inline-block;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.b_ttl_box{
  width: 100%;
  text-align: left;
}
.b_ttl{
  width: auto;
  display:inline-block;
  font-size: 15px;
  font-weight: 600;
}
.acv_box small::before{
  content: "▶ ";
  font-size: 10px;
}
.acv_box small{
  color: #ae9384;
  display: block;
  margin-left: 0;
  text-align:right;
  margin-right: 10px;
}

/* ==== ハンバーガーメニューのスタイル ==== */

.nav-box{
  display: none;
}
#hmbbox{
  height: 28px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  right: 20px;
  top:20px;
  justify-content:space-between;
  align-items: center;}
/* 非アクティブ */
#hmb{
  background-color:rgba(256,256,256,0);
  width: 32px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 300;
}
#hmb span{
  width: 30px;
  height: 4px;
  display: block;
   background-color:rgba(55, 55, 55, 0.7);
  border-radius: 2px;
  position: absolute;
  transition: 0.2s;
}
#hmb span:first-child{top:0px;}
#hmb span:nth-child(2){top:12px;}
#hmb span:nth-child(3){top:24px;}
.hmb_nav{
  z-index: 300;
  position: fixed;
  top:60px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 20px;
  background-color:rgba(55, 55, 55, 0.5);
  visibility: hidden;
  transform: translateX(100%);
  transition-property: all;
  transition-duration: 0.2s;
}
.hmb_nav ul li a{
  font-size: 20px;
  font-weight: 400;
  color:rgba(255,245,215,1);
  display: block;
  margin-bottom: 30px;
  z-index: 300;
}

/* アクティブ */
.active #hmb span:first-child{
  top:12px;
  transform: rotate(45deg);
}
.active #hmb span:nth-child(2){
  opacity: 0;
}
.active #hmb span:nth-child(3){
  top:12px;
  transform: rotate(-45deg);
}
.active nav{
  visibility: visible;
  transform:translateX(20%);
  z-index: 300;
}

.active::before{  
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  opacity: 0.3;
  z-index: 110;
}

/*-----------------------------------------------*/
.hd_con {
  display:flex;
  position: relative;
  flex-flow: wrap;
  height: 60px;
  background-image: linear-gradient(to bottom, #d7e69f, white);
  width: 100%;
}

.log_ttl {
  display: inline-block;
  font-size: 25px;
  color: #9e796c;
  width: 100%;
  line-height: 60px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
}
.prf_img{
display: none;
}
/* front-page */

.blg-read{
  width: 95%;
  margin: 5px ;
  text-align: left;
  line-height: 20px;
}
.blg-read img {
  margin-right: 10px;
  vertical-align: text-top ;
}
.type_ttl{
  width: auto;
  height: 30px;
  text-align: left;
  margin-left: 20px; 
  margin-bottom: 20px;
}
/*archive-*/
.type_ttlcss1 ,.type_ttlcss2 ,.type_ttlcss3{
    display: block;
    border-style: none none solid none;
    width: 200px;
    height: 100%;
    line-height: 30px;
       text-align: center;
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 600;
   color: #755434;
     border-color: #613529;
     border-radius: 5px;
     border-width: 2px;
  }
  .type_ttlcss2 {
 background-color:#9ed6e6;
 background-color:rgba(158,214,230,0.5);
}
  .type_ttlcss1 {
 background-color:#e6a09e;
 background-color:rgba(230,160,158,0.5);
}
  .type_ttlcss3 {
 background-color:#9ee6bc;
 background-color:rgba(158,230,188,0.5);
}
/*-----------header--------------*/
/* Navbar Container */
.nav-txt-con {
  width: 100%;
  height: 40px;
  cursor: pointer;
}

/* Navbar Text */
.nav-txt {
  width: 100%;
  position: relative;
  text-transform: uppercase;
  color:var(--fontcolor);
  letter-spacing: 2px;
  font-size: 10px;
text-align: center;
font-weight: 600;
line-height: 40px;
}


/* ----------------------- */

.wp-block-group{
  margin: 0 auto;
  margin-bottom: 5px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
.wp-block-column{
  display: inline-block;
  margin: 0;
  width: 45%;
}



/* ---------------- */


body .condition_con table td {
  text-align: center;
}


/*footer*/

.fot_con {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, white, #d7e69f);
  margin: 0 auto;
display: block;
}
.fot_box{
  margin-top: 10px;
  padding-top: 10px;
    display: block;
}
.fot_cop{
  width: 100%;
  display:block;
  text-align: center;
  color: #606366;
}
.fot_pri{
font-weight: 600;
  width: 100%;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #606366;
}
/*footer-end*/

/* sidebar表示 */
.said_l_con ,.said_r_con{
  display: none;
}
/*sidebar表示-end*/
/* --------privacy policy-------- */

p.p1{
  font-size: 18px;
  font-weight: 600;
  margin-top: 7px;
} 

/* -----------soredora-------------- */
.soredora_frame  td {
    border:solid;
  border-width: 1px;
  font-size: 12px;
}
.soredora_frame{
  margin: 0 auto;
  width: 300px;
}

.league_name{
  margin-top: 10px;
}
.wp-block-image.size-medium img{
  width: 40%;
  height: auto;
}
.wp-block-image.size-full img{
  width: 80%;
  height: auto;
}

/*------------archiveの抜粋------------*/
.archive-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
    -webkit-line-clamp: 2;
  }
.archive-excerpt::after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.5em;
  background: white; /* 背景色に合わせる */
}

/*------------archiveの抜粋-end------------*/

/* -----------profile------------------ */
td.has-text-align-left {
  font-size: 11px;
}
.prf_list{
  margin-top: 10px;
}
.prf_read{
  margin-top: 10px;
}
.prf_pic{
  padding-top: 10px;
}
.prf_h2{
  font-weight: 600;
}
table{
  margin-bottom: 20px;
}
/* -----------profile-end------------ */
/* -----------pagination---------- */
.page-numbers.current {

  font-weight: 800;
}
.nav-links{
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
/* --------------フォームの設定------------- */

form.wpcf7-form.init {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 30px 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #000000;
  border-radius: 2px;
  /* background-color:#ddd; */
  font-size: 1.0em;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
  /* background-color: white; */
  height: 40px;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
}

/* 各入力欄 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #333;
	width: 100%;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
	background-color: #003399;
	border: none;
	border-radius: 0;
	color: #fff;
  margin-top: 15px;
	width: 100%;
}

.wpcf7 input[type="submit"]:hover {
	opacity: 0.8;
}

/* 必須項目 */
.required-form {
	color: #ce2e2e;
}

/* プレースホルダー */
.wpcf7 input::placeholder {
	color: #888;
}

/* 必須項目未入力 */
.wpcf7 input.wpcf7-not-valid {
	background-color: #ffdfdf;
}

.wpcf7 input.wpcf7-not-valid:focus {
	background: #fff;
}

/* スピナー */
form.submitting .wpcf7-spinner {
	visibility: hidden;
	display: none;
}
/* ----------------------------------- */
/* -----------pad系------------------ */
@media screen and (min-width :768px) {

  .archive-excerpt {
    -webkit-line-clamp: 3;
  }

  .body_con {
    display: flex;
    justify-content: center;
     background-color: #f8f8ff;
    margin-top: 148px;
  }
   
  /* header部 */
    .hd_con {
      height: 100px; /*150px*/
    }
  .prf_img{
    display: block;
  position: absolute;
  right: 5%;
  top: 20px;
  border-radius :30%;
}
 
  .man_con {
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    width: 95%;
  }

  .acv_con {
    font-size: 15px;
    line-height: 1.3em;

  }

.acv_box_img{
  width: 30%;
}
.acv_box_child{
  width: 70%;
}

.b_ttl{
  margin-top: 10px;
  font-size: 20px;
}

  .b_ttl_box{
    margin-top: 5px;
  }

  .acv_box {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .type_ttl {
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
    height: 40px; 
  }
  .type_ttlcss1 ,.type_ttlcss2 ,.type_ttlcss3{
    width: 250px;
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 5px;
     border-radius: 10px;
     border-width: 3px;
  }

.cat_ttl{
  font-size: 20px;
  font-weight: bold;
  color: var(--fontcolor);
}
  .ttl_img {
    width: auto;
    object-fit: cover;
  }
  
  .log_ttl {
    font-size: 50px;
    line-height: 100px;
  }

  .ttl_box {
    position: absolute;
    text-align: center;
    top: 55%;
    left: 50%;
    width: 300px;
    height: 300px;

    letter-spacing: 15px;
    line-height: 150px;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color:#ffff;
    border: #ffff solid 3px;
  }


  .fot_con {
    height: 150px;

  }
  /* -----------profile------------------ */
td.has-text-align-left {
  font-size: 16px;
}

.prf_read{
  margin-top: 15px;
  font-size: 16px;
}
.prf_h2{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* -----------profile-end------------ */
  /* -----------soredora-------------- */
.soredora_frame  td {
  width: auto;
  font-size: 18px;
}
.soredora_frame{
  width: 70%;
}
.game_date{
  margin-top: 10px;
  font-weight: 600;
}
.soredora_dec{
  width: 90%;
  font-size: 32px;
  margin: 20px auto;
}

.league_name{
  font-weight: 600;
}

.again_btn a ,.next_btn a{
  font-size: 20px ;
  text-align: left;
}

.cont_box h1{
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ----------------------------------- */

  /* navはここから */
  
  .nav-box{
  display: flex;
  justify-content:center;
    background-color: #fff4d6;
  }
#hmbbox{
  display: none;
}
.nav-con{
    width: 180px;
    height: 48px;
    display:block;
    text-align: center;
    line-height: 52px;
    color: #755434;
    font-weight: 600;
  }
  
  
  .nav-txt-con {
    width: 100%;
    height: 52px;
    position: absolute;
    display: flex;
    align-items: center;
  }
  
  /* Navbar Text */
  .nav-txt {
    letter-spacing: 6px;
    font-size: 20px;

  }
  
  /* navここまで */

  .fot_cop{
    font-size: 15px; 
}

  .fot_pri{
    display: block;
    font-size: 15px; 
}

}
/* ------------------PC系----------------- */
@media screen and (min-width :1025px) {
  .b_dec_box{
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
    }
  .acv_box_child small{
text-align: right;
 }
/* --------------------------------- */
  .said_l_con {
    width: 20%;
    height: auto;
    order: 1;
  }
  .man_con {
    width: 50%;
    order: 2;
  }
  .said_r_con {
    width: 20%;
    height: auto;
    order: 3;
  }
 
  .acv_con {
    font-size: 14px;
    line-height: 1.3em;
  }
  .blg-read p{
    margin-top: 0px;
  }
  .acv_box {
    width: 95%;
  }

/* -----------pagination---------- */

.nav-links{
  font-size: 20px;
}
/* ----------------------------------- */

}