@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: ららな
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*フォント設定*/
@import url("https://use.typekit.net/lum6fyp.css");
.body{
font-family: tbudrgothic-std, sans-serif;
font-weight: 100;
font-style: normal;
}


/*PV数（今は非表示）*/
.admin-pv{
	display:none;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://use.typekit.net/xrg5jju.css");
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
/*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;*/


/*アピールエリアの白枠非表示*/
.appeal-content {
	display: none;
}

/*固定ページの日付を非表示にする*/
.entry-date ,.fa-clock-o{
  /*display: none;*/
}


/*ページごとのタイトル非表示*/
/**
.entry-title {
	display: none;
	width: 0;
	height: 0;
}
**/

/*ヘッダーのブログタイトル非表示*/
.logo-header{
	display: none;
}
/*コンテンツの余白を消す*/
.content {
margin: 0px;
padding: 0px;
}

.main {
	margin: 0px auto;
	padding: 0px;
}

body.page-id-6{
background: #fff2f2;
}
.wp-block-image {
    margin: 0 0 0em;
}

.wp-block-image {
    margin-left: -29px;
    margin-right: -29px;
}
@media screen and (max-width: 834px) {
   .wp-block-image {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.footer {
margin: 0px;
}

/***  グローバルメニュー項目間の区切り***/
#navi .navi-in > ul > li{
  border-right: 0px solid #FBF761;
}
#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}
.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
}
/***  グローバルメニュー項目間の区切り（外枠）***/
#navi .navi-in > ul > li{
  border-left: 1px solid #FBF761;
}

#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #FBF761;
}

.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;

}
body {
   background-color: transparent;
}
.wrap {
   width: auto;
}


/* トップアイコン＆タイトル */
.top-logo img{
	position: fixed;
	top: 60px;
	left: 10px;
	width:80px;
	z-index: 200;
}
.site-name-text-link{
	visibility:hidden;
	width: 0;
	height: 0;
}

/* トップ画像 */
.top-logo{
	position: relative;
	top:-12px;
}
.momo_top00{
	display: block;
	order: 0;
}
.momo_top00-m01{
	display: none;
}
.momo_top00-m02{
	display: none;
}
.momo_top00-m03{
	display: none;
}
.momo_top06{
	position: relative;
	top:-12px;
	height:60px;
	background-color:#FBF761;
	margin:0;
	padding:0;
	order: 1;
}
.momo_top01{
	position:  absolute;
	top: 10px;
	left:120px;
	font-size:16px;
	color:#574b40;
	order: 2;
}
.momo_top02{
	position:  absolute;
	top: 20px;
	left:100px;
	width:400px;
	order: 3;
}
.momo_top03{
	position:  absolute;
	top: 110px;
	left:230px;
	width:250px;
	order: 4;
}
.momo_top04{
	position:  absolute;
	top: 5px;
	right:80px;
	width:210px;
	order: 5;
}
.momo_top05{
	color:#ffffff;
	text-align: center;
	position:  absolute;
	top: 40px;
	right:330px;
	max-width:  300px;/* 円のサイズ（高さにもなる） */
  border-radius: 100%;
  padding: 24px;
  background: #bda894;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	order: 6;
	box-shadow: inset 0 10px 25px 0 rgba(0, 0, 0, .4);
	box-shadow:
	0 1.9px 2.5px rgba(0, 0, 0, 0.057),
	0 2.5px 3.0px rgba(0, 0, 0, 0.076),
	0 5.0px 6.0px rgba(0, 0, 0, 0.086),
	0 8.0px 10px rgba(0, 0, 0, 0.092),
	0 16.0px 17.4px rgba(0, 0, 0, 0.1),
	0 50.0px 35px rgba(0, 0, 0, 0.13);
	box-sizing: border-box;
}
.momo_top05::before {/* 擬似要素で正円を作る */
  display: block;
  content: '';
  padding-top: 100%;
}


