/*
Theme Name: yuji
Author URI: https://cocosapo.jp
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
p {
    font-size: 18px;
    line-height: 1.6em;
	padding: 15px 0px 25px 0px;
	text-align: left;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style-type: disc; /* ドット（黒丸）をリストアイテムの前に表示 */
  margin-left: 20px; /* リストの左側にスペースを確保（必要に応じて調整） */
  font-size: 18px;
}

/*============
body
=============*/
body {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        overflow: scroll;
        overflow: hidden visible;
        margin: 0;
        font-family: 'Bitter', serif;
}
#container{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
	overflow:hidden;
	text-align: left;
	 background-color:rgba(255,255,255,0.8);
}

@media screen and (max-width: 480px) {
#container{
        background:#fff;
        margin:0px 5% 0px 5%;
        padding:0px 2% 0px 2%;
	  text-align: left;
	 background-color:rgba(255,255,255,0.8);
}
}

div#main {
    display:block;
}
@media screen and (max-width:760px) {
div#main {
}	
}

.ie {
    background-color: #fff;
    overflow: hidden;
	max-width:1700px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
@media only screen and (max-width : 760px){
.ie {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
	padding:0;
}		
}

div#content {
	max-width:1200px;	
    width: 100%;
    padding: 40px 10px;
	margin: 0 auto;
	min-height: 100vh;
}
@media screen and (max-width:760px) {
div#content {
    width: 100%;
    padding: 20px;

}
}

article.post {
	display: block;
	margin:0 0px;
}
@media only screen and (max-width : 760px){
article.post {
	margin:0 ;
}	
}

/*---------------------------------------------------------*/
/* 個別投稿 post */
/*---------------------------------------------------------*/
div#single_main {
    background-color: #fff;
    overflow: hidden;
	max-width:1100px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:760px) {
div#single_main {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
}	
}

div#single_content {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
    margin: 10px;
}
@media screen and (max-width:760px) {
div#single_content {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}	
}

div.content_01 {
    padding: 0px 10px 10px 10px;
}
@media only screen and (max-width : 760px){
div.content_01 {
    padding: 0px 10px 0px 10px;
}	
}

/*---------------------------------------------------------*/
/* パンくずリスト */
/*---------------------------------------------------------*/
#breadcrumb {
margin: 50px 0 0 10px;
}
@media screen and (max-width:760px) {
#breadcrumb {
margin: 60px 0 0 10px;
}
}

/*---------------------------------------------------------*/
/* Article post */
/*---------------------------------------------------------*/
div.post-content {
    padding: 0px 0px 10px 0px;
}
@media only screen and (max-width : 760px){
div.post-content {
    padding: 0px 0px 10px 0px;
}	
}



space{ 
        margin:110px 3% 0px 3%;
        padding:110px 3% 0px 3%;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
	margin: 20px 0px 20px 0px;
	list-style: none;
}


	

/*========= ボタンをリセットするタグ ===============*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/*========= サイトの読み込み時間２ ===============*/
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	width: 100%;
	height: 100%;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}



/*---------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------*/
header {
	margin: 0px 0px;
	padding: 10px 10px 0px 10px;
}
@media only screen and (max-width : 480px){
header {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
}	
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h2.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  font-size:30px;
  margin: 40px 0px 30px 0;
}

@media only screen and (max-width : 760px){
h2.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  font-size:27px;
}
}

h1.post_title {
	text-align: center;
	padding: 5px;
}

h1.top_page {
    margin: 0px 0 0 30px;
	font-size:1.7em;
}

div.top_page {
    margin: 5px 0;
	padding: 0px 0px 0px 0px;	
}

p.top_page {
    margin: 0px 0 0 0px;
	font-size:48px;
	padding: 0px 0px 5px 0px;	
}
@media only screen and (max-width : 480px){
p.top_page {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 8px;
	font-size:36px;
}
}

