@charset "UTF-8";
/*
Theme Name: MY THEME 2-6
Author: PICNIC
Description: This is my original theme.
Version: 1.0
*/




body	{margin: 55px 0px 0px 0px;/*ヘッダーと同じ高さのマージンを追加*/
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5em}

 /** 記事本文内のマージンを調整 603 */
.content p {
			margin-bottom: 1.4em;
}

/* ------------------- 基本構造 ------------------- */


footer	{
	background-color: #2ea8d1;
margin: 0}

/* ボックスの左右の余白 */
footer
	{margin: 0;
	padding: 0}


/* ボックスの上下の間隔 */
.sub-header	{padding-top: 5px}

.contents	{padding: 20px 10px 20px 10px}/* 全ページの記事の余白 */

.sub	{padding-top: 20px;
	padding-bottom: 5px}/* ここに左右の数値を入れない。pc表示が崩れる */

footer	{padding-top: 5px;
	padding-bottom: 5px}

@media (max-width: 599px) {
	.contents	{padding-top: 10px}
}


@media (min-width: 768px) {
/* ボックスの左右の余白 */
footer, .container, .sub-header
	{padding-left: 10px;
	padding-right: 10px}
	
	/* コンテンツとサイドバーを横に並べる設定 */
	.container:after	{content: "";
		display: block;
		clear: both}

	.contents	{float: left;
		width: 70%}

	.sub	{float: left;
		width: 30%}

	/* コンテンツとサイドバーの間隔 */
	.contents	{padding-right: 40px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box}
}

@media (min-width: 1040px) {
	/* 全体の横幅 */
	.container, .footer-inner, .sub-header
		{width: 1000px;
		margin-left: auto;
		margin-right: auto}
}


/* ------------------- ヘッダー ------------------- */

/* サイト名 */
.site h1 a	{display: inline-block;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	text-decoration: none}

.site h1	{margin: 0;
	font-family: 'Arial Black', sans-serif;
	font-size: 23px}



/* ------------------- フッター ------------------- */

/* コピーライト */
.copyright {margin: 0;
	color: #fffefe;
	font-size: 12px}


/* 612フッター指定 */
.footer-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.footer-inner {position: relative;
text-align: center;
padding: 0;
margin: 0;
}

.footlogo img {
  width: 120px;
}


.footer-inner .nav a {
	display: inline-block;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-decoration: none;
	color: #fffefe;
	border-bottom: solid 1px #58bada;
	width:100%;
	font-size: 14px;
	font-weight: 700
}
 
@media only screen and (min-width: 641px) {
.footer-inner .nav {
display:flex;
align-items: center;
justify-content: center;
margin: 0;
  }
.footer-inner .nav a:hover {
    color: #2997bc;
  }
.copyright {margin: 0;
color: #fffefe;
font-size: 12px}
.footer-inner .nav a {
display: inline-block;
padding: 0px 20px 0px 20px;
margin: 0;
text-decoration: none;
color: #fffefe;
border-bottom: none;
width:100%;
}
}




/* ------------------- 記事の概要 ------------------- */

/* 概要 */
.gaiyou a	{display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none}

.gaiyou a:hover	{background-color: #eeeeee}

.gaiyou a:after	{content: "";
	display: block;
	clear: both}

.gaiyou img	{float: left;
	width: 200px}

.gaiyou .text	{float: none;
	width: auto;
	margin-left: 230px}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px}

.gaiyou p	{margin: 0;
	font-size: 14px}

.gaiyou .kiji-date	{margin-bottom: 8px}


@media (max-width: 599px) {
	.gaiyou a	{padding: 10px 0}

	.gaiyou img	{width: 100px}

	.gaiyou .text	{margin-left: 110px}

	.gaiyou h1	{font-size: 16px}

	.gaiyou p	{visibility: hidden;
		height: 0}

	.gaiyou .kiji-date	{margin-bottom: 0}
}

/* ------------------- 記事 ------------------- */

/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 21px}

.kiji p	{margin-top: 0;
	margin-bottom: 20px}

/* 記事　明朝体 */
.kiji-min {
	font-size: 18px;
    font-family: "serif";
	margin: 20px 0px 20px 0px;
}

@media (max-width: 599px) {
	.kiji h1	{font-size: 19px}

	.kiji p	{font-size: 16px}
}

/* ------------------- サイドバー ------------------- */

/* メニュー */
.mymenu h2	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 2px #dddddd;
	color: #666666;
	font-size: 18px}

.mymenu ul	{margin: 0;
	padding: 10px 10px 10px 10px;
	list-style: none}/*--スマホ用サイドバーの左右の余白をここで入れる--*/