/* コンセプト */
.top_concept{
	width: 95%;
	margin: 50px auto 0px auto;
	max-width:900px;
	text-align:center;
}
.top_concept h2{
	color:#00ced1;
	font-size:30px;
	text-shadow: 1.3px 1.3px 1.5px #704b1a;
}
.top_concept span,.profile-01 span ,.profile-02 h3 ,.momo_top05 p{
	display: inline-block;
}

/* 内容 */
.tori01{
	width: 95%;
	margin: 20px auto 0px auto;
	max-width:1100px;
}
.tori01 img{
	width:100px;

}

.handcream01{
	width: 95%;
	margin: 80px auto 0px auto;
	max-width:1100px;align-content
}
.handcream01 img{
	transform: rotate( 15deg );
	width:150px;
  display: block;
	margin-left: auto;
}


/* 2カラムサイトにする */
.wrapper1{
	padding-top:0px;
	display: flex;
	width: 95%;
	margin: 0 auto 0px auto;
	max-width:900px;
}

.wrapper1-web{
	margin-top: 120px;
	margin-bottom: 170px;
}

.contents1{
	width: 40%;
}
.contents2{
	width: 60%;
	position: relative;
	top:50px;
	right:20px;
	display:inline-block;
	height:100%;
	border: 0.5px solid;
	border-color: #aaaaaa;
	padding:20px 20px 20px 50px;
	margin-bottom:0px;
	font-size:16px;
	order: 10;
	box-shadow: 20px 20px 0 #fdd3d8;
}
.contents2 h3{

}
.contents2 p{
	padding-bottom:8px;
}


.wrapper2{
	padding-top:0px;
	display: flex;
	width: 95%;
	margin: 0 auto 0px auto;
	max-width:900px;
	flex-direction: row-reverse;
}
.contents3{
	width: 40%;
}
.contents4{
	width: 60%;
	position: relative;
	top:50px;
	left:20px;
	display:inline-block;
	height:100%;
	border: 0.5px solid;
	border-color: #aaaaaa;
	padding:20px 50px 20px 20px;
	margin-bottom:50px;
	font-size:16px;
	order: 10;
	box-shadow: -20px 20px 0 #fdd3d8;
}
.contents4 p{
	padding-bottom:8px;
}


/* トップページ説明タイトル */
.heading_title {
	position: relative;
	padding-top: 0px;
	padding-left: 30px;
	font-size: 35px;
	margin-top:-50px;
	margin-bottom:10px;
	font-weight: 500;
	font-style:italic;
}

.heading_title span {
	position: relative;
	z-index: 2;
}

.heading_title::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-18deg);
	top: -40px;
	left: 0;
	color: rgba(255,159,159,0.6);
	font-size: 50px;
	font-family: luxus-brut, cursive;
	font-weight: 400;
	font-style: italic;
}




/* アニメーション */
.tori_fuu {
animation-name:updown1-1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 5s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite;
}
@keyframes updown1-1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}


/* アニメーション ふわ*/
/* 移動なし */