h1 {
background: linear-gradient(transparent 93%, #66CCCC 60%);
    font-weight: normal;
    font-size: 28px;
		margin: 12px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	    font-weight: bold;
		color: #444;
}

@media screen and (max-width: 480px) {	
h1 {
    background: linear-gradient(transparent 93%, #66CCCC 60%);
    display: block;
	font-size:20px;
	text-align: left;
	margin:1px 5px 11px 5px;
	padding:10px 10px 10px 10px;
	color: #444;
	font-weight: bold;
}
}




h2 {
background: linear-gradient(transparent 93%, #FFAD90 60%);
    font-weight: normal;
    font-size: 28px;
		margin: 12px 20px 20px 0px;
	padding: 10px 0px 0px 0px;
	    font-weight: bold;
		color: #444;
}

@media screen and (max-width: 480px) {	
h2 {
    display: block;
	font-size:20px;
	text-align: left;
	margin:1px 0px 11px 0px;
	padding:10px 0px 10px 0px;
	color: #444;
	    font-weight: bold;
}
}


@media screen and (max-width: 480px) {	
.white {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
  background: #ffffff;
}
}



a.no_underline {
	text-decoration:none;
	margin: -20px 0 0 20px;
    color: #FFFFFF;
}
@media screen and (max-width: 480px) {	
a.no_underline {
	margin: 0px 0 0 0px;
}
}

div#site_title_wrapper {
	float:left;
}

.an4-fadeleft {
    font-size: 30px;
    font-weight: bold;
	left: 0px;
    top: 0px;
    animation-name: fadeleft;
    animation-duration: 4s;
    animation-iteration-count: 1;
	margin:0px 0px 0px 0px;
}
	@keyframes faderight {
from {
    opacity: 0;
    transform: translateX(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
	
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.an3-faderight {
    font-size: 30px;
    font-weight: bold;
	left: 30px;
    top: 180px;
    animation-name: faderight;
    animation-duration: 9s;
    animation-iteration-count: 1;
}
	
@media screen and (max-width: 480px) {	
.an3-faderight {
	left: 10px;
    top: 143px;
	width: 68%;
    animation-name: faderight;
    animation-duration: 9s;
    animation-iteration-count: 1;
}
}
@keyframes fadeleft {
from {
    opacity: 0;
    transform: translateX(150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
	
.an5-fadetop {
    font-size: 20px;
    font-weight: bold;
	left: 0;
	top: 0px;
    animation-name: fadetop;
    animation-duration: 5s;
    animation-iteration-count: 1;
	height: 75px;
}
	
@media screen and (max-width: 480px) {	
.an5-fadetop {
    font-size: 26px;
    font-weight: bold;
	left: 0;
    top: 0px;
    animation-name: fadetop;
    animation-duration: 5s;
    animation-iteration-count: 1;
	padding: 8px 0px 3px 0px;
}
}	

@keyframes fadetop {
from {
    opacity: 0;
    transform: translateY(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.an6-fadebottom-a {
    font-size: 20px;
    font-weight: bold;
	right: 0;
    bottom: 0px;
    animation-name: fadebottom-a;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-a {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
	
.an6-fadebottom-b {
    font-size: 20px;
    font-weight: bold;
	right: 18%;
bottom: 0px;
    animation-name: fadebottom-b;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-b {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
	
.an6-fadebottom-c {
    font-size: 20px;
    font-weight: bold;
	right: 36%;
    bottom: 0px;
    animation-name: fadebottom-c;
    animation-duration: 5s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-c {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}














/*============
nav02
=============*/
nav02 {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav02 {
  right: 0;
}
nav02 .inner {
  padding: 25px;
}
nav02 .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav02 .inner ul li {
  position: relative;
  margin: 0;

}
nav02 .inner ul li a {
  display: block;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 0px 0px 0px 0px;
  margin: 15px 15px 15px 0px;
}
nav02 .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav02 {
    right: -240px;
    width: 240px;
	      background: #66CCCC;
  }
}
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 43px;
  right: 10px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 99999;
}
.open .toggle_btn {
  right: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #6a3906;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 35px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 25px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 35px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    right: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

	


/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　760px）▼▼▼ */
.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 480px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
/* ▲▲▲パソコンとスマホで表示内容を切り替え（スマホ　760px）▲▲▲ */

/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　760px）▼▼▼ */
.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 760px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
/* ▲▲▲パソコンとスマホで表示内容を切り替え（スマホ　760px）▲▲▲ */

/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　960px）▼▼▼ */
.pc_display_01 {
	display:block;
	margin:0;
}
.sp_display_01 {
	display:none;
}
@media only screen and (max-width : 960px){
.pc_display_01 {
	display:none;
}
.sp_display_01 {
	display:block;
}
}
/* ▲▲▲パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px）▲▲▲ */
















@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 0px;/*スライド左右の余白調整*/
}


















*, *:before, *:after {
	box-sizing: border-box;
}
.col-01_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	height: 100%;
}
.col-01_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col-01_2 > div{
	width: 100%;
}
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col-01_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col-01_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col-01_2 > div{
	width: 100%;
}
}











.top-banner-02{
	display: flex;
	flex-wrap:wrap;
	margin: 0px 10px 0px 10px;
}
.top-banner-02 li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
	
@media screen and (max-width: 480px) {
.top-banner-02 li {
	width: calc(100%/1);/*←画像を横に4つ並べる場合*/
	padding:10px 5px 0 0;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
}
.top-banner-02 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}








.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin: 0px 0px 20px 0px;
}
	
@media screen and (max-width: 480px) {
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin: 0px 0px 20px 0px;
}
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}















/*==================================================
★★★スライダーのためのcss★★★
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #1E90FF;/*矢印の色*/
    border-right: 2px solid #1E90FF;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
  margin:5px 0 0 0;
}
.slick-dots li {
    display:inline-block;
  margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:10px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#77FFFF;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#00BFFF;/*ドットボタンの現在地表示の色*/
}
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
} 
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}








head-menu{
    background: #fff5f0;
    position: relative;
    width: 100%;
	 margin: 0px;
    z-index: 9999;
}
head-menu_01 {
    background: #66CCCC;
    position: relative;
    width: 100%;
	 margin: 0px;
    z-index: 9999;
}

  .g-nav{
    width: 100%;
    z-index: 9999;
}
.g-nav-menu{
  text-align: right;
}
.g-nav-menu_01 {
  text-align: right;
}

.g-nav-menu li{
    color: #fff;
    padding: 0 12px 0 12px;
    list-style-type: none;
    display: inline-block;
    line-height: 0px;
}
.g-nav-menu_01 li{
    color: #fff;
    padding: 0 12px 0 12px;
    list-style-type: none;
    display: inline-block;
    line-height: 0px;
}

.g-nav-menu li a{
    color: #6a3906;
	  text-decoration: none;
}
.g-nav-menu_01 li a {
    color: #fff;
	  text-decoration: none;
}


@media screen and (max-width: 480px) {
	.g-nav-menu li a{
    color: #fff;
	  text-decoration: none;
}
	.g-nav-menu_01 li a{
    color: #fff;
	  text-decoration: none;
}
}


.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li{
    line-height: 40px;
}
	
@media screen and (max-width: 480px) {
head-menu{
    background: #fff5f0;
    position: relative;
    width: 100%;
	margin: 0px;
    z-index: 9999;
}
.g-nav{
    width: 100%;
    z-index: 9999;
}
.g-nav-menu{
    text-align: left;
    margin:0px 0px -30px 0px;
	padding:0px 0px 0px 0px;
}
.g-nav-menu li{
    color: #fff;
    padding: 0 12px 0 12px;
    list-style-type: none;
    width: 100%;
    line-height: 0px;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li{
    line-height: 40px;
}
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;



    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



table {
	width: 100%;
	table-layout: auto;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0px 0px 0px 0px;
}

th{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;
}

td{
	border: solid 1px #aaaaaa;	
	padding: 15px 0px 0px 0px;
	text-align: left;
}



.box {
	gap: 20px;
	margin: 50px 0;
	padding: 20px 0;
}

.text p {
    text-align: left;
}

.box3{
margin:50px 0px 50px 0px;
padding:0px 0px 0px 0px;
}







/*---------------------------------------------------------*/
/* footer */
/*---------------------------------------------------------*/
#footer {
    font-size: 0.9em;
    width:100%;
    height: 100%;
    margin: 60px 0px 0px 0px;
    background-color: #66CCCC;
	padding: 30px 10px 30px 10px;
	color:#FFFFFF;
	margin-top: auto;
	font-size: 1.24em;
}

.foot {
	background-color:#66CCCC;
	margin:0;
	text-align:center;
}

.foot_01 {
	background-color:#66CCCC;
	margin:0;
	text-align:center;
}

p.foot {
	text-align:center;
	padding: 0px 0 0 0;
	margin:0;
	color:#fff;
    font-size: 1em;
}
p.foot_01 {
	text-align:center;
	padding:10px 0 20px 0;
	margin:0;
	color:#fff;
    font-size: 1em;
}

@media only screen and (max-width : 760px){
p.foot_01 {
	text-align:left;
}
}

a.footer_01{
	color:#fff;
text-decoration: none;
}

a:hover.footer_01{
text-decoration: underline;
}

a.low {
	color:#fff;
	text-decoration: none;
}


td {
    border: solid 1px #aaaaaa;
    padding: 10px 5px 0px 5px;
    text-align: left;
}

th {
    border: solid 1px #aaaaaa;
    padding: 15px 10px;
    vertical-align: middle;
}










.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}







h3 {
    font-size: 24px;
  border-bottom: solid 3px skyblue;
  position: relative;
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 15px 0px;
}

@media screen and (max-width: 480px) {
h3 {
    font-size: 20px;
  border-bottom: solid 3px skyblue;
  position: relative;
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 15px 0px;
}
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}




/* 画像属性等 */
img {
	max-width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	vertical-align: bottom;
}










/*スクロールバーの横幅指定*/
.scrollArea{
	height: 300px;
	overflow: auto;
	padding-right: 20px;
	    border: 1px #ffbf7f solid;
	
	margin:25px 5px 20px 5px;
padding:5px 8px 5px 8px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}







/*
==================================================
お問い合わせ
==================================================
*/
.contact-width{max-width: 100%;}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:5px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#FF9900;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:8px;
 border: none;
transition: background 0.2s ease, color 0.2s ease; /* 背景色と文字色の切り替えにアニメーションを追加 */
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#FFCC99;
 color:#fff;

}

.inquiry th{
text-align:left;
}

input {

}
@media screen and (max-width: 960px) {
input {
width: 100%;
}
}

textarea {
width: 100%;
}

.wpcf7-form-control{
font-size:17px;
}

input[type="checkbox" i] {
margin: 3px 3px 3px 4px;
}






/*
==================================================
★★★ひとみさんのLP★★★

将来や生き方にお悩みの方に
==================================================
*/
/* ボタンコンテナの基本スタイル */
.cta-button-container {
    text-align: center; /* ボタンを中央に寄せる */
    max-width: 1000px;
    margin: 60px auto;	
}

/* ボタンの基本スタイル */
.cta-button {
    width: 45%; /* ボタンの幅を設定 */
    padding: 12px 24px;
    font-size: 16px;
    color: white;
    background-color: #D4A71B;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    display: inline-block; /* ボタンを横並びにする */
    margin: 5px 2.5%; /* ボタン間の余白 */
}
.first-section {
        margin: 80px 0px;
    }
    .section-title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 40px;
    }
h2.section-title {
    background: none;
}
.list-container {
    background-color: #edf2f6;
    padding: 40px;
    margin: 20px auto;
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    position: relative;
}

.list-container::after {
    content: "";
    position: absolute;
    bottom: -20px; /* 三角形の位置を調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 300px solid transparent; /* 600pxの半分 */
    border-right: 300px solid transparent; /* 600pxの半分 */
    border-top: 20px solid #edf2f6; /* 三角形の色と高さ */
}
    .list-item {
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .list-item:last-child {
        border-bottom: none;
    }
    .list-item img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .footer-text {
        font-size: 18px;
        margin-top: 40px;
        color: #555;
		text-align:center;
    }
/* スマホ版: 画面幅が760px以下の場合 */
@media screen and (max-width: 760px) {
.list-container::after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}
}
/* スマホ版: 画面幅が600px以下の場合 */
@media (max-width: 600px) {
    .cta-button {
        width: 100%; /* 幅を調整して中央に揃える */
        margin: 10px auto; /* 上下の余白と中央揃え */
        display: block; /* 縦に並ぶようにする */
    }
}

/*
==================================================
レジリエンスについて
==================================================
*/
.resilience-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.resilience-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #555; /* Neutral gray */
}

.resilience-content {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    justify-content: space-between;
    align-items: center;
    gap: 20px;
	margin: 0px auto;
}

.resilience-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.resilience-text {
    max-width: 600px;
    text-align: left;
    line-height: 1.8;
    color: #333;
	margin: 0px auto;	
}

/* Responsive Design */
@media (max-width: 768px) {
    .resilience-content {
        flex-direction: column;
    }

    .resilience-text {
        text-align: center;
    }
}



/*
==================================================
「ライフプラン 彩り」について
==================================================
*/
    .profile-container {
        max-width: 900px;
        padding: 20px;
        text-align: center;
        margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 80px;
		padding: 50px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        background-image: url('https://cocosapo.jp/wp-content/uploads/right-handcorner.png'), url('https://cocosapo.jp/wp-content/uploads/left-handcorner.png'); /* 画像ファイル名を指定 */
        background-position: top right, bottom left;
        background-repeat: no-repeat;
        background-size: 300px;
    }
    .section-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
.section-title h2 {
    background: none;
}
    .profile-section_01 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        max-width: 100%;
    }
    .profile-image_01 {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-image: url('https://cocosapo.jp/wp-content/uploads/hitomi-img.png'); /* 画像ファイル名を指定 */
        background-size: cover;
        background-position: center;
    }
    .profile-info {
        text-align: left;
        max-width: 600px;
        line-height: 1.8;
    }
    .profile-info h2 {
        font-size: 20px;
        margin: 0;
    }
    .profile-info .position {
        font-size: 14px;
        color: #555;
        margin-top: 5px;
    }

    /* スマホ版: 画面幅が600px以下の場合 */
    @media (max-width: 600px) {
        .profile-section_01 {
            flex-direction: column-reverse; /* テキストが下、写真が上になる */
            text-align: center;
        }
        .profile-info {
            text-align: center;
        }
    }

/*
==================================================
ライフプラン 彩りのコーチングでできること
==================================================
*/
    .coaching-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    .coaching-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .coaching-description {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 30px;
    }

/*
==================================================
明確なビジョンの確立
==================================================
*/
    .vision-section {
        display: flex;
        align-items: center;
        background-color: #fdf1e7;
        padding: 20px;
        max-width: 900px;
        margin: 0 auto;
        border-radius: 10px;
        gap: 20px;
    }
    .vision-image {
        width: 250px;
        height: auto;
    }
    .vision-content {
        max-width: 500px;
        color: #5b4636;
        line-height: 1.8;
    }
    .vision-title {
        font-size: 20px;
        font-weight: bold;
        background-color: #e3a93a;
        color: #fff;
        padding: 8px 16px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 10px;
    }

    /* スマホ版: 画面幅が600px以下の場合 */
    @media (max-width: 600px) {
        .vision-section {
            flex-direction: column;
            text-align: center;
        }
        .vision-image {
            width: 100%;
            max-width: 300px;
        }
    }

/*
==================================================
自己肯定感の向上
==================================================
*/
    .confidence-section {
        display: flex;
        align-items: center;
        padding: 20px;
        max-width: 900px;
        margin: 0 auto;
        border-radius: 10px;
        gap: 20px;
    }
    .confidence-image {
        width: 300px;
        height: auto;
        border-radius: 5px;
    }
    .confidence-content {
        max-width: 500px;
        color: #5b4636;
        line-height: 1.8;
    }
    .confidence-title {
        font-size: 20px;
        font-weight: bold;
        background-color: #e3a93a;
        color: #fff;
        padding: 8px 16px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 10px;
    }

    /* スマホ版: 画面幅が600px以下の場合 */
    @media (max-width: 600px) {
        .confidence-section {
            flex-direction: column-reverse;
            text-align: center;
        }
        .confidence-image {
            width: 100%;
            max-width: 300px;
        }
    }

/*
==================================================
持続的な成長
==================================================
*/
    .growth-section {
        display: flex;
        align-items: center;
        background-color: #fdf8e4;
        padding: 20px;
        max-width: 900px;
        margin: 0 auto;
        border-radius: 10px;
        gap: 20px;
    }
    .growth-image {
        width: 300px;
        height: auto;
        border-radius: 5px;
    }
    .growth-content {
        max-width: 500px;
        color: #5b4636;
        line-height: 1.8;
    }
    .growth-title {
        font-size: 20px;
        font-weight: bold;
        background-color: #e3a93a;
        color: #fff;
        padding: 8px 16px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 10px;
    }
    /* スマホ版: 画面幅が960px以下の場合 */
@media (max-width: 960px) {
    .growth-image {
        width: 350px;
        height: auto;
    }
}
    /* スマホ版: 画面幅が600px以下の場合 */
    @media (max-width: 600px) {
        .growth-section {
            flex-direction: column;
            text-align: center;
        }
        .growth-image {
            width: 100%;
            max-width: 300px;
        }
    }

/*
==================================================
あなたに合わせたサービス内容
==================================================
*/
/* サービスセクションのスタイル */
.service-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #f0f4f8;
    position: relative;
    text-align: center;
    /* 背景画像の設定 */
    background-image: url('https://cocosapo.jp/wp-content/uploads/right-handcorner.png'), url('https://cocosapo.jp/wp-content/uploads/left-handcorner.png');
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    background-size: 250px; /* 必要に応じてサイズを調整 */
}

/* タイトルスタイル */
.section-title_01 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* サービスの説明テキスト */
.service-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* サービス内容のコンテナ */
.service-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
}

/* カードの画像丸角 */
.service-image {
	border-radius: 5px;
}

/* 各サービスカードのスタイル */
.service-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}

/* サービスカードのタイトル */
.service-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    border-bottom: none;	
}
.service-card h3:after {
    border-bottom: none;
}
/* サービスカードのテキスト */
.service-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .service-content {
        grid-template-columns: 1fr;
    }
}

