/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');

body {
font-size:14px;
line-height: 1.8;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.site-header {
    height: auto;
}


/*スマホアーカイブたすけ*/
.archive__item .archive__title {    font-size: 1.2em;}
.archive__thumbnail.is-list{display: none !important;}
.archive__item.is-list .archive__text{width:100%;}
.archive__meta,.archive__excerpt {font-size: 1em;}
.archive__read-more {
    margin-top: 1em;
    font-size: .8em;
    display: inline-block;
    line-height: 1.3;
    float: right;
    border: solid 1px #333;
    padding: 5px;
}



a{text-decoration:none;}


h2, .h2 {
    font-size: 23px;
    margin: 40px 0 20px;
    font-family: 'Comfortaa', cursive;
	text-align: center;
}

@media(min-width:768px){
.sp-only{display:none;}
}

.cloud1 {
  width: 200px;
  height: 60px;
  background: #e9e9e9;
  position: absolute;
	top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px; 
}

@media(max-width:767px){.cloud1 {top: 20px;}
}

.cloud1:after {
  content: '';
  position: absolute;
  background: #e9e9e9;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 20px;
  
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

}


.cloud1:before {
  content: '';
  position: absolute;
  background: #f4e269;
  width: 100px;
  height: 100px;
  top: -60px;
  right: 30px;
  
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}

.site-header__content{padding:5px;}

aside#comments {
    display: none;
}
.footer-main{padding-top: 1em;}

@media(max-width:767px){

.site-header__content{padding:10px;　    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
	button#global-nav__toggle{display:none;}

h1.singular-header__title.entry-title {
    margin-top: 20px;
}}

@media(max-width:768px){
.global-nav__toggle{display:none;}
.site-branding .site-title{font-size: 1.3em;}
}


@media(max-width:768px){
	
	#contents{
	padding-top: 70px;	
	}
	header{
    top: 0;
    width: 100%;
	}
.header__col.global-nav-wrapper.clearfix{
	display:none;
	}
	.sp-menu{
		width:60%;
	display:flex;
	justify-content: space-between;
	margin-top:5px;
	}
	  
	.sp-menu-mark{
		  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
	}
	
	.sp-menu a{
		color:#fff;

	}
}
@media(min-width:769px){
	.sp-menu{
		display:none;
	}}

.float-left{
float:left;
}


/*TOP画像*/
.moji{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	text-align: center;
	color:#fff;
  /*文字の装飾は省略*/
  }

.contents {
    background-color: rgba(0,0,0,0.6);
    height: 300px;
	width:300px
		
}
a.button:hover{
background: #ffffff38;
}


span.tagsad,span.taglove,span.tagwarm,span.taggag{display:none;}






.long-flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
margin-bottom:30px;}

.long-flex .prev a,.long-flex .next a{
padding: 5px;
    border-radius: 3px;
    background: #ddd;
text-decoration:none;
}
.long-flex .prev a:hover,.long-flex .next a:hover{
 background: #eee;
}


p, ul, ol, dl, table {
    margin-bottom: 20px;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 23px;
    margin: 40px 0 20px;
	font-family: 'Comfortaa', cursive;
}

h3, h3 {
    font-size: 22px;
}

.margin-bottom-20{
margin-bottom:20px;
}

/*dream*/

legend {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    font-size: 24px;
    line-height: inherit;
    border-bottom: 0px;
font-weight: 700;
}

.changeName li { 
margin-left:0px;
list-style-type: none; 
}

.changeName li label{
display:none;
} 

.process li{
display: inline;
}

fieldset{
text-align: center;
}

fieldset ul{
padding:0;
}




/*コンテナークラス*/

@media(min-width: 768px){
.container {
    width: 750px;
}}

@media(min-width: 992px){
.container {
    width: 970px;
}}

@media(min-width: 1200px){
.container {
    width: 1170px;
}}


.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

/*スライダー説明見やすく*/
.slider-text{
font-size: 1.2em;
}

.slider-text2{
font-size: 1.2em;
color:#999;
}

/*変換ボックスサイズ*/

form {
    margin: 0 auto;
}
#center input[type="text"] {
width:50px;
}

#center input[name="firstname"] {
width:75px;
	display: inline-block;
}

#center input[name="surname"] {
width:75px;
	display: inline-block;
}

/*center指定*/
.center{
text-align:center;
margin: 0 auto;
}

#center{
text-align:center;
margin: 0 auto;
}

/*一応３ツエリアおいとく*/
@media(min-width: 992px){
.area3{
width:33.33%;
padding:1.5%;
float:left;
}}


/*履歴*/


right{
text-align:right;
}


@media(min-width: 992px){
.rireki{
width: 30vw;
text-align: left;
margin: 0px auto;

}

.rireki-right{
width: 300px;
text-align:right;
margin: 0px auto;
}}

.right{
text-align:right;
}


/*小説一覧*/

.bgdream1{
padding: 40px 200%;
margin: 0px -200%;
}

.bgdream2{
padding: 40px 200%;
margin: 0px -200%;
}


.bgdream3{
padding: 40px 200%;
margin: 0px -200%;
}

.bgdream4{
padding: 40px 200%;
margin: 0px -200%;
}



.dream1{
font-weight: 700;
font-size: 28px;
}

