@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Mukta:700");

/*
Theme Name: ukiukinote2021
Theme URI: https://ukiukinote.net/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: ukishima's web site
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/

/* CSS Document */

html {
  scroll-behavior: smooth;
  max-width: 1680px;
  margin: auto;
  font-size: 62.5%;
  padding-top:0;
}

@media only screen and (max-width: 768px) {  
  html{
    overflow-x: hidden;
  }
}

/* 表示制御　PCのみ表示*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.se {
  display: none !important;
}

/* 表示制御　SPのみ表示*/

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .se {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}

/* スマートフォンのSE以下の横幅で見たときは"se"のclassがついた画像が表示される */

@media only screen and (max-width: 320px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .se {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
}

/* ======================================================================================== */
/* common*/
/* ======================================================================================== */

body {
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
  font-size: 1.6rem;
  color: #404040;
  min-width: 1024px;
  position: relative;
  background: #dbabaf;
  margin-top:-2rem;
}

@media only screen and (max-width: 768px) {
  body {
    color: #404040;
    width: 100%;
    min-width: 375px;
    position: relative;
    background: #fff;
  }
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
    font-size: 1.6rem;
    color: #404040;
  }
}

body, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/*--リンク関係--*/
a {
  /*transition: 1.0s ;*/
}
a:link, a:visited {
  color: inherit;
}
a:hover img {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}
a:hover{
  transition-duration: 0.3s;
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

/*---------ふわっと表示---------*/
/*------------------------------------*/

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

div.contents img.is-show {
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
}


/* ======================================================================================== */
/*調整*/
/* ======================================================================================== */

/*////////////////////////////////////////////////*/

.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb55 {
  margin-bottom: 55px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.f_r {
  float: right;
}
.f_l {
  float: left;
}

/*------区切り線------*/
.line {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 20px auto;
}

/*------text周り------*/
/*配置*/
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
/*カラー*/
.t_white {
  color: #fff;
}
.t_br {
  color: #5c3723;
}
.t_orange {
  color: #ec9510;
}
.t_gray {
  color: #666;
}
.t_red {
  color: #f10000;
}
.t_pink {
  color: #F2907A;
}
.t_green {
  color: #7CDBC8;
}

/*太さ*/
.t_bold {
  font-weight: bold;
}

/*---マーカー---*/
.marker-pink {
  background: linear-gradient(transparent 60%, #ffcccc 0%);
}
.marker-purple {
  background: linear-gradient(transparent 60%, #cc99ff 0%);
}
.marker-orange {
  background: linear-gradient(transparent 60%, #ffa500 0%);
}
.marker-blue {
  background: linear-gradient(transparent 60%, #ccffff 0%);
}
.marker-green {
  background: linear-gradient(transparent 60%, #ccffcc 0%);
}
.marker-yellow {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
}

/*---マーカー不透過---*/
.marker2-pink {
  background: #ff659f;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}
.marker2-purple {
  background: #cc99ff;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}
.marker2-orange {
  background: #ffa500;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}
.marker2-blue {
  background: #ccffff;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}
.marker2-green {
  background: #ccffcc;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}
.marker2-yellow {
  background: #ffffa8;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px;
}

/*インデント*/
.t-indent{ 
  padding-left:-1em;
  text-indent:1em;
}

/* ======================================================================================== */
/* index.html*/
/* ======================================================================================== */

header {
  display: block;
}

/*---------TOP---------*/
/*------------------------------------*/

section#mainmenuPC {
  position: relative;
  margin: auto;
  width: 1024px;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  section#mainmenuSP {
    position: relative;
    margin: auto;
    width: 100%;
  }
}

/* --- 背景アニメーション設定 ---- */

section#mainmenuPC::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(./img/bg_ukiukisuisai01.jpg);
  animation: bgAnime 120s infinite linear;
}

@keyframes bgAnime {
  0% {
    background-position: 0 0
  }
  25% {
    background-position: -200px -330px
  }
  50% {
    background-position: -100px -530px
  }
  75% {
    background-position: -10px -130px
  }
  100% {
    background-position: 0 0
  }
}

@media only screen and (max-width: 768px) {
  section#mainmenuSP::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./img/bg_ukiukisuisai01.jpg);
    animation: bgAnime 120s infinite linear;
  }
  @keyframes bgAnime {
    0% {
      background-position: 0 0
    }
    25% {
      background-position: -200px -330px
    }
    50% {
      background-position: -100px -530px
    }
    75% {
      background-position: -10px -130px
    }
    100% {
      background-position: 0 0
    }
  }
}

/* --- ナビゲーションエリア ----- */
/*------------------------------------*/
section#mainmenuPC div.infoArea {
  position: absolute;
  display: block;
  width: 1024px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*中央*/
  text-align: center;
}

/* --- サイトタイトル ----- */
.sitetitle img {
  cursor: pointer;
  width:100%;
  max-width:400px;
  padding-bottom:4rem;
  margin-left:-6rem;
}
.sitetitle:hover img {
  opacity: 0.5;
  transition-duration: 0.3s;
}

/*---イラストカット---*/
section#mainmenuPC .sitetitle_cut{
  position: absolute;
  left:-0.1rem;
  bottom:-13rem;
  width:100%;
}

section#mainmenuPC .sitetitle_cut img{
  width:100%;
  max-width:1024px;
}

/* --- navmenu ----- */
section#mainmenuPC ul#gnav_pc {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 1024px;
  height: 40px;
  top: 180%;
  left: 50%;
  transform: translate(-50%, -50%);/*中央*/
  background: #2f4c60;
}

/*- menuボタン -*/
section#mainmenuPC ul#gnav_pc li {
  position: relative;
  width: 100%;
  max-width:140px;
  height: 40px;
  border-right: 2px dotted #ffffff;
  font-size: 1.3rem;
}
section#mainmenuPC ul#gnav_pc li a {
  display: block;
  height: 40px;
  color:#fff;
  line-height: 4rem;
}

/*-リンク色-*/
section#mainmenuPC ul#gnav_pc li:nth-child(odd) a:hover {
  background: #FFA3AC;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}
section#mainmenuPC ul#gnav_pc li:nth-child(even) a:hover {
  background: #dba1e7;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}

/*- menuボタン -*/
section#mainmenuPC ul#gnav_pc li:first-child {
  border-left: 2px dotted #ffffff;
}
section#mainmenuPC div.infoArea:after {
  content: "";
  display: block;
  position: absolute;
  width: 1024px;
  height: 5px;
  top: 193%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2f4c60;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

/*追従メニュー_ヘッダー固定*/
/*------------------------------------*/

#Stky {
  position: fixed;
  top: -270px;
  width: 100vw;
  z-index: 30;
  transition: top 0.5s;
  text-align: center;
}
#Stky.visible {
  top: 0;
}
#Stky.hide{
  transition:.5s;
  transform: translateY(-100%);
}
#Stky .infoArea {
  position: relative;
  background: #ffffff;
  margin: auto;
}

#Stky .infoArea .sitetitle{
  height:130px;
  padding-top:1rem;
}

#Stky .infoArea .sitetitle img{
  width:100%;
  max-width:250px;
}

#Stky ul#gnav_pc_flw {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  height: 50px;
  background: #2f4c60;
  margin: auto;
}

/*- menuボタン -*/
#Stky ul#gnav_pc_flw ul{
  text-align:center;
}
#Stky ul#gnav_pc_flw li {
  position: relative;
  width:100%;
  max-width: 140px;
  height: 50px;
  border-right: 2px dotted #ffffff;
  font-size: 1.3rem;
}
#Stky ul#gnav_pc_flw li a {
  display: block;
  width: 140px;
  height: 50px;
  margin:auto;
  color:#ffffff;
  line-height:4rem;
}
/*#Stky ul#gnav_pc_flw li a:hover::before {
  position: absolute;
  content: 'favorite';
  font-family: "Material Icons";
  color: #fff;
  top: -10px;
  left: 1rem;
  font-size: 1.55rem;
}*/

/*-リンク色-*/
#Stky ul#gnav_pc_flw li:nth-child(odd) a:hover {
  background: #FFA3AC;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}
#Stky ul#gnav_pc_flw li:nth-child(even) a:hover {
  background: #dba1e7;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}
#Stky ul#gnav_pc_flw li:first-child {
  border-left: 2px dotted #ffffff;
}