/*
==================================================
あなたも新たな一歩を踏み出しませんか？
==================================================
*/
/* CTAセクションのスタイル */
.cta-section {
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
h2.cta-title {
    background: none;
}
.cta-description {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #d9a400;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #c08f00;
}

/* スマートフォン向けのレスポンシブ対応 */
@media (max-width: 600px) {
	.cta-section {
    text-align: center;
    padding: 40px 0px;
    max-width: 900px;
    margin: 0 auto;
}
    .cta-buttons {
        flex-direction: column;
    }
}

/*
==================================================
よくある質問
==================================================
*/
/* FAQセクションのスタイル */
.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
	background-color: #f9f9f9;
}

.faq-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
h2.faq-title {
    background: none;
}
.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
    border-left: 8px solid #d9a400;
}

.faq-icon {
    background-color: #d9a400;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 20%;
    margin-right: 10px;
}

.faq-answer {
    font-size: 16px;
    color: #555;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.8;
}

/*
==================================================
レジリエンスが役立つこんな場面
==================================================
*/
.features-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #FCFEEE; /* 背景色を追加 */
}
.features-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #555;
    background: none;
}
.feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
}
.feature-text {
    flex: 1;
    text-align: left;
    padding-right: 20px;
}
.feature-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: none;
}
.feature-text h3:after {
    border-bottom: none;
}
.feature-text .number {
    font-size: 2.3em;
    font-weight: bold;
    margin-right: 15px;
    color: #333;
	vertical-align: sub;
}
.feature-text p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}
.feature-image {
    flex: 1;
}
.feature-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 960px) {
    .feature {
        flex-direction: column;
        align-items: center;
    }
    .feature-text {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .feature-image img {
        max-width: 100%;
    }
    .features-section h2 {
        text-align: center;
    }
    .feature-text .number {
    }
    .feature-text h3 {
        text-align: left;
    }
    .feature-text p {
        text-align: left;
    }
}
@media (max-width: 760px) {
    .feature {
        flex-direction: column;
        align-items: center;
    }
    .feature-text {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .feature-image img {
        max-width: 100%;
    }
    .features-section h2 {
        font-size: 26px;
        text-align: center;
    }
    .feature-text .number {
        font-size: 1.8em;
    }
    .feature-text h3 {
        font-size: 22px;
        text-align: left;
    }
    .feature-text p {
        text-align: left;
    }
}
@media (max-width: 520px) {
    .features-section h2 {
        text-align: center;
    }
}
/*
==================================================
ひとみさんのお問い合わせ
==================================================
*/
h2.contact-form-title {
    background: none;
	text-align: center;
}

/*
==================================================
運営者情報で使ってる表
==================================================
*/
/* table01 */
#table01 {
    width: 900px;
    margin: 0 auto;
	font-size:20px;
}
@media screen and (max-width: 960px) {
#table01 {
    width: 100%;
margin: 0;
	padding:0;
}
}