@media(min-width: 992px){
.dream1{
margin: 0px auto;
}}

img.icon1{ 
width:40px;
vertical-align:middle;
float:left;
margin:3px 10px 0px 0px;
}



/*フロント、updateの上の余白をいれる*/
.top-front-up
{
padding-top:10px;
}


/*コンタクトフォーム幅調整*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
width:40%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
width:95%;
}

.wpcf7-form-control.wpcf7-text{
width:95%;
}

.wpcf7-form-control.wpcf7-textarea{
width:95%;
}


/*履歴の文字サイズ編集*/
@media(min-width: 1200px){
.update-size{
font-size:1.15em;
}}

/*ページ内リンク編集*/

#dream{
    margin-top:-50px;
    padding-top:50px;
}

@media(min-width: 992px){
#dream{
    margin-top:-80px;
    padding-top:80px;
}}


/*通信ページ*/


.DPC-image {
    width: 100px;
border-radius: 50px;
padding: 5px;
background: #fff;
}

.DPC-Fields{
float:right;
width:50%;
}

.DPC-col-3{
background:#e3e3e3;
margin:40px auto;
}

.DPC-col-5{

margin:0 15px;

}

.relative {
    position: relative;
   height: 100px;
}
.absolute {
    position: absolute;
left: 0;
    right: 0;
    margin: auto;
}

.FRR{
float:right;
}

.DPC-margin-top{
width: 100%;
display: table;
margin-top:10px;}

.DPC-margin-top h1{
font-weight: bold;
text-align: center;
font-size: 1.6em;
margin-top:0px;
}

.DPC-icon{
 padding:0px 10px 0px 0px;
}


.hidden-DPC{
display:none;
}

@media(min-width:768px){

.hidden-DPC{
display:block;
}

.DPC-icon{
width:auto;
padding:0px 20px 0px 10px;
}

.DPC-margin-top h1{
font-size: 1.3em;
}

.pc-margin-top-10{margin-top:10px;}.pc-padding-top-10{padding-top:10px;}
.pc-margin-top-20{margin-top:20px;}.pc-padding-top-20{padding-top:20px;}
.DPC-gray{
background:#e3e3e3;
}

.pc-margin-15{
margin:15px;
}

.pc-margin-10{
margin:10px;
}


.DPC-col-5-first{

}

.DPC-col-5-second{

}

.DPC-col-3{
width:35vw;
margin:40px auto;
}

.DPC-col-3-first{

}

.DPC-col-3-second{
background:#fff;
margin-top:30px;
padding-top:10px;
}

.DPC-col-5{
width:80vw;
margin:0 auto;
}



.tubuyaki-area{
background:#a9c8ff;
display: block;
padding: 10px;
}

.tubuyaki-icon{
margin-right:10px;
width:30px;
border-radius:30px;
}}

.DPC-gray{
	background:#e3e3e3;
}

.DPC-icon-size{
width: 15px;
}

.DPC-area-table{
display:table;
width:100%;
background:#e3e3e3;
	padding-bottom:30px;
}

.DPC-area-table ul{
list-style:none;
padding-left:0px;
float:left;
}

.DPC-area-table ul li{
float:left;
}


.DPC-area-table a{
color: #1e80ff;
}

.DPC-area-table .btn{
padding:2px 8px;
color: #1e80ff;
border-color: #1e80ff;
font-weight: bold;
}

.DPC-area-table .btn :hover{
color:#fff;
}

.bold{
font-weight:bold;
}

.DPC-area-table hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 20px solid #e3e3e3;
    display: table;
    width: 100%;
}



.touken{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2016/08/flop-tourabu.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}.p3{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2016/08/flop-p3.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}.tod{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2016/08/flop-tod.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}


.other{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2017/11/flop-hoka.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}

.kasyu-kiyo{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2017/09/s256_f_object_90_0bg.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}

.namazu_nuru{

background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2017/09/s256_f_object_82_0bg.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}

.saniwadayo{
background: url(https://yumenoumi.stars.ne.jp/wp-content/uploads/2016/10/s256_f_object_174_0bg.png);
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
width: 55px;
height: 55px;
background-size: contain;
border-radius: 30px;
}


.osusume-icon{
width:55px;
height:55px;
border-radius:30px;
}

.osusume-tag{
font-weight:bold;
color:#1e80ff;
}

.twi-sub-title{
font-size:1.3em;
font-weight:bold;
}


.twi-at{
color:#1e80ff;
margin-right:10px;
}


.hide-text {
    display: none;
}

.accordion-content{
padding-top:10px;}

.DPC-area-table .col-xs-10 p{
margin-bottom:10px;
}

.twi-list{
display: flex;
    flex-direction: row;
    height: auto;
    overflow: hidden;
background: #fff;
    padding: 20px 15px 10px 15px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #867b78;
    background:#fff;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.pagination ul{
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#a5a5a5;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}

.pagination ul li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pagination ul li a span{
  display:table-cell;
  vertical-align:middle;
}

.pagination ul li a:hover,
.pagination ul li a.active{
  color: #000;
  background: #ccf;
}

span.page-numbers.current{
    background: #696262;
    display: block;
}



/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #888888;
	text-decoration: none;
}
@media(max-width:768px){
.pagetop {
	width: 5rem;
	height: 5rem;
line-height: 5rem;
	display:none !important;
}