/*SP版のTOP　ここから*/
/*-----------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  section#mainmenuSP {
    position: relative;
    margin: auto;
    width: 100%;
    height: 400px;
  }
  section#mainmenuSP::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./img/bg_ukiukisuisai01.jpg);
    animation: bgAnime 120s infinite linear;
  }
  @keyframes bgAnime {
    0% {
      background-position: 0 0
    }
    25% {
      background-position: -200px -330px
    }
    50% {
      background-position: -100px -530px
    }
    75% {
      background-position: -10px -130px
    }
    100% {
      background-position: 0 0
    }
  }

  /* --- ナビゲーションエリア ----- */
  section#mainmenuSP div.infoArea {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);/*中央*/
    text-align: center;
  }

   .sitetitle img{
     margin:auto;
   }

  /* --- menu ----- */
  section#mainmenuSP ul#gnav_sp {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%); /*中央*/
    background: #2f4c60;
  }

  /*- menuボタン -*/
  section#mainmenuSP ul#gnav_sp li {
    position: relative;
    width: 100%;
    height:40px;
    border-right: 2px dotted #ffffff;
    font-size: 1.3rem;
  }
  section#mainmenuSP ul#gnav_sp li a {
    display: block;
    color:#fff;
    height: 40px;
    padding-top:1rem;
  }
  /*section#mainmenuSP ul#gnav_sp li a:hover::before {
    position: absolute;
    content: 'favorite';
    font-family: "Material Icons";
    color: #fff;
    top: -10px;
    left: 1rem;
    font-size: 1.55rem;
  }*/

  /*-リンク色-*/
  section#mainmenuSP ul#gnav_sp li:nth-child(odd) a:hover {
    background: #FFA3AC;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  section#mainmenuSP ul#gnav_sp li:nth-child(even) a:hover {
    background: #dba1e7;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.3s;
  }

  /*- menuボタン -*/
  section#mainmenuSP ul#gnav_sp li:last-child {
    border-right: 0px dotted #404040;
  }
  section#mainmenuSP div.infoArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2f4c60;
  }

  /*追従メニュー_ヘッダー固定*/
  /*------------------------------------*/
  #StkySP {
    background: #ffffff;
    position: fixed;
    top: -210px;
    width: 100vw;
    z-index: 30;
    transition: top 0.5s;
    text-align: center;
  }
  #StkySP.visible {
    top: 0;
  }
  #StkySP.hide{
    transition:.5s;
    transform: translateY(-100%);
  }
  #StkySP .infoArea {
    position: relative;
    background: #ffffff;
    margin: auto;
  }
  #StkySP ul#gnav_sp_flw {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    height: 40px;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }

  /*- menuボタン -*/
  #StkySP ul#gnav_sp_flw li {
    position: relative;
    width: 100%;
    height: 40px; 
    border-right: 2px dotted #ffffff;
    font-size: 1.3rem;
    background: #2f4c60;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }

    #StkySP ul#gnav_sp_flw li:last-child{
      border-right: 0 dotted #ffffff;
    }
  #StkySP ul#gnav_sp_flw li a {
   display: block;
   color:#fff;
   height: 40px;
   padding-top:1rem;
  }
  #StkySP ul#gnav_pc_flw li a:hover::before {
    position: absolute;
    content: 'favorite';
    font-family: "Material Icons";
    color: #fff;
    top: -10px;
    left: 1rem;
    font-size: 1.55rem;
  }

  /*-リンク色-*/
  #StkySP ul#gnav_sp_flw li:nth-child(odd) a:hover {
    background: #FFA3AC;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  #StkySP ul#gnav_sp_flw li:nth-child(even) a:hover {
    background: #dba1e7;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  #StkySP ul#gnav_sp_flw li:first-child {
    border-left: 0 dotted #ffffff;
  }
}

/*SP版のTOP　ここまで*/
/*-----------------------------------------------------------------------*/

/*---------index contents area---------*/
/*------------------------------------*/

/*---アンカーリンク対策---*/
section#index_galleryArea:before, 
section#index_mailfomArea:before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}

/*---コンテンツブロックメインエリア---*/
section#wrapper div.contents {
  width: 1024px;
  margin: auto;
  background: #fff;
  padding: 100px 0 150px;
  height: auto;
  min-height: 800px;
}

section#wrapper div.contents h2{
  display: block;
  width: 600px;
  height: 120px;
  font-family: 'Bodoni Moda', serif;
  margin: auto;
  background: no-repeat url(./img/icon/icon_daen_suisai02.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 12rem;
}
section#wrapper div.contents h2.title{
  font-size:4rem;
  margin-bottom:5rem;
}

@media only screen and (max-width: 768px) {
  section#wrapper div.contents {
    width: 100%;
    /*max-width: 375px;*/
    margin: auto;
    background: #fff;
    padding: 7rem 1.2rem 15rem;
    height: auto;
  }
  section#wrapper div.contents h2 {
    display: block;
    width: 100%;
    height: 80px;
    font-family: 'Bodoni Moda', serif;
    margin: auto;
    background: no-repeat url(./img/icon/icon_daen_suisai02.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 8rem;
  }
  section#wrapper div.contents h2.title {
    font-size:3rem;
    margin-bottom:5rem;
  }
}

/*---------blog area---------*/
/*------------------------------------*/

/*日付*/
.entry-list .entry-header {
  position: absolute;
  display:flex;
  display:block;
  width: 300px;
  height: 30px;
  background-color:#000;
  font-family: 'Bodoni Moda', serif;
  color:#fff;
  text-align: center;
  z-index: 10;
  margin-top:-1px;
  margin-left:-2px;
}
.entry-list p.entry-date {
  margin:0.5rem 1rem 0;
}

.entry-list p.entry-date .year::after{
  content: "/";
}

.entry-list p.entry-date span.month_day {
  font-size: 2rem
}

/*記事ブロック_サムネイル画像以外*/
.entry-list .clm_right{
  padding:1rem;
}