#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
	padding:20px 10px;
	vertical-align:middle;

}

#table01 th {
  width: 30%;
  text-align:left;
  background-color: #fff;
}

/* sp */
@media only screen and (max-width: 760px) {
#table01 th {
  background-color: #f7f7f7;
}
}
@media only screen and (max-width: 760px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
	  font-size:1.0em;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 10px;
  }
	
  #table01 tr {
    border-bottom: none;
  }
}


.table_kakomi {
	width:100%;
}
.table_kakomi_01 {
	margin:10px;
	padding:0;

}


/*
==================================================
あなたも新たな一歩を踏み出しませんか？
==================================================
*/
/* CTAセクションのスタイル */
.whatyouget-section {
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin: 50px auto;
}

.whatyouget-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
h2.whatyouget-title {
	text-align: center;
    background: none;
}

@media screen and (max-width: 760px) {
.whatyouget-section {
    text-align: center;
    padding: 40px 0px;
    max-width: 900px;
    margin: 50px auto;
}
}

ol.list_01{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.list_01 li{
  position:relative;
  margin: 27px 0 27px 5px;
  padding: 19px 0 9px 70px;
  font-weight: bold;
  font-size:18px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
	border-bottom: solid 1px #F6A38B;
	text-align: left;
}
ol.list_01 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -5px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #F6A38B;
  border-radius: 50%;
	top: 50%;
	padding: 12px 0 0 0;
	font-size: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list_01 li:hover{
	color: #000;
}
ol.list_01 li:hover:before{
  background: #fff;
  color: #F6A38B;
}



h2.k {
    background: #F6A38B;
    padding: .5em .8em;
    font-size: 24px;
    color: #fff;
    margin: 40px 0 20px 0;
}

h3.k {
    font-size: 22px;
    padding: .6em .5em .3em .8em;
    margin: 2.3em .3em 0em .3em;
    color: #494949;
    background: #f9f9f9;
    border-bottom: solid 3px #eee;
    letter-spacing: 1.5px;
    border-left: solid 6px #F6A38B;
}
h3.k:after {
    border-bottom: none;
}

h4.k {
    padding: .3em .7em;
    color: #494949;
    background: transparent;
    border-bottom: solid 3.5px #F6A38B;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin: 0.7em .5em 0em .5em;
}






/* ▼▼▼トップページの最新の投稿を表示（アイキャッチ画像の大きさ指定）▼▼▼ */
.ileft {
	width:300px;
height:200px;
}

@media only screen and (max-width : 760px){
.ileft {
	width:100%;
height:auto;
}
}
/* ▲▲▲トップページの最新の投稿を表示（アイキャッチ画像の大きさ指定）▲▲▲ */


/* ▼▼▼タグ一覧ページの投稿を表示（アイキャッチ画像の大きさ指定）▼▼▼ */
.itag {
	width:220px;
	height:150px;
}
/* ▲▲▲タグ一覧ページの投稿を表示（アイキャッチ画像の大きさ指定）▲▲▲ */


/* ▼▼▼トップページの最新の投稿を表示　アイキャッチ画像▼▼▼ */
/* リスト */
.new_01 {
	list-style: none;
	padding: 0px;
	margin: 15px 0px;
}
@media only screen and (max-width : 760px){
.new_01 {

}	
}

/* h5 */
.new_02 {
	font-size:1.3em;
	font-weight:bold;
	padding: 0;
	margin: 15px 0 0 0;
}
@media only screen and (max-width : 760px){
.new_02 {
	font-size:1.2em;
	margin: 10px 0 0 0;
}	
}

.new_03 {
	font-size:20px;
	font-weight:bold;
	padding: 0;
	margin: 0;
}


/* 画像 */
.new img {
	float: left;
	padding: 0;
	margin: 5px 20px 5px 10px;
}
@media only screen and (max-width : 760px){
.new img {
	margin: 5px 0px 15px 0px;
}	
}

/* ボックス */
.new {
	width:100%;
	padding: 0.5em 1em 1.0em 1em;
    color: #000;/*文字色*/
    background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.new {
	padding: 0.5em 0em;
}	
}

.new p {
	font-size:16px;
	padding: 0;
	margin: 20px 0px;
}
@media only screen and (max-width : 760px){
.new p {
	font-size:15px;
}	
}

.back_05 {
    padding: 0px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fff;
}
@media only screen and (max-width : 960px){
.back_05 {
	padding: 10px 5px;
}	
}
/* ▲▲▲トップページの最新の投稿を表示　アイキャッチ画像▲▲▲ */




/*---------------------------------------------------------*/
/* カテゴリー post */
/*---------------------------------------------------------*/
div.category-content {
    padding: 0;
	height: 100%;
	width: 100%;
	margin: 0 10px;
}
@media only screen and (max-width : 760px){
div.category-content {
	margin: 0 0px;
}	
}

/* ▼▼▼カテゴリーにあるアイキャッチ画像▼▼▼ */
/* リスト */
.category_01 {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}
@media only screen and (max-width : 760px){
.category_01 {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
}	
}

/* h2 */
h2.category_02 {
	font-size: 1.3em;
	padding: 0;
	margin: 5px 0px;
	font-weight:bold;
	background:none;
}


/* 画像 */
.category img {
	padding: 0;
	margin: 5px 20px 5px 10px;
	float:left;
}
@media only screen and (max-width : 760px){
.category img {
	margin: 0px 0px 20px 0px;
}	
}

/* ボックス */
.category {
	width:100%;
	padding: 0.5em 1em 3.5em 1em;
    color: #000;/*文字色*/
	background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.category {
	padding: 0.5em 1em 2.0em 1em;
}	
}

.category p {
	font-size:16px;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.category p {
}
}

.more_link {
	text-decoration:underline;
}	

a:hover.more_link {
	text-decoration:none;
}
/* ▲▲▲カテゴリーにあるアイキャッチ画像▲▲▲ */




/* ▼▼▼カテゴリーの記事一覧のページネーション▼▼▼ */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
        text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #ff8c00; /* 通常の背景色 */
  border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
  background: none;
  color: #000;
}
.pagination a:hover{
  color: #000; /* マウスホバー時の文字色 */
  background: #EEEEEE; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 14px 10px 14px;
  color: #000; /* 現在のページの文字色 */
  background: #EEEEEE; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 7px 10px 7px 10px;
}
.pagination .current{
  padding: 7px 10px 7px 10px;
}
}
/* ▲▲▲カテゴリーの記事一覧のページネーション▲▲▲ */


/* ▼▼▼ポイントのボックス▼▼▼ */
.box_poit,
.readmore {
  position: relative;
  margin: 3.5em 0 2.5em;
  padding: .5em 1em;
  border: solid 2px orange;
}

.box_poit .box-title {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 10px;
  padding: 0 9px;
  background: #fff;
  color: orange;
  font-size: 19px;
  font-weight: 700;
}

.box_poit .box-title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://cocosapo.jp/wp-content/uploads/check-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 10px;
}

.box_poit p {
  margin: 15px 10px 10px;
  padding: 0;
}
/* ▲▲▲ポイントのボックス▲▲▲ */