.mymenu li a	{display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.mymenu li a:hover	{background-color: #eeeeee}

/*---------サムネイル画像を付けたメニューのデザイン ---------*/
.mymenu-thumb li a	{padding: 5px 0;
	border-bottom: dotted 1px #dddddd;
	color: #2ea8d1}

.mymenu-thumb li a:after	{content: "";
	display: block;
	clear: both}

.mymenu-thumb li .thumb	{float: left;
	width: 130px;/*--画像のトリミングサイズ横幅--*/
	height: 100px;/*--画像のトリミングサイズ縦幅--*/
	background-size: cover;
	background-position: 50% 50%}/*--画像のトリミング位置--*/

.mymenu-thumb li .text {float: none;
	width: auto;
	margin-left: 140px;/*--画像のトリミングサイズに合わせて文字の位置を設定する--*/
	font-weight: bold}

.mymenu-thumb li span {display: block;
	color: #666666;
	font-size: 9px;
	font-weight: normal}

@media (max-width: 768px) {
.mymenu-thumb li .text {
	font-size: 16px;
	line-height: 1.3}
}


/* 大きい画像用の設定 */
img, .wp-caption	{max-width: 100%;
	margin: 0;
	height: auto}

/* アイキャッチ画像 */
.catch	{margin-top: 0px;
	margin-bottom: 10px}

/* トップページトップページトップページトップページ */
.largeheader {width: 100%;
             height: auto;
	margin: 0}


/* solid017 */

.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}








/* -------------------ページトップのアイキャッチ------------------- */

.icatchs {
	margin: 5px 5px 5px 5px;
	display: flex;
	justify-content: center;
	padding: 5px 5px 5px 5px}


.icatch {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px}


div.icatch p {
	font-size:10px;
	padding:0;
	margin:0;
	line-height:1.2em;
	font-weight:normal
}

a.play:link {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
	text-decoration:none
}

a.play:hover {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	color: #FF1F8F;
	font-weight: 600;
}

*{
	box-sizing: border-box;
}

.l-container {
	display:flex;
	flex-wrap: wrap;
}


.card_image {
	margin: 0;
	padding: 0;
}

.card_image img {
	max-width: 100%;
	height: auto;
}



.card_basis {
	margin: 0;
	padding: 5px 5px 5px 5px;
    flex-basis: 50%;
}




.card_moji_a {
	margin: 0;
	padding: 0;
}
.card_moji_a a {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: #222222;
	line-height: 1.2;
}

.card_moji_b {
	margin: -5px 0px 0px 0px;
	padding: 0;
}
.card_moji_b a {
	display: inline-block;
	padding-left: 3px;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #2ea8d1;
	line-height: 1;
}

.fa-angle-right {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #2ea8d1;
}





/* -------------------画像の上のカテゴリータグ------------------- */

.tagmoji {position: relative;}
.tagmoji p {position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 3px 15px 3px 15px;
	border-radius: 5px 0 0 0;
	background-color: #DE4F87;
	color: #fff;
	line-height: 1.5em;
font-size: 10px;}

.tagmoji img {
	margin: 0;
	border-radius: 5px 5px 5px 5px;
	max-width: 100%;
	height: auto;}


.pro_contents {display: flex;
	margin: 5px 5px 5px 5px;
	padding:20px 10px 20px 10px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 5px 5px 5px 5px;
}

.pro-img {
	margin: 0;
	width: 70px;/*--画像のトリミングサイズ横幅--*/
	height: 70px;/*--画像のトリミングサイズ縦幅--*/
	border-radius: 50%;
}

.pro-content {
	padding: 0px 0px 0px 8px;
	margin: 0;
}

.pro-content {
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.pro-subtitle {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #808080;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
}

.pro-title {
	padding: 4px 0px 4px 0px;
	margin: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
}

.pro-text {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.insta_btn2{/*ボタンの下地*/
	margin-top: 10px;
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 30px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 13px;/*文字のサイズ*/
  line-height: 30px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 22px;/*アイコンサイズ*/
  position: relative;
	padding-right: 10px;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.mirincenter {
	left: 50%;
}




/*余白や線を幅や高さに含める*/
*{
    box-sizing:border-box; 
}

/* ヘッダーとフッターをバーの形にする設定 */
header {
    position: fixed;/*ヘッダー固定する設定*/
	width: 100%;
	z-index:1000;/*position属性が重なる場合の対処*/
    margin: 0px 0px 0px 0px;
    top: 0;/*画面一番上で固定*/
	background-color: rgba(245, 245, 245, 0.9);
    padding-left: 0;
    padding-right: 0;
}



/* 最大から768pxまでの㍶の横並び画面とサブメニュー */
@media (min-width: 768px) {

/*ヘッダー全体を囲む*/
.header_wrap {
    width:100%;
    padding:0 2rem;
    display:flex;
    justify-content:space-between;
    margin:0 0 0 0;  /*ヘッダーの位置を固定（上0）*/
    align-items: center;
    position: relative;
}

#header_nav	{
    display: block !important}


/*ulメインメニューul---------------*/
.header_ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;/*フレックス要素の横の余白*/
    list-style: none;/*リストの点を消す*/
}

.header_li a	{
    display: block;
    margin: 0;
    width:100%;
    padding: 0;
    color: #2A2A2A;/*ドロップダウン文字色*/
    font-size: 15px;
    background-color: #F5F5F5;/*ドロップダウン背景色*/
    opacity: 0.9;/*背景色を透明*/
    list-style: none;/*リストの点を消す*/
    text-decoration: none}

.header_li a:hover	{
    background-color: #E2E2E2}

.custombtn a	{
	display: block;
	margin: 0;
	width:100%;
	padding: 0;
	color: #2A2A2A;/*ドロップダウン文字色*/
	font-size: 15px;
	background-color: #F5F5F5;/*ドロップダウン背景色*/
	opacity: 0.9;/*背景色を透明*/
	list-style: none;/*リストの点を消す*/
	text-decoration: none}

.custombtn a:hover	{
	background-color: #E2E2E2}

/*ulサブメニューul---------------*/
.header_sub_ul{
    position: absolute;
    top: 70px;
}

/*liサブメニューli*/
.header_sub_li{
    display: block;
    width: 250px;/*プルダウン一つの横幅*/
    height: 50px;/*プルダウン一つの高さ幅*/
    background-color: #d3d3d3;
}

.header_sub_li a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 0.5rem;
    font-size: 12px;
	text-decoration:none;
    list-style: none;/*リストの点を消す*/
	color:#333;
}

.header_sub_li a:hover{
    color: #ffffff;
	background-color: #595f92;
}

/* トグルボタン */
#navbtn	{
    display: none}
}



/*  ドロップダウンのための記述 */
/* 初期状態でサブメニューを非表示にしておく */
.header_sub_ul {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.header_li:hover .header_sub_ul {
  display: block;
}



/* ---max768pxまでのドロップダウン装飾css記述 --- */
@media (max-width: 768px) {

.header_wrap {
	width:100%;
	padding-left: 0;
    padding-right: 0;
	display:block;
	margin:0 0 0 0;  /*ヘッダーの位置を固定（上0）*/
}

.header_menu {
	display: flex;
	justify-content: space-between;
	height: 55px;
	padding: 20px;
	align-items: center;
}

#header_nav	{
    display: none;
    margin: 0}

.header_ul {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    list-style: none;/*ulに点を消す指定するとliの点消える*/}

.header_li a {
    display: block;
    margin: 0;
    width:100%;
    padding: 10px 10px 10px 10px;/*リストのサイズ指定*/
    color: #2A2A2A;/*ドロップダウン文字色*/
    font-size: 13px;
    font-weight: 700;
    border-top: solid 1px #E2E2E2;
    background-color: #F5F5F5;/*ドロップダウン背景色*/
    text-decoration:none;
    opacity: 0.9;/*背景色を透明*/}

.header_li a:hover {
    background-color: #E2E2E2;
    opacity: 0.9;/*背景色を透明*/}

.custombtn a {
	display: block;
	margin: 0;
	width:100%;
	padding: 10px 10px 10px 10px;/*リストのサイズ指定*/
	color: #2A2A2A;/*ドロップダウン文字色*/
	font-size: 13px;
	font-weight: 700;
	border-top: solid 1px #E2E2E2;
	background-color: #F5F5F5;/*ドロップダウン背景色*/
	text-decoration:none;
	opacity: 0.9;/*背景色を透明*/}

.custombtn a:hover {
	background-color: #E2E2E2;
	opacity: 0.9;/*背景色を透明*/}

.custombtn{
	position: relative;
	top: 0;
	right: 0;
}
.custombtn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 13px;
	right: 20px;
	margin: 0;
	padding: 0;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg) translateY(-25%);
	color: #2A2A2A;
	}
    
/* ---ドロップダウンのサブメニュー */
.header_sub_ul {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    list-style: none;/*ulに点を消す指定するとliの点消える*/}

.header_sub_li a {
    display: block;
    margin: 0;
    width:100%;
    padding: 10px 10px 10px 10px;/*リストのサイズ指定*/
    color: #2A2A2A;
    background-color: #F5F5F5;
    text-decoration:none;
    align-items: center;}
    
.header_sub_li a:hover {
    background-color: #E2E2E2;
    opacity: 0.9;/*背景色を透明*/}


/* トグルボタン */

#navbtn	{/*ボタン外側*/
	position: relative;
	width: 29px;
	height: 40px;
	cursor: pointer;
}

#navbtn span {/*ボタン内側*/
	position: absolute;
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	width: 91%;
	left: 3px;
	height: 4px;
	border-radius: 4px;
	background-color:#2A2A2A;
}

#navbtn span:nth-of-type(1){
	top: 5px;
}

#navbtn span:nth-of-type(2){
	top: 13px;
}

#navbtn span:nth-of-type(3){
	top: 21px;
}

#navbtn span:nth-of-type(3)::after{
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	left: -2px;
	top: 2px;
	color: #2A2A2A;
	font-size: 0.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
#navbtn.active span:nth-of-type(1){
	top: 5px;
	left: -7px;
	transform: translate(11px,8px) rotate(-45deg);
	width: 90%;
}

#navbtn.active span:nth-of-type(2){
	opacity: 0;
}

#navbtn.active span:nth-of-type(3){
	top: 21px;
	left: -7px;
	transform: translate(11px,-8px) rotate(45deg);
	width: 90%;
}

#navbtn.active span:nth-of-type(3)::after{
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
	transform: translate(5px,0) rotate(-45deg);
	left: 5px;
	top: 2px;
}

}