/*カテゴリーアイコン*/
.entry-inner p.entry-category {
  display: block;
  background-color: #dbabaf;
  max-width: 145px;
  width: 100%;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

/*記事タイトル*/
.entry-inner h3.entry-title {
  font-size: 2rem;
  color: #6593b3;
  font-family: "M PLUS 1p";
  font-weight: bold;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*記事本文*/
.entry-inner .entry-intro {
  line-height: 2.5rem;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  margin-bottom:2rem;
}

/*記事へのリンク*/
.entry-inner .entry-more {
  display:block;
  width:100%;
  font-size: 1.8rem;
  color: #999;
  text-align: right;
  margin-bottom:2rem;
}

.entry-inner .entry-more::before {
  position: absolute;
  display: inline-block;
  font-family: "Material Icons";
  content: 'keyboard_arrow_right';
  font-size: 2.5rem;
  right:35%;
}

/*記事タグ*/
.tagcloud a,
.entry-tag a{
   color: #ffffff;
	line-height: 22px;
	position: relative;
	display: inline-block;
	height: 22px;
	margin: 0 0px 10px 10px;
	padding: 0 5px 0 15px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	border-radius: 0 3px 3px 0;
	background: #FFA3AC;
	font-size:1.2rem !important;
}
.entry-tag a:first-child{
  display:none; /*自動で入るaタグ削除*/
}

.tagcloud a::before, .tagcloud a ::after,
.entry-tag a::before,.entry-tag a ::after {
	background: #fafcfc;}
	
.tagcloud a::before,
.entry-tag a::before {
	position: absolute;
	top: 8px;
	left: 3px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
}
.tagcloud a::after,
.entry-tag a::after {
	position: absolute;
	top: -1px;
	left: -7px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 12px 8px 12px 0;
	border-color: transparent #FFA3AC transparent transparent;
	border-radius: 4px;
}
.tagcloud a:hover,
.entry-tag a:hover {
	background: #dba1e7;
	transition-duration: 0.3s;
}
.tagcloud a:hover:after,
.entry-tag a:hover:after {
	border-color: transparent #dba1e7 transparent transparent;
}

@media only screen and (max-width: 768px) {  
  .entry-inner .entry-more {
    display:block;
    position:absolute;
    width:100%;
    font-size: 1.8rem;
    text-align: right;
    margin-top: 20px;
    bottom:5%;
    right:0;
  }
  .entry-inner .entry-more::before {
    position: absolute;
    display: inline-block;
    font-family: "Material Icons";
    content: 'keyboard_arrow_right';
    font-size: 2.5rem;
    left:65% !important;
    top: -10%;
  }
}
/*---------もっと見る---------*/

.btn_register .btn_kadomaru {
  color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
}
.btn_register .btn_kadomaru a {
  display: block;
  line-height: 3.5rem;
}
.btn_register .btn_kadomaru:hover {
  color: #fff;
  background-color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px #FFA3AC;
  border-radius: 50px;
  transition-duration: 0.5s;
}

/*---------blog area SP版設定---------*/
@media only screen and (max-width: 768px) {

  /*日付*/
  .entry-list .entry-header {
    position: absolute;
    width: 90px;
    height: 90px;
    font-family: 'Bodoni Moda', serif;
    text-align: center;
    z-index: 10;
  }
  .entry-list p.entry-date {
    margin-top: 1.5rem;
  }
  .entry-list p.entry-date span.year {
    display: block;
  }
  .entry-list p.entry-date span.month_day {
    font-size: 3rem
  }

  /*カテゴリーアイコン*/
  .entry-inner p.entry-category {
    display: block;
    width: 100%;
    max-width:145px;
    height: 22px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1.2rem;
  }

  /*記事タイトル*/
  .entry-inner h3.entry-title {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-family: "M PLUS 1p";
    font-weight: bold;
    margin: 10px 0;
  }

  /*記事本文*/
  .entry-inner .entry-intro {
    display: block;
    width: 100%;
    line-height: 2.5rem;
  }

  /*記事へのリンク*/
  .entry-inner .entry-more {
    position: relative;
    font-size: 1.8rem;
    text-align: right;
    margin-top: 20px;
  }
  .entry-inner .entry-more::before {
    position: absolute;
    display: inline-block;
    font-family: "Material Icons";
    content: 'keyboard_arrow_right';
    font-size: 2.5rem;
    left: 75%;
    top: -10%;
  }
}

/*---------blog area SP版設定 ここまで---------*/

/*---------gallery area---------*/
/*------------------------------------*/

#index_galleryArea {
  text-align: center;
  width: 740px;
  margin: 100px auto 100px;
}
div.contents #index_galleryArea div.info {
  margin: 25px auto 0;
}
div.contents #index_galleryArea div.info p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
div.contents ul.gallery-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
div.contents ul.gallery-link li {
  width: 200px;
  height: 200px;
  margin: 0 15px;
  font-size: 1.4rem;
}
div.contents ul.gallery-link li p.linktitle {
  display: block;
  width: 150px;
  margin: 0.5rem auto;
  padding: 0.5rem 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
div.contents ul.gallery-link li span {
  display: block;
  font-size: 3rem;
  padding-top: 2rem;
  color: #fff;
}
div.contents ul.gallery-link li a {
  display: block;
  width: 200px;
  height: 200px;
  background: no-repeat url(./img/icon/icon_maru_purple.png);
  background-size: 100% 100%;
  background-position: top;
}
div.contents ul.gallery-link li:nth-child(2) a {
  display: block;
  width: 200px;
  height: 200px;
  background: no-repeat url(./img/icon/icon_maru_mint.png);
  background-size: 100% 100%;
  background-position: top;
}
div.contents ul.gallery-link li:nth-child(3) a {
  display: block;
  width: 200px;
  height: 200px;
  background: no-repeat url(./img/icon/icon_maru_yellow.png);
  background-size: 100% 100%;
  background-position: top;
}
div.contents ul.gallery-link li a:hover {
  transition-duration: 0.5s;
  background: no-repeat url(./img/icon/icon_maru_pink.png);
  background-size: 100% 100%;
  background-position: top;
}

/*---------gallery area SP版設定---------*/
@media only screen and (max-width: 768px) {

  #index_galleryArea {
    text-align: center;
    width: 100%;
    margin: 5rem auto;
  }
  div.contents #index_galleryArea div.info {
    margin: 2.5rem auto 0;
  }
  div.contents #index_galleryArea div.info p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  div.contents ul.gallery-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
  }
  div.contents ul.gallery-link li {
    width: 300px;
    height: 300px;
    margin: 1.5rem 0;
    font-size: 1.8rem;
    line-height: 3rem
  }
  div.contents ul.gallery-link li p.linktitle {
    display: block;
    width: 150px;
    margin: 3rem auto;
    padding: 0.5rem 0;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  div.contents ul.gallery-link li span {
    display: block;
    font-size: 5rem;
    padding-top: 3rem;
    color: #fff;
  }
  div.contents ul.gallery-link li a {
    display: block;
    width: 300px;
    height: 300px;
    background: no-repeat url(./img/icon/icon_maru_purple.png);
    background-size: 100% 100%;
    background-position: top;
  }
  div.contents ul.gallery-link li:nth-child(2) a {
    display: block;
    width: 300px;
    height: 300px;
    background: no-repeat url(./img/icon/icon_maru_mint.png);
    background-size: 100% 100%;
    background-position: top;
  }
  div.contents ul.gallery-link li:nth-child(3) a {
    display: block;
    width: 300px;
    height: 300px;
    background: no-repeat url(./img/icon/icon_maru_yellow.png);
    background-size: 100% 100%;
    background-position: top;
  }
  div.contents ul.gallery-link li a:hover {
    transition-duration: 0.5s;
    background: no-repeat url(./img/icon/icon_maru_pink.png);
    background-size: 100% 100%;
    background-position: top;
  }
}

/*---------gallery area SP版設定 ここまで---------*/

/*---------mailform area---------*/
/*------------------------------------*/

#index_mailfomArea {
  text-align: center;
  width: 740px;
  margin: 100px auto 100px;
}
#index_mailfomArea h3.fukidasi_blue {
  position: relative;
  color: #2986c7;
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.3rem;
}
#index_mailfomArea h3.fukidasi_blue::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #2986c7;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#index_mailfomArea h3.fukidasi_blue::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #2986c7;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#index_mailfomArea img.mailformicon {
  width: 100%;
  max-width: 150px;
  margin-top: 30px;
  animation: korokoro 2.5s linear 0s infinite;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

#index_mailfomArea img.mailformicon:hover {
  opacity: 0.5;
}
div.contents #index_mailfomArea div.info {
  margin: 25px auto 0;
}
div.contents #index_mailfomArea div.info p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

/*---------mailform area SP版設定---------*/

@media only screen and (max-width: 768px) {
  #index_mailfomArea {
    text-align: center;
    width: 100%;
    margin: 5rem auto;
  }
  #index_mailfomArea h3.fukidasi_blue {
    position: relative;
    color: #2986c7;
    font-family: "Noto Sans JP";
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2.3rem;
  }
  #index_mailfomArea h3.fukidasi_blue::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #2986c7;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  #index_mailfomArea h3.fukidasi_blue::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #2986c7;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  div.contents #index_mailfomArea div.info {
    margin: 2rem auto 0;
  }
  div.contents #index_mailfomArea div.info p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

/*---------mailform area SP版設定 ここまで---------*/
/*---------mailformプロ---------*/

/*送信完了画面*/

div.mfp_thanks {
  padding: 30px;
}
div.mfp_thanks p {
  line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}
div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}
div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

/*フォーム部分*/
form#mailformpro {
  margin: 50px 0;
  padding: 10px 0px;
}
form#mailformpro dl dt {
  background: #fff;
  float: left;
  width: 220px;
  clear: both;
  font-size: 1.4rem;
  padding: 10px 0px;
  text-align: right;
  margin: 0px;
}
form#mailformpro dl dd {
  margin: 0px;
  padding: 10px 5px 20px 170px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
form#mailformpro .must {
  display: block;
  background-color: #6FE0D4;
  border: solid 2px #6FE0D4;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  background-size: 100% 100%;
}
form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
}
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}
table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
form#mailformpro input {
  width: 450px;
  background: #fff;
  border: solid 3px #FFA9B1;
  border-radius: 10px;
  margin-left: 10px;
}
form#mailformpro textarea {
  width: 450px;
  height: 100px;
  background: #fff;
  border: solid 3px #FFA9B1;
  border-radius: 10px;
  margin-left: 10px;
}
form#mailformpro button.formbtn {
  color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
}
form#mailformpro button.formbtn:hover {
  color: #fff;
  background-color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px #FFA3AC;
  border-radius: 50px;
  transition-duration: 0.5s;
}

/* ======================================================================================== */
/* 下層ページ*/
/* ======================================================================================== */