.fadeIn05 {
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp01 {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp02 {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp03 {
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/************************************
** 固定ページトップ
************************************/
.kotei-top{
	background-color: #fff2f2;
	height: 190px;
	margin:0;
	padding:0;
	padding-top: 10px;
}

.kotei-top-yellow{
height:40px;
background-color:#FBF761;
margin:0;
padding:0;
}

/************************************
** プロフィール
************************************/
.background-pro {
  z-index: 31;
  background-image: url('https://blog.laranapair.com/wp-content/uploads/2022/12/833364.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	margin: 5em 0;
	background-size:cover;
}

.background-sub{
	background-color: rgba(255, 255, 255, 0.3);

}

.top_concept{
  padding: 2em 0;
}

.profile_title_momo > h2{
	font-size:40px;
}

.profile_title_momo > h2{
	font-size:40px;
	/*text-shadow: 2px 2px 0.5px #f9e08a;*/
	text-shadow: 1.3px 1.3px 1.5px #704b1a;
}
.profile-01{
	margin:0.8em 0;
}
.profile-01 p{
	font-size:23px;
	color:#00ced1;
	text-shadow: 1.3px 1.3px 1.5px #704b1a;
}

.profile-02{
	color:#00ced1;
	color:#704b1a;

	margin:3em 0.5em;
	padding:1.5em;
	border:solid 1px;
	text-align:left;
	background:rgba(255,255,255,0.4);
}
.profile-02 > h3{
	margin:0.5em 1em  1em  0em;
	padding:0.5em;
  border-left: 6px solid #fdd3d8;
  border-bottom: 2px solid #fdd3d8;
}
.profile-02 > p{
	font-size:16px;
		margin:1em 0;
}

/*ふみこサイン*/
.fumiko-sign{
	position:relative;
	top:-70px;
	max-width:900px;
	width:95%;
	margin:0 auto 0 auto;
	padding:0;
	text-align:right;
	font-family: luxus-brut, cursive;
	font-size: 100px;
	transform: rotate(-14deg);
	color:#00ced1;
	text-shadow: 1.3px 1.3px 1.5px #704b1a;
	background-color:rgba(0,0,0,0);
}



/************************************
** お問合せページ
************************************/
.contact-form1{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

/*********************
Contact Form7 Customize
**********************/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form {
  padding: 1.5rem;
}

.wpcf7 label, .wpcf7 input, .wpcf7 textarea {
  font-size: 16px;
}

.wpcf7 label {
  font-weight:normal;
  color: #545454;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 2px solid #81ccd4;
  padding: 12px;
  color: #545454;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.wpcf7 input[type="submit"] {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  background: #81ccd4;
  transition-property: all;
  transition: 0.2s ease-in;
}

.wpcf7 input[type="submit"]:hover {
  background: #2a9ba7;
  border-color: #2a9ba7;
  color: #fff;
}


/************************************
** 投稿一覧
************************************/
/**
.archive-title{
	max-width:800px;
	margin:20px auto;
	padding:5px auto;
}
**/

.archive-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.archive-title::before,
.archive-title::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.archive-title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.archive-title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.fa-folder-open{
	display:none;
}

.fa-clock{
	display:none;
}

/**
.ect-entry-card{
	max-width:800px;
	width:95%;
	margin:20px auto;
}
**/

.entry-card-wrap{
	  padding: 0.5em 1.5em 1em 0.5em;
    margin: 2em 0 2em 0;
    color: #474747;
    background: whitesmoke;
    border-left: double 5px #4ec4d3;
    border-right: double 5px #4ec4d3;
}

.entry-card-title{
	padding:5px;
	color: #474747;
	border-bottom: solid 2px #ff9f9f;
}

.entry-card-snippet{
	color: #888888;
	padding:1em 2em 1em 1em;
	max-height:90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /*Safari用*/
  -o-text-overflow: ellipsis; /*Opera用*/

}

.entry-card-thumb-image{
	margin: 0em auto;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ccc;
	overflow:hidden;
}

.entry-card-thumb-image:hover{
	transform:scale(1.05);
	transition:0.8s;
}


/************************************
** 投稿内容
************************************/
/**
.under-entry-content{
	max-width:900px;
	width:95%;
	margin: 2em auto;
}
**/

.main > .format-standard{
	/**
	max-width:800px;
	width:95%;
	**/
	margin: 2em auto 5em auto;
	padding:2em;
	border-radius:30px;
	background-color:#f7e9e8;

}

.wp-post-image{
	max-height:200px;
	width:auto;
	display:block;
	margin:0 auto;
}

.eye-catch-wrap{
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.entry-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.entry-title::before,
.entry-title::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.entry-title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.entry-title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.rect-entry-card{
	margin: 3em auto;
	 padding: 1em;
	 border: 1px solid #ccc;
	 background-color: #fff;
	 box-shadow: 1px 1px 2px #ccc;
}

.prev-post {
	background-color:#f7e9e8;
}
.next-post {
	background-color:#f7e9e8;
}

/************************************
** 投稿ページサイドバー
************************************/
.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffc679; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #ffc679; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}
.widget_categories ul li a::before {
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #ffc679;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}

/************************************
** トップページ投稿部分
************************************/
.profile_title_blog{
	position:relative;
	top:-130px;
	margin-bottom:-150px;
}

.toukou-top{
	max-width:800px;
	margin:0 auto 80px auto;
	padding:0;
}

.toukou-top > .item{
	color:#666;
	border: 1px solid #ccc;
	background-color: #efefef;
	box-shadow: 1px 1px 2px #ccc;
	overflow:hidden;
	margin:6px 0;
	padding:3px;
	max-height:150px;
}
.toukou-wrap1 > .category{
	font-size:15px;
	border: 1px solid #ccc;
	margin:2px;
	padding:1px 5px;
	display:inline-block;
	background:#ff9f9f;
	position:absolute;
	z-index: 1
}

.toukou-wrap1 > .category a {
	color:#fff;
}

.toukou-wrap1 img{
	max-height:91px;
}

.toukou-wrap1{
	width:35%;
	height:96px;
	float:left;
	display:block;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing:border-box;
}

.toukou-wrap2{
	float:right;
	width:65%;
	height:96px;
	padding:1px 4px 1px 10px;
	font-size:15px;
	display:block;
	box-sizing:border-box;
}

.toukou-wrap2 > .title a {
	color:#777;
}
.toukou-wrap2 > .time{

}

.toukou-wrap2 > .content{
	line-height:18px;
	padding-top:7px;

}

/************************************
** お申込みボタン
************************************/
.simple_square_btn {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff9f9f;
	border:1px solid #aaa;
	margin:3em auto 5em auto;
}

.simple_square_btn:hover {
	background: #fbf9c1;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


/************************************
** レスポンシブデザイン用（追加）
************************************/
/*1130px以下*/
@media screen and (max-width: 1130px){
  /*必要ならばここにコードを書く*/
	.top-logo{
		top:-12px;
	}
	.momo_top00{
		order: 0;
	}
	.momo_top06{
		top:-12px;
		height:60px;
	}
	.momo_top01{
		position:  absolute;
		top: 10px;
		left:100px;
	}
	.momo_top02{
		position:  absolute;
		top: 23px;
		left:80px;
		width:360px;
	}
	.momo_top03{
		position:  absolute;
		top: 110px;
		left:200px;
		width:250px;
	}
	.momo_top04{
		position:  absolute;
		top: 70px;
		right:10px;
		width:190px;
	}
	.momo_top05{
		position:  absolute;
		top: 40px;
		right:150px;
		max-width: 300px;/* 円のサイズ（高さにもなる） */
		padding: 24px;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.top-logo{
			top:-12px;
		}
	.momo_top00{
		display: none;
	}
	.momo_top00-m01{
		display: block;
		order: 0;
	}
	.momo_top00-m02{
		display: none;
	}
	.momo_top06{
		top:-12px;
		height:60px;
		}
	.momo_top01{
			position:  absolute;
			top: 20px;
			left:100px;
		}
		.momo_top02{
			position:  absolute;
			top: 30px;
			left:80px;
			width:260px;
		}
		.momo_top03{
			position:  absolute;
			top: 90px;
			left:130px;
			width:150px;
		}
		.momo_top04{
			position:  absolute;
			top: 30px;
			right:5px;
			width:120px;
		}
		.momo_top05{
			position:  absolute;
			top: 100px;
			right:150px;
			max-width:  300px;/* 円のサイズ（高さにもなる） */
			padding: 24px;
		}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.top-logo img{
		top:45px;
		left:5px;
		width:70px;
		margin-left:0px;
	}

	.momo_top00-m01{
		display: block;
		order: 0;
		margin-top: -24px;
		margin-left: -24px;
		margin-right: -24px;
	}
		.momo_top06{

		margin-left: -24px;
		margin-right: -24px;
	}
	.momo_top01{

	}
	.momo_top02{

	}
	.momo_top03{

	}
	.momo_top04{

	}
	.momo_top05{

	}
	.background-pro{
		margin-left: -24px;
		margin-right: -24px;
	}
	.fumiko-sign{
		margin-left: -24px;
		margin-right: -24px;
	}
}



/*700px以下(追加)*/
@media screen and (max-width: 700px){
  /*必要ならばここにコードを書く*/

	/************************************
	** プロフィール
	************************************/
	.background-pro {
	  z-index: 31;
	  background-image: url('https://blog.laranapair.com/wp-content/uploads/2022/12/BK01m03.png');
		background-color:rgba(255,255,255,0.4);
		background-blend-mode:lighten;
	  background-attachment: fixed;
	  /*background-size: cover;
	  background-position: center;*/
		margin: 5em -1em;
		padding: 0em 0em;
		background-position: top;
		background-size: 100% auto;

	}

	.main{
		overflow:hidden;
	}

	.top-logo img{

	}
	.momo_top00-m01 {
		display:none;
	}
	.momo_top00-m02 {
		display: block;
		order: 0;
		margin-top: -24px;
		margin-left: -24px;
		margin-right: -24px;
	}
	.momo_top06{
		top:-12px;
		height:50px;
		}
	.momo_top01{

	}
	.momo_top02{

	}
	.momo_top03{

	}
	.momo_top04{

	}
	.momo_top05{
		position:  absolute;
		top:160px;
		right:100px;
	}

	.top_concept{
		margin: 20px auto 0px auto;
	}
	.top_concept h2{
		font-size:25px;
		line-height:33px;
		padding-top:18px;
	}

	/* 2カラムサイトにする */
	.heading_title {
		font-size: 30px;
		margin-top:-40px;
		margin-bottom:0px;
		font-weight: 400;
	}

	.contents4 > .heading_title {
		position: relative;
		right:0px;
		text-align:right;

	}

	.contents4 > .heading_title::before {
		position: absolute;
		top: -10px;
		right: 0px;
	}

	.handcream01{
		width: 100%;
		margin: 90px auto 0px auto;
	}
	.handcream01 img{
		width:100px;
	}

	.wrapper1{
		display: block;
		margin-bottom:50px;
	}

	.wrapper1-web{
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.contents1{
		position: relative;
		top:-80px;
		width: 70%;
		max-width:300px;
		margin:0 0 0 auto;
	}
	.contents2{
		position: relative;
		top:-60px;
		left:0px;
		width: 100%;
		padding:5px 5px 5px 15px;
		font-size:15px;
		box-shadow: 10px 10px 0 #fdd3d8;
		margin-right:0px;
	}


	.wrapper2{
		display: block;
		margin-bottom:50px;
	}
	.contents3{
		position: relative;
		top:-80px;
		width: 70%;
		max-width:300px;
		margin:0 auto 0 0;
	}
	.contents4{
		position: relative;
		top:-60px;
		left:0px;
		width: 100%;
		padding:5px 5px 5px 15px;
		font-size:15px;
		box-shadow: 10px 10px 0 #fdd3d8;
		margin-right:0px;
	}


	.profile_title_momo > .profile-01 p{
		font-size:18px;
		line-height:23px;
		padding-top:10px;
	}


	.profile-02{
		margin:1.5em 0.3em;
		padding:0.5em;
	}
	.profile-02 > h3{
		font-size:18px;
		margin:0.2em 0.2em 0.2em  0em;
		padding:0.3em;
	}
	.profile-02 > p{
		font-size:15px;
	}

		/*ふみこサイン*/
	.fumiko-sign{
		position:relative;
		top:-90px;
		max-width:500px;
		width:100%;
		margin:0 auto 0 auto;
		text-align:right;
		font-size: 70px;
	}

	.profile_title_blog{
		position:relative;
		top:-130px;
		margin-bottom:-150px;
	}

	.toukou-top{
		max-width:800px;
		margin:0 auto 80px auto;
		padding:0;
	}


}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

	.momo_top00-m02 {
		display:none;
	}
	.momo_top00-m03 {
		display: block;
		order: 0;
		margin-top: -24px;
		margin-left: -24px;
		margin-right: -24px;
	}
}






/************************************
** モバイル版グローバルメニュー
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

.fa-star{
	display:none;
}

.navi-menu-button{
	border-right: 1px solid #FBF761;
}

.mobile-menu-buttons .menu-caption{
	font-size:15px;
	margin:auto;
	padding-top:10px;
	color:#ffffff;
}

.mobile-menu-buttons {
	background-color:#ff9f9f;
}

}