/*---------コンテンツブロックエリア---------*/
/*------------------------------------*/
.contents .contentsBox {
  width: 740px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .contents .contentsBox {
    width: 100%;
    margin: auto;
  }
}

/*---------TOP---------*/
/*------------------------------------*/

section#mainmenuPC_under {
  position: relative;
  margin: auto;
  width: 1024px;
  height: 100px;
}

@media only screen and (max-width: 768px) {
  section#mainmenuSP_under {
    position: relative;
    margin: auto;
    width: 100%;
    height: 440px;
  }
}

/* --- 背景アニメーション ---- */
section#mainmenuPC_under::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(./img/bg_ukiukisuisai01.jpg);
  animation: bgAnime 120s infinite linear;
}

@keyframes bgAnime {
  0% {
    background-position: 0 0
  }
  25% {
    background-position: -200px -330px
  }
  50% {
    background-position: -100px -530px
  }
  75% {
    background-position: -10px -130px
  }
  100% {
    background-position: 0 0
  }
}

@media only screen and (max-width: 768px) {
  section#mainmenuSP_under::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./img/bg_ukiukisuisai01.jpg);
    animation: bgAnime 120s infinite linear;
  }
  @keyframes bgAnime {
    0% {
      background-position: 0 0
    }
    25% {
      background-position: -200px -330px
    }
    50% {
      background-position: -100px -530px
    }
    75% {
      background-position: -10px -130px
    }
    100% {
      background-position: 0 0
    }
  }
}

/* --- 下層ページナビゲーションエリア ----- */
section#mainmenuPC_under div.infoArea {
  position: absolute;
  display: block;
  width: 740px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*中央*/
  text-align: center;
}

/* --- menu ----- */
section#mainmenuPC_under ul#gnav_pc {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 1024px;
  height: 40px;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);/*中央*/
  background: #6FE0D4;
}

/*- menuボタン -*/
section#mainmenuPC_under ul#gnav_pc li {
  position: relative;
  width: 100%;
  max-width:140px;
  height: 40px;
  border-right: 2px dotted #404040;
  font-size: 1.3rem;
}
section#mainmenuPC_under ul#gnav_pc li a {
  display: block;
  /*width: 100px;*/
  height: 40px;
  line-height: 3rem;
}
/*section#mainmenuPC_under ul#gnav_pc li a:hover::before {
  position: absolute;
  content: 'favorite';
  font-family: "Material Icons";
  color: #fff;
  top: -10px;
  left: 1rem;
  font-size: 1.55rem;
}*/

/*-リンク色-*/
section#mainmenuPC_under ul#gnav_pc li:nth-child(odd) a:hover {
  background: #FFA3AC;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}
section#mainmenuPC_under ul#gnav_pc li:nth-child(even) a:hover {
  background: #dba1e7;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}

/*- menuボタン -*/
section#mainmenuPC_under ul#gnav_pc li:first-child {
  border-left: 2px dotted #404040;
}
section#mainmenuPC_under div.infoArea:after {
  content: "";
  display: block;
  position: absolute;
  width: 1024px;
  height: 20px;
  top: 125%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  background-image: radial-gradient(#6fe0d4 20%, transparent 20%), radial-gradient(#6fe0d4 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

/*SP版下層ページTOP　ここから*/
/*-----------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  section#mainmenuSP_under {
    position: relative;
    margin: auto;
    width: 100%;
    height: 140px;
    margin-bottom: 5rem;
  }
  section#mainmenuSP_under::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./img/bg_ukiukisuisai01.jpg);
    animation: bgAnime 120s infinite linear;
  }
  @keyframes bgAnime {
    0% {
      background-position: 0 0
    }
    25% {
      background-position: -200px -330px
    }
    50% {
      background-position: -100px -530px
    }
    75% {
      background-position: -10px -130px
    }
    100% {
      background-position: 0 0
    }
  }

  /* --- ナビゲーションエリア ----- */
  #mainmenuSP_under div.infoArea {
    position: absolute;
    display: block;
    width: 100%;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*中央*/
    text-align: center;
  }

  /* --- menu ----- */
  section#mainmenuSP_under ul#gnav_sp {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);/*中央*/
    background: #6FE0D4;
  }

  /*- menuボタン -*/
  section#mainmenuSP_under ul#gnav_sp li {
    position: relative;
    width: 100%;
    height:40px;
    border-right: 2px dotted #404040;
    font-size: 1.3rem;
  }
  section#mainmenuSP_under ul#gnav_sp li a {
    display: block;
    height: 40px;
    padding-top:1rem;
  }
  /*section#mainmenuSP_under ul#gnav_sp li a:hover::before {
    position: absolute;
    content: 'favorite';
    font-family: "Material Icons";
    color: #fff;
    top: -10px;
    left: 1rem;
    font-size: 1.55rem;
  }*/
  section#mainmenuSP_under div.infoArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    background-image: radial-gradient(#6fe0d4 20%, transparent 20%), radial-gradient(#6fe0d4 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }

  /*追従メニュー_ヘッダー固定*/
  /*------------------------------------*/
  #mainmenuSP_under #StkySP {
    background: #6FE0D4;
    position: fixed;
    top: -230px;
    width: 100vw;
    z-index: 30;
    transition: top 0.25s;
    text-align: center;
  }
}

/*SP版下層ページTOP　ここまで*/
/*-----------------------------------------------------------------------*/



/* ======================================================================================== */
/* 1カラムページ*/
/* ======================================================================================== */

#wrapper h3.label_underpage {
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFA3AC;
  margin: 3rem 0;
  margin-left: 4rem;
}
#wrapper h3.label_underpage::before {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: no-repeat url(./img/icon/icon_maru_suisai06.png);
  background-size: 100% 100%;
  text-align: center;
  top: -0.7rem;
  left: -5rem;
}
#wrapper  h4.label_underpage {
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2rem;
  font-weight: 900; 
  margin: 3rem 0 1rem;
  margin-left: 3rem;
  color: #6FE0D4;
}
#wrapper h4.label_underpage::before {
  position: absolute;
  content: 'play_circle';
  font-family: "Material Icons";
  color: #6FE0D4;
  font-size: 3rem;
  top: -0.3rem;
  left: -3.5rem
}

/*---------------blog 1記事単位---------------*/
/*---------------文字周り---------------*/
#blogArea_singlepage .contents_block{
  margin:2rem 0;
}
#blogArea_singlepage .contents_block p{
  line-height:3rem;
  letter-spacing:0.1rem;
  margin-bottom:2rem;
}

/*---リンク---*/
.contents_block a{
  color:#ff659f;
  font-weight:600;
}
.contents_block a:hover{
  color: #dba1e7;
}

@media only screen and (max-width: 768px) {  
#blogArea_singlepage .contents_block p{
  line-height:2.82.8rem;
  letter-spacing:0.1rem;
}
}

#blogArea_singlepage .contents_block h2{
  display:block;
  width:100% !important;
  height:auto !important;
  font-family: 'M PLUS 1p', sans-serif !important;
  font-size: 2.8rem;
  line-height:5rem !important;
  font-weight: 900;
  color: #dba1e7;
  margin:5rem 0 3rem !important;
  background:#FFFFFF url() !important;
  border-top: double 5px #dba1e7;
  border-bottom: double 5px #dba1e7;
}

#blogArea_singlepage .contents_block h3{
  position: relative;
  display:block;
  width:100%;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height:3.5rem;
  text-align:center;
  color: #FFA3AC;
  padding: 1.5rem 2rem 1.5rem 3rem;
  margin:8rem auto 0;
  margin-bottom:3rem;
  border-bottom: 3px solid #FFA3AC;
}
#blogArea_singlepage .contents_block h3::before {
  position: absolute;
  bottom: -14px;
  left: 48%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FFA3AC transparent transparent transparent;
}

#blogArea_singlepage .contents_block h3:after {
  position: absolute;
  bottom: -10px;
  left: 48%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

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

#blogArea_singlepage .contents_block h3{
  width:100%;
}
}

#blogArea_singlepage .contents_block h4{
  position: relative;
  display:block;
  width:100% !important;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2rem;
  font-weight: 900; 
  margin: 3rem 0;
  padding-bottom:2rem;
  color: #6FE0D4;
}
#blogArea_singlepage .contents_block h4::after{
 position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6FE0D4, #6FE0D4 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6FE0D4, #6FE0D4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*---------------画像---------------*/
#blogArea_singlepage .contents_block img{
  display:block;
  margin:5rem auto 2rem;
  width:100%;
  max-width:600px;
  height:auto;
}

@media only screen and (max-width: 768px) {  
#blogArea_singlepage .contents_block img{
  display:block;
  margin:5rem auto 2rem;
  width:100%;
  max-width:600px;
  height:auto;
}
}

section.contentsBox .contents_block {
  line-height: 2.4rem;
  margin: 25px 0;
}

/*---リスト---*/
#blogArea_singlepage .contents_block ul:not([class]){
  margin:2rem 0;
  background: #ffffe5;
  padding:2rem;
}
#blogArea_singlepage .contents_block ul:not([class]) li::before{
  content: 'brightness_1';
  font-family: "Material Icons";
  color: #ff659f;
  margin-right:0.5rem;
  vertical-align: top;
}
ul.blocks-gallery-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.blocks-gallery-grid .blocks-gallery-item{
  list-style : none !important;
  width: calc(55% - 50px);
  margin-top: -80px;
  
}
ul.blocks-gallery-grid li:not(:last-child){
  margin-right: 10px;
}

/*---------------動画---------------*/
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*---引用---*/
#wrapper div.contents section.contentsBox blockquote {
  color: #5d5d5d;
  font-size: 100%;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
  position:relative;
  padding:2rem;
  border-top:1px dotted #e6ce4a;
  border-bottom:1px dotted #e6ce4a;
  background:#ffffe0;
  margin:5rem auto;
}
#wrapper div.contents section.contentsBox blockquote cite{
font-size:1rem;
}

/*アプリリンク*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  display:flex;
  height: 40px;
  margin-top:-4rem;
  white-space: nowrap;
}

.appreach__links img{
 width:20%; 
}
.appreach__aslink{
  margin-right: 10px;
  height: 40px;
  width:150px; 
}
 .appreach__gplink{
  height: 40px;
  width:150px; 
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

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

/*アプリリンク*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 2px dotted #FFA3AC;
  height:auto;
  min-height:190px;
  margin:0.5rem 0 1rem;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  display:flex;
  height: 40px;
  margin-top:-4rem;
  white-space: nowrap;
  margin-left:1rem;
}
.appreach__links img{
 width:20%; 
}
.appreach__aslink{
  margin-right: 10px;
  height: 40px;
  width:150px; 
}
 .appreach__gplink{
  height: 40px;
  width:150px; 
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}
}

/*---------------特殊ブロック---------------*/
.contents_block figure {
  display:flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  padding-top:2rem;
  margin:2rem auto !important;
}

.wp-block-image img{
  width:100% !important;
  max-width:580px !important;
  margin-top:0px !important;
}

.wp-block-embed__wrapper{
 margin:0 1.6rem 0;
}

.contents_block figcaption{
  padding-left:1.6rem;
  color:#999;
}
.contents_block figcaption::before{
  content:"「";
}
.contents_block figcaption::after{
  content:"」";
}

@media only screen and (max-width: 768px) { 
.wp-block-embed__wrapper{
  width:100%;
 margin:0 1.6rem 0;
}

.contents_block figcaption{
  font-size:1.2rem;
  color:#999;
} 
}

/*---------------WP引用---------------*/

@media only screen and (max-width: 768px) {  
  .contents_block .wp-embedded-content{
    width:100%;
  }
}
  

/* ======================================================================================== */
/* 個別ページ　パーツ*/
/* ======================================================================================== */


/*サイト情報*/
ul.siteinfo{
  margin:2rem auto;
  border :solid 1px #ff659f;
  padding:2rem;
}
ul.siteinfo li{
  border-bottom:dotted 1px #ff659f;
  line-height:3rem;
}
ul.siteinfo li:hover{
  color:#dba1e7;
}
ul.siteinfo li:before{
  content: 'slideshow';
  font-family: "Material Icons";
  color: #ff659f;
  margin-right:0.5rem;
  vertical-align: top;
}
ul.siteinfo li span{
  color: #ff659f;
  font-weight:600;
  margin-right:2rem;
}

/*---プロフィール詳細---*/

div.prof_doujin table {
  margin: 3rem auto;
  }
div.prof_doujin table td{
  padding:1rem;
  font-size:1.4rem;
  border-bottom:solid 2px #ffffa8;
}
div.prof_doujin table td{
  padding:1rem;
  font-size:1.4rem;
}
div.prof_doujin table td.koumoku{
  width:20%;
  background:#ffffa8;
  border:solid 2px #fff;
  text-align:center;
}

/*ボタン*/
.accbox_prof {
  margin: 2em 0;
  padding: 0;
  max-width: 100%;
}

.accbox_prof label {
  position:relative;
  display: block;
  margin: 1.5px 0;
  padding : 11px 12px;
  background: #fff;
  color: #ff659f;
  border:solid 2px #ff659f;
  font-weight: bold;
  cursor :pointer;
  transition: all 0.5s;
}
.accbox_prof label::after{
  position:absolute;
  content: 'control_point';
  font-family: "Material Icons";
  color: #ff659f;
  right:2%;
  font-size:3rem;
  font-weight:400;
}
.accbox_prof label:hover {
  background :#ff659f;
  color:#fff;
}
.accbox_prof label:hover::after {
   position:absolute;
  content: 'control_point';
  font-family: "Material Icons";
  color: #fff;
  right:2%;
  font-size:3rem;
  font-weight:400;
}

.accbox_prof input {
  display: none;
}

.accbox_prof .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
}

/*画像*/
.contents_block img.prof{
  width:100%;
  max-width:250px;
  border-radius:50%;
  margin:5rem 0;
}

/*リンクアイコン*/
.prof_doujin a span.material-icons{
  color:#ff659f;
  font-size:1.8rem;
}
.prof_doujin a span.material-icons:hover{
  opacity:0.5;
  transition: 0.8s;
}


/* ======================================================================================== */
/* Blog mainpage*/
/* ======================================================================================== */

/*---------blog area---------*/
/*------------------------------------*/

#blogArea_mainpage {
  width: 1024px;
}

/*カラム調整*/
#blogArea_mainpage div.column_All{
  display:flex;
}
#blogArea_mainpage div.column_main{
  width:700px;
  padding:0 2.8rem;
  display:flex;
  align-content:flex-start;
  flex-wrap: wrap;
}

/*サイドバー*/
#blogArea_mainpage .column_sidebar{
  width: calc(90% - 708px);
  margin-left:5rem;
  font-size:1.4rem;
}

/*blog 1記事単位*/
#blogArea_mainpage .entry-list {
  position: relative;
  width:100%;
  max-width:300px;
  min-width:300px;
  padding:0;
  padding-bottom: 20px;
  border: solid 2px #ccc;
  background:#fff;
  margin-right:2rem;
  margin-bottom:2rem;
  /*max-height:450px;*/
}
#blogArea_mainpage .entry-list:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}


/*サムネイル画像*/
#blogArea_mainpage .entry-list .entry-image img {
  display:block;
  width:100%;
  max-width: 299px;
  height: 180px;
  object-fit: cover;
  margin-bottom:2rem;
  margin:0 auto;
}

/*記事へのリンク
#blogArea_mainpage .entry-inner .entry-more {
  position: relative;
  font-size: 1.8rem;
  color: #FFA3AC;
  text-align: right;
  margin-top: 20px;
}
#blogArea_mainpage .entry-inner .entry-more::before {
  position: absolute;
  display: inline-block;
  font-family: "Material Icons";
  content: 'keyboard_arrow_right';
  font-size: 2.5rem;
  left: 70%;
  top: -10%;
}

/*---------もっと見る---------*/
#blogArea_mainpage .btn_register {
  margin-top: 50px;
}
.btn_register {
  width: 100%;
}
.btn_register .btn_kadomaru {
  color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
}
.btn_register .btn_kadomaru a {
  display: block;
  line-height: 3.5rem;
}
.btn_register .btn_kadomaru:hover {
  color: #fff;
  background-color: #FFA3AC;
  font-size: 2rem;
  width: 180px;
  height: 45px;
  border: solid 3px #FFA3AC;
  border-radius: 50px;
  transition-duration: 0.5s;
}

/*---------blog area SP版設定---------*/
@media only screen and (max-width: 768px) {
  #blogArea_mainpage {
    width: 100%;
    max-width: 375px;
    margin: 5rem auto;
  }
  
#blogArea_mainpage div.column_main{
  width:100%;
  padding:0;
  display:block;
}

/*カラム調整*/
#blogArea_mainpage div.column_All{
  flex-flow: column;

}

/*サイドバー*/
#blogArea_mainpage .column_sidebar{
  width: 100%;
  margin:5rem auto;
  font-size:1.8rem;
}

#blogArea_singlepage .sidebar_category ul {
    margin-bottom:5rem;

  }

/*---記事一覧---*/
#blogArea_mainpage .entry-list{
  width:100%;
  min-width:340px;
  margin:0 auto;
  margin-bottom:2rem;
  min-height:650px;
  height:auto;
}

/*日付*/
#blogArea_mainpage .entry-list .entry-header {
    position: absolute;
    display:flex;
    width:100%;
    height: 35px;
    background-color:#000;
    font-family: 'Bodoni Moda', serif;
    color:#fff;
    text-align: center;
    z-index: 10;
    margin-left:0.2px;
  }
 #blogArea_mainpage .entry-list p.entry-date {
    margin-top: 0.3rem;
  }
  #blogArea_mainpage .entry-list p.entry-date span.year {
    display:inline-block;
    margin-right:1rem;
  }
 #blogArea_mainpage .entry-list p.entry-date span.month_day {
    font-size: 2.5rem
  }
  #blogArea_mainpage .entry-list_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }

 /*サムネイル画像*/
   #blogArea_mainpage .entry-list .entry-image {
     width:100%;
     background:#ffa3ac;
     padding:0;
  }
  #blogArea_mainpage .entry-list .entry-image img {
   display:block;
   max-width:400px;
   height: 250px;
   object-fit: cover;
   margin-bottom:2rem;
   margin:0 auto;
  }


 
  /*記事へのリンク*/
 #blogArea_mainpage .entry-inner .entry-more {
    position: relative;
    font-size: 1.8rem;
    text-align: right;
    margin-top: 20px;
  }
  #blogArea_mainpage .entry-inner .entry-more::before {
    position: absolute;
    display: inline-block;
    font-family: "Material Icons";
    content: 'keyboard_arrow_right';
    font-size: 2.5rem;
    left: 60%;
    top: -10%;
  }
}

/*---------blog area SP版設定 ここまで---------*/

/* ======================================================================================== */
/* 右カラム設定*/
/* ======================================================================================== */

/*サイドバー*/
.column_sidebar{
  width: calc(100% - 700px);
  margin-left:3rem;
  font-size:1.4rem;
}
.column_sidebar .sidebar_block{
  margin:0 0 5rem;
}

.sidebar_category{
  margin-bottom:3rem;
}

.column_sidebar h3.sidebar{
  display:block;
  position:relative;
  height:50px;
  font-size:1.8rem;
  text-align:center;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 900;
  color: #000;
  padding: 1.3rem 2rem;
  margin-bottom:3rem;
  border: 2px solid #6593b3;
}

.column_sidebar h3.sidebar:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 1px dotted #6593b3;
}

/*サイドバー_自己紹介*/
.column_sidebar .sidebar_About p{
  line-height:2rem;
}
.column_sidebar .sidebar_About p span{
  display:block;
  font-size:2rem;
  font-weight:600;
  color:#6593b3;
  text-align:center;
  margin-bottom:1rem;
}
.column_sidebar img.aboutmeImg{
  display:block;
  position:relative;
  width:150px;
  margin:0 auto 20px;
  border-radius:50% 50%;
  border: 5px double #6593b3;
}

.sidebar_block .sns{
  font-size:5rem;
  text-align:center;
  color:#6593b3;
}


/*サイドバー_カテゴリー*/
.column_sidebar .sidebar_category ul li{
  line-height:2.5rem;
}
.column_sidebar .sidebar_category ul li:nth-child(odd)::before{
  font-family: "Material Icons";
  content: 'folder_open';
  color: #FFA3AC;
  font-size:1.8rem;
  margin-right:0.8rem;
}
.column_sidebar .sidebar_category ul li:nth-child(even)::before{
  font-family: "Material Icons";
  content: 'folder_open';
  color: #6593b3;
  font-size:1.8rem;
  margin-right:0.8rem;

}
.column_sidebar .sidebar_category ul li a:hover{
   color: #FFA3AC;
   transition-duration: 0.5s;
}

/*子カテゴリー*/
div.sidebar_category ul.children{
  padding-left:2rem;
  margin-top:0rem;
 }
 div.sidebar_category ul.children::before{
   display:block;
   content:"│ ";
   color: #6FE0D4;
 }
 .column_sidebar .sidebar_category ul.children li:nth-child(odd)::before{
   font-family: "Material Icons";
   content: 'favorite';
   color: #6FE0D4;
   font-size:1.6rem;
   margin-right:0.8rem;
 }
 .column_sidebar .sidebar_category ul.children li:nth-child(even)::before{
   font-family: "Material Icons";
   content: 'favorite_border';
   color: #6FE0D4;
   font-size:1.6rem;
   margin-right:0.8rem;
 }

/*サイドバー_アーカイブ*/
.column_sidebar .sidebar_archive ul li{
  line-height:3rem;
}
.column_sidebar .sidebar_archive ul li:nth-child(odd)::before{
  font-family: "Material Icons";
  content: 'favorite';
  color: #FFA3AC;
  font-size:1.6rem;
  margin-right:0.8rem;
}
.column_sidebar .sidebar_archive ul li:nth-child(even)::before{
  font-family: "Material Icons";
  content: 'favorite_border';
  color: #6593b3;
  font-size:1.6rem;
  margin-right:0.8rem;
}
.column_sidebar .sidebar_archive ul li a:hover{
   color: #FFA3AC;
   transition-duration: 0.5s;
}

/*----------SP版　右カラム----------*/
@media only screen and (max-width: 768px) {
 
  /*カラム調整*/
  div.column_All{
    flex-flow: column;
  }

  /*サイドバー*/
  .column_sidebar{
    width: 100%;
    margin:5rem auto;
    font-size:1.8rem;
  }

  /*サイドバー_カテゴリー*/
  .column_sidebar .sidebar_category ul li{
    line-height:3rem;
  }
  .column_sidebar .sidebar_category ul li:nth-child(odd)::before{
    font-size:1.6rem;
    margin-right:0.8rem;
  }
  .column_sidebar .sidebar_category ul li:nth-child(even)::before{
    font-size:1.6rem;
    margin-right:0.8rem;
  }
  .column_sidebar .sidebar_category ul li a:hover{
    color: #FFA3AC;
    transition-duration: 0.5s;
  }


  /*サイドバー_アーカイブ*/
  .column_sidebar .sidebar_archive ul li{
    line-height:3rem;
  }
  .column_sidebar .sidebar_archive ul li:nth-child(odd)::before{
    font-size:1.6rem;
    margin-right:0.8rem;
  }
  .column_sidebar .sidebar_archive ul li:nth-child(even)::before{
    font-size:1.6rem;
    margin-right:0.8rem;
  }
  .column_sidebar .sidebar_archive ul li a:hover{
    color: #FFA3AC;
    transition-duration: 0.5s;
  }

}

/* ======================================================================================== */
/* Blog 1ページ*/
/* ======================================================================================== */

#blogArea_singlepage { 
width: 1024px; 
margin: 50px auto; 
}

#blogArea_singlepage .contents_block { 
width: 100%; 
background: rgb(255, 255, 255); 
}

#blogArea_singlepage div.column_All {
width:100%; 
display: flex;
padding: 0 1rem; 
}

#blogArea_singlepage .contentsBox { 
width: 700px; 
}

@media only screen and (max-width: 768px) {
 
  #blogArea_singlepage .contentsBox { 
width: 100%; 
padding: 0px 1rem; 
}
  }

#blogArea_singlepage .entry-list { 
position: relative; 
padding-top: 50px; 
padding-bottom: 20px; 
border-bottom: 2px dotted rgb(219, 161, 231); 
}

#blogArea_singlepage .entry-list:hover { 
opacity: 0.5; 
transition-duration: 0.5s; 
}

#blogArea_singlepage .entry-list_block { 
display: flex; 
}

#blogArea_singlepage .entry-list .entry-image img { 
width: 200px; 
height: 250px; 
border-radius: 20px; 
object-fit: cover; 
margin-right: 20px; 
}

#blogArea_singlepage .entry-inner .entry-more { 
position: relative; 
font-size: 1.8rem; 
color: rgb(255, 163, 172); 
text-align: right; 
margin-top: 20px; 
}

#blogArea_singlepage .entry-inner .entry-more::before { 
position: absolute; 
display: inline-block; 
font-family: "Material Icons";
content: "keyboard_arrow_right"; 
font-size: 2.5rem; 
left: 70%; 
top: -10%;
}

#blogArea_singlepage .entry-header { 
display: flex; 
width: 100%; 
height: auto; 
margin-bottom: 5rem;
}
#blogArea_singlepage .entry-header .entry-header_left { 
width: calc(100% - 500px);
}

#blogArea_singlepage p.entry-date { 
width: 100px; 
height: 100px; 
margin-top: 20px; 
background: url("./img/icon/icon_maru_mint.png") 0% 0% / 100% 100% no-repeat; font-family: "Bodoni Moda", serif; text-align: center; line-height: 3rem; padding-top: 1rem; }
#blogArea_singlepage .entry-header .entry-header_right { 
width: 100%; 
}

#blogArea_singlepage p.entry-date span.year { 
display: block; 
}

#blogArea_singlepage p.entry-date span.month_day { 
font-size: 3rem; 
}

#blogArea_singlepage p.entry-category { 
display: block; 
background-color: rgb(230, 206, 74); 
width: 100%;
max-width: 145px;
height: 22px;
border-radius: 10px; 
text-align: center; 
color: rgb(255, 255, 255); font-size: 1.4rem; 
line-height: 1.8rem; }

#blogArea_singlepage p.entry-title { 
margin-top:2rem;
font-weight:800;
font-size: 2.8rem; }


@media only screen and (max-width: 768px) {
#blogArea_singlepage { 
width: 100%; 
margin: 50px auto; 
}
 
#blogArea_singlepage .contents_block {
 width:100%;
}

}

@media only screen and (max-width: 768px) {
  #blogArea_singlepage .entry-header { 
  display: flex; 
  width: 100%; 
  height: auto; 
  margin-bottom: 5rem; 
  }
  #blogArea_singlepage .entry-header .entry-header_left { 
  width: 40%;
  margin: auto; 
  margin-top:0;
  }
  #blogArea_singlepage p.entry-date { 
  width: 80px; 
  height: 80px; 
  margin-top: 5px; 
  background: url("./img/icon/icon_maru_mint.png") 0% 0% / 100% 100% no-repeat; 
  font-family: "Bodoni Moda", serif; 
  text-align: center; 
  line-height: 2rem; 
  padding-top: 2rem; 
  }
  #blogArea_singlepage p.entry-date span.year { 
  display: block; 
  }
  #blogArea_singlepage p.entry-date span.month_day { 
  font-size: 2rem; }
  #blogArea_singlepage .entry-header .entry-header_right { 
  width: calc(100% - 5px); 
  }
  #blogArea_singlepage p.entry-category { 
  display: block; 
  background-color: rgb(230, 206, 74); 
  width: 100%;
  max-width: 145px;
  height: 22px; 
  border-radius: 10px; 
  text-align: center; 
  color: rgb(255, 255, 255); 
  font-size: 1.4rem; 
  line-height: 1.8rem; }
  #blogArea_singlepage p.entry-title { 
  font-size: 2rem; 
  color: rgb(47 76 96); 
  font-family: "M PLUS 1p"; 
  font-weight: bold; 
  margin: 10px 0px; 
  line-height: 2.5rem; 
  }
}

/* ======================================================================================== */
/* Footer*/
/* ======================================================================================== */

/*トップへ戻るボタン*/

/*PC_SPデザイン共通*/
a.topBtn{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #6593b3;
  border: solid 3px #fff;
  font-family: "Material Icons";
  text-align: center;
  color: #fff;
}
#topBtn {  
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
}

#topBtn span {
  font-size: 5rem;
}

#topBtn:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/*---------トップへ戻るボタン SP版設定---------*/
@media only screen and (max-width: 768px) {
  #topBtn_SP {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
  }
  #topBtn_SP span {
    font-size: 5rem;
  }
  #topBtn_SP:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}

/*---------トップへ戻るボタン SP版設定 ここまで---------*/

/*footer area*/
footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: auto;
  width: 1024px;
  height: 150px;
  margin: auto;
  text-align: center;
  padding: 10px;
  background-color: #dbabaf;
  color: #fff;
  font-size: 1.3rem;
}

/*footer area link*/
ul.footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem auto 2rem;
}
ul.footer_menu li {
  margin: 0 2rem;
}
footer a:link, #footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff5bc;
  transition: 0.3s;
}

/*sns*/
ul.sns {
  display: flex;
  margin: 15px auto 20px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 4rem;
}
ul.sns li {
  margin: 0 15px;
}

.fukidashi_sns{
  position: relative;
  width:100%;
  display: inline-block;
  margin:15px auto 15px;
  padding:10px;
  min-width: 120px;
  color: #fff;
  font-size: 16px;
  background: #d9769b;
  text-align:center;
  border-radius:50px;
}

.fukidashi_sns:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #d9769b;
}

.fukidashi_sns p {
  margin: 0;
  padding: 0;
}

/*---------footer SP版設定---------*/
@media only screen and (max-width: 768px) {
  footer {
    padding: 0 1.6rem 0;
  }
  div.footer_area {
    width: 100%;
    margin: auto;
  }
  /*footer area link*/
  ul.footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 0 1rem;
  }
}

/*---------footer SP版設定ここまで---------*/

/* ======================================================================================== */
/* いろいろエリア*/
/* ======================================================================================== */


/*---------いいね---------*/
div.btn_good{
  margin-top:5rem;
  padding:1rem;
  border-top:dotted 2px #ff808c;
  border-bottom:dotted 2px #ff808c;
  width:100%;
  text-align:center;
}

@media only screen and (max-width: 768px) {  
div.btn_good{
  padding:1rem;
  border-top:dotted 2px #ff808c;
  border-bottom:dotted 2px #ff808c;
  width:100%;
  margin-left:0;
  text-align:center;
}
}

/* ======================================================================================== */
/* ページネーション*/
/* ======================================================================================== */

div.pageindex{
  width:100%;
  text-align:center;
  font-size:2rem;
  line-height:2.8rem;
  margin:5rem 0;
  }
 div.wp-pagenavi{
   border: solid 0px #ff808c;/*線*/
 }

@media only screen and (max-width: 768px) {  
div.pageindex{
  width:100%;
  text-align:center;
  font-size:1.6rem;
  line-height:2rem;
  padding:1.8rem 0;
  border-top: solid 2px #dbabaf;
  border-bottom: solid 2px #dbabaf;
    }
}

 
/*総ページ数*/
div.pageindex span.pages{
  margin-right:3rem;
  color:#dbabaf;
  border: solid 0px;
}
/*現在地*/
div.pageindex span.current{
  display:inline-block;
  width:3rem;
  height:3rem;
  background-color: #dbabaf;
  color: #fff;
  border: solid 2px #dbabaf;/*線*/
  border-radius: 50px;/*角の丸み*/
  margin-right:1rem;
  line-height: 20px;
}
div.pageindex .previouspostslink,
div.pageindex .extend,
div.pageindex .nextpostslink,
div.pageindex .last,
div.pageindex .first{
  border: solid 0px !important;
  color:#dbabaf;
}
div.pageindex a.page{
  display:inline-block;
  width:3rem;
  height:3rem;
  border: solid 0px;
}
div.pageindex a.page:hover{
  display:inline-block;
  width:3rem;
  height:3rem;
  color: #fff;
  border-radius: 50px;/*角の丸み*/
  background-color:#dba1e7;
  border: solid 0px;
}

/*---------単体ページ用---------*/
div.pagenavi{
  display:flex;
  justify-content: center;
  width:100%;
  text-align:center;
  margin:5rem auto;
}

div.pagenavi .prev a:hover,
div.pagenavi .next a:hover{
color:#dba1e7;
}

div.pagenavi .prev{
  margin-right:5rem;
}

/*---------サムネイル付き---------*/
div.previous_next_post{
  display:flex;
  position:relative;
  width:100%;
  margin:5rem auto;
  font-size:1.4rem;
}
div.previous_next_post figure{
  display:block;
  margin-right:1rem;
  margin-top:2rem;
}

a.prev-link,
a.next-link{
  position:relative;
  width:100%;
  display:flex;
  margin:auto;
  padding:1rem 5rem;
  border:solid 1px #dba1e7;
}
a.prev-link:hover,
a.next-link:hover{
  opacity:0.5;
}

a.prev-link{
  background:#fff;
  color:#dba1e7;
  font-weight:bold;
}
a.next-link{
  color:#dba1e7;
  font-weight:bold;
}
a.prev-link p,
a.next-link p{
 margin-top:4rem;
}
a.prev-link:before {
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "keyboard_arrow_left"; 
 font-size: 5rem; 
 left: 0%; 
 top: 30%;
 color:#dba1e7;
}

a.next-link:before {
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "keyboard_arrow_right"; 
 font-size: 5rem; 
 right: 0%; 
 top: 30%;
 color:#dba1e7;
}
a.prev-link:after {
 position: absolute;
 text-align:center;
 width:100%;
 display: inline-block; 
 margin-left:-5rem;
 margin-top:-1rem;
 font-family: "Material Icons";
 content: "前の記事"; 
 font-size: 1.8rem; 
 color:#dba1e7;;
}
a.next-link:after{
 position: absolute;
 text-align:center;
 width:100%;
 display: inline-block; 
 margin-left:-5rem;
  margin-top:-1rem;
 font-family: "Material Icons";
 content: "次の記事"; 
 font-size: 1.8rem; 
 color:#dba1e7;
}

/*---SP版---*/
@media only screen and (max-width: 768px) {  
div.previous_next_post{
  display:flex;
  flex-flow: column;
  position:relative;
  width:100%;
  margin:5rem auto;
  font-size:1.4rem;
}
div.previous_next_post figure{
  display:block;
  margin-right:1rem;
  margin-top:2rem;
  width:100px;
  height:100px;
}
div.previous_next_post figure img{
  max-width:100px !important;
  height:100px;
}
a.prev-link,
a.next-link{
  position:relative;
  width:100%;
  display:flex;
  margin:auto;
  padding:1rem 5rem;
  border:solid 1px #dba1e7;
}

a.prev-link:hover,
a.next-link:hover{
  opacity:0.5;
}
a.prev-link{
  background:#fff;
  color:#dba1e7;
  font-weight:bold;
}
a.next-link{
  color:#dba1e7;
  font-weight:bold;
}
a.prev-link p,
a.next-link p{
 margin-top:4rem;
}
a.prev-link:before {
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "keyboard_arrow_left"; 
 font-size: 5rem; 
 color:#dba1e7;
}
a.next-link:before {
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "keyboard_arrow_right"; 
 font-size: 5rem; 
 color:#dba1e7;
}
a.prev-link:after {
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "前の記事"; 
 font-size: 1.4rem; 
 color:#dba1e7;
}
a.next-link:after{
 position: absolute; 
 display: inline-block; 
 font-family: "Material Icons";
 content: "次の記事"; 
 font-size: 1.4rem; 
 color:#dba1e7;
}

}


/* ======================================================================================== */
/* コメント欄*/
/* ======================================================================================== */

div.commentsArea{
  width:100%;
  margin:5rem auto;
  padding:2rem 0;
  border:solid 1px #d9769b;
}
div.commentsArea .comments-head{
  text-align:center;
}
div.commentsArea .comments-head p{
  display: inline-block;
  position: relative;
  font-size:2.8rem;
  text-align:center;
  margin-bottom:5rem;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin:0 auto 5rem;
}

.comments-head p:before,
.comments-head p:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

div.commentsArea .comments-head p::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.comments-head p::after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

div.commentsArea .comment-reply-title,
span#email-notes{
  display:none;
}

div.commentsArea .comment-respond{
 background:#fff;
 padding:2rem 0 2rem 1.6rem;
}
div.commentsArea span.required{
  color:#f57a78;
}

p.comment-form-email span.required{
  display:none;
}

div.commentsArea textarea{
  width:100%;
  max-width:450px;
  border:solid 2px #dba1e7;
  border-radius:10px;
  margin-top:2rem;
}

div.commentsArea input{
  width:100%;
  max-width:200px;
  border:solid 2px #dba1e7;
  margin:2rem 0;
}

p.comment-form-cookies-consent{
  width:100%;
  text-align:left;
  font-size:1.2rem;
}

#wp-comment-cookies-consent{
  margin-right:-9rem;
}

p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label{
  display:inline-block;
  width:90px;
  background:#fff;
}

/*送信ボタン*/
div.commentsArea #submit{
  display:block;
  text-align:center;
  width:200px;
  height:50px;
  border-radius:10px;
  color:#fff;
  background:#ff808c;
  border:solid 0px;
  margin:5rem auto 0;
}


div.commentsArea #submit:hover{
  opacity:0.5;
  transition-duration:0.5s;

}

@media only screen and (max-width: 768px) { 
div.commentsArea .comments-head p{
  font-size:2rem;
}
div.commentsArea textarea{
  width:100%;
  max-width:450px;
  border:solid 2px #dba1e7;
  border-radius:10px;
  margin-top:1rem;
}
p.comment-form-comment{
  margin-top:2rem;
}

p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label{
  display:inline-block;
  width:65px;
  background:#fff;
  font-size:1.4rem;
}

div.commentsArea input{
  width:100%;
  border:solid 2px #dba1e7;
  margin:2rem 0;
}
input#wp-comment-cookies-consent{
  width:10px;
  margin-right:0.5rem;
}
p.comment-form-cookies-consent{
  display:block;
  width:100%;
  margin-bottom:5rem;
  text-align:left;
  line-height:0rem;

}

 }

 /*------------------コメントリスト------------------*/
ol.comment-list{
   background:#fff;
 }
.comment-author{
  font-size:1.6rem;
  margin-bottom:0.5rem;
}
span.says{
  font-size:1.2rem;
}
.comment-author::before{
   font-family: "Material Icons";
    content: 'edit';
    color:#ff808c;
}
 ol.comment-list li.comment{
   margin:2rem 0;
   border-bottom:2px dotted #ff808c;
   padding:2rem 0 2rem 1.6rem;
   line-height:2.4rem;
 }
div.commentmetadata{
  font-size:1.2rem;
  line-height:2rem;
  color:#dba1e7;
  font-weight:600;
  margin-bottom:2rem;
}
 /*返信ボタン*/
 a.comment-reply-link{
   display:inline-block;
   padding:0.5rem 2rem;
   border-radius:15px;
   color:#ff808c;
   border:1px solid #ff808c;
   margin:2rem 0 0;
 }

  a.comment-reply-link:hover{
   color:#fff;
   border:1px solid #ff808c;
   background:#ff808c;
 }
/* ======================================================================================== */
/* ad*/
/* ======================================================================================== */
div.ad_rakutenbtm{
  display:block;
  width:100%;
  margin:auto;
  text-align:center;
  margin-bottom:5rem;
}

/* ======================================================================================== */
/* パンくず*/
/* ======================================================================================== */
div.breadcrumbs{
 width:100%;
 max-width:900px;
 display:block;
 position:absolute;
 margin-top:-12rem;
 margin-left:5rem;
 font-size:1.3rem;
}

div.breadcrumbs ::before{
  position: absolute;
  content: 'folder';
  font-family: "Material Icons";
  left: -2rem;
  font-size: 1.55rem;
}

div.breadcrumbs a:hover{
  color:#dba1e7;
}

@media only screen and (max-width: 768px) { 
div.breadcrumbs{
  width:100%;
  display:block;
  position:absolute;
  padding:0 3rem;
  margin-top:-7rem;
  left:3%;
  margin-left:0;
  font-size:1.2rem;
  line-height:2rem;
}

div.breadcrumbs ::before{
  position: absolute;
  content: 'folder';
  font-family: "Material Icons";
  left: 1rem;
  font-size: 1.55rem;
}

}


/* ======================================================================================== */
/* 関連記事*/
/* ======================================================================================== */
.yarpp h3{
  width:100%;
  display:block;
  margin:5rem auto 3rem !important;
  background: #d9769b;
  color:#fff !important;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2rem !important;
  line-height:3rem !important;
}

@media only screen and (max-width: 768px) { 
.yarpp h3{
  width:100%;
  display:block;
  margin:5rem auto 3rem !important;
  background: #d9769b;
  color:#fff !important;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.8rem !important;
  line-height:2rem !important;
}
}

/*ふきだし解除*/
.yarpp h3{
  border-bottom: 0px !important;
}
.yarpp h3::before {
 display:none;
}
.yarpp h3:after {
  display:none;
}
