    /*
    Theme Name: Catdog-RP
    Theme URI: http://
	Description: Responsive Web Design
    */
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 1.6rem;/* 16px */
	font-weight: 500;
	line-height: 1.7;
	font-family: Quicksand, 'M PLUS Rounded 1c', sans-serif,'Noto Serif JP', serif ,游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFF4;
	color: #444444;
	margin: 0px;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* Responsive Menu */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	outline:none;
}	
.center_box001  {
	margin:0px 0px 50px 0px;
	text-align:center;
}
.center_box001  img {
	max-width: 100%;
}
.center_box002  {
	margin:0px 0px 30px 0px;
	text-align:center;
}
.center_box002  img {
	max-width: 100%;
}
.p18 {
	font-size: 1.8rem;
	line-height: 1.8;
	color: #444444;
	margin: 0px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.gyoukan01 {
	line-height: 2;
}
.img_100 {
	max-width: 100%;
}
.maru_top {
	font-size: 5rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 50px auto 50px auto;
}
.maru_top::before {
    content: "●";
    color: #57b3ad;
	padding: 0 15px 0px 0 ;
	font-size: 3rem;
	vertical-align: 0.4rem;
}
.maru_top::after {
    content: "●";
    color: #ee87b4;
	padding: 0 0px 0 15px ;
	font-size: 3rem;
	vertical-align: 0.4rem;
}
.maru0 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 50px auto 50px auto;
}
.maru0::before {
    content: "●";
    color: #57b3ad;
	padding: 0 15px 0px 0 ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru0::after {
    content: "●";
    color: #ee87b4;
	padding: 0 0px 0 15px ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru01 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 50px auto 5px auto;
}
.maru01::before {
    content: "●";
    color: #57b3ad;
	padding: 0 15px 0px 0 ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru01::after {
    content: "●";
    color: #ee87b4;
	padding: 0 0px 0 15px ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru02 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 50px auto 5px auto;
}
.maru02::before {
    content: "●";
    color: #57b3ad;
	padding: 0 15px 0px 0 ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru02::after {
    content: "●";
    color: #ee87b4;
	padding: 0 0px 0 15px ;
	font-size: 2rem;
	vertical-align: 0.4rem;
}
.maru_b01  {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0px auto 5px auto;
}
.maru_b02  {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0px auto 50px auto;
}
.maru_b03  {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0px auto 50px auto;
}
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#head_box01  {
	width: 100%;
	max-width: 1000px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: flex;
  justify-content: space-between; /* 左右均等分布 */
  align-items: center; /* 上下中央揃え */
}
#head_box01  div {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#head_box01  div h1 {
	font-size: 1.4rem;
	color: #77CC44;
	margin: 0;
	padding: 0;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#head_info01 {
	text-align: right;
}
nav {
	width: 100%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
}
nav ul {
	font-size: 1.8rem;
	font-weight: 500;
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
nav ul li {
	width: 19%;
	height: auto;
	text-align: center;
    background-position: center bottom;
    margin: 0;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	border-radius: 16px;
}
.back_nav {
	background-color: #CC66CC;
}
.memoriaru {
	background-color: #66CC84;
}
.back_nav a  {
	color: #ffffff;
  text-decoration: none;
  display: block;
	padding: 10px 0 10px 0 ;	
  cursor: pointer;
  transition-duration: 0.5s;
	border-radius: 16px;
}
.memoriaru a  {
	color: #ffffff;
  text-decoration: none;
  display: block;
	padding: 10px 0 10px 0 ;	
  cursor: pointer;
  transition-duration: 0.5s;
	border-radius: 16px;
}
.back_nav a:hover  {
	color: #ffffff;
  text-decoration: none;
	background-color: #CC99FF;
  transition-duration: 0.5s;
	border-radius: 16px;
}
.memoriaru a:hover  {
	color: #ffffff;
  text-decoration: none;
	background-color: #77dd99;
  transition-duration: 0.5s;
	border-radius: 16px;
}
#top_img_box {
	width: 100%;
	max-width: 1200px;
	background:url(images/top_img_back.png);/*固定する背景画像*/
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top_img_box img {
	width: 100%;
	max-width: 1000px;
}
#mes01 {
	font-size: 4rem;
	font-weight: 400;
	color: #CC66CC;
font-family: 'Noto Serif JP', serif;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.font_serif {
font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.hr01  {
	width: 100%;
	border-top: 2px solid #F2E5FF;
}
.murasaki_box01  {
	width: 100%;
	background-color: #FFF4FF;
	margin-bottom: 60px;
	text-align: center;
}
.murasaki_box02  {
	width: 100%;
	max-width: 1288px;
	background-color: #FFF4FF;
	padding: 50px 0 50px 0 ;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	background:url(images/back03.png);/*固定する背景画像*/
	background-size: contain;
	background-repeat: repeat-y;
	text-align: center;
}
.toumei_box01  {
	font-size: 2rem;
     font-weight: 400;
	line-height: 2;
	width: 100%;
	max-width: 1000px;
	background: rgba(255,255,255,0.5);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	padding: 30px 30px 30px 30px ;
	border-radius: 16px;
	border: 1px solid #CC99FF;
	text-align: center;
}
#menu_back01  {
	width: 100%;
	max-width: 1288px;
	background-color: #FFFF44;
	margin-right: auto;
	margin-left: auto;
	background:url(images/back04.png);/*固定する背景画像*/
	background-size: contain;
	background-repeat:repeat-y;
	text-align: center;
	padding: 0px 0px 30px 0px ;
}
.title01  {
	font-size:3.4rem;
     font-weight: 700;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
}
#menu_box01 {
	font-size: 2.4rem;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 50px auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
} 
#menu_box01 div {
  width: calc(32% - 20px);
	text-align: center;
	line-height: 1.3;
	color: #444444;
	margin-bottom: 30px;
} 
#menu_box01 div img {
	max-width: 100%;
}
#menu_box01 span {
     font-weight: 400;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#mail_img {
	width: 100%;
	text-align: center;
	margin: 0px auto 10px auto ;
	clear: both;
}
#mail_img img {
  max-width: 100%;
  cursor: pointer;
  transition-duration: 0.6s;
}
#mail_img:hover img {
  opacity: 0.6;
  transition-duration: 0.6s;
}
#mail_bun_box {
	text-align: center;
}
#mail_bun {
	font-size: 2rem;
	font-weight: 600;
	color: #CC6699;
	display:inline-block;
	text-align: center;
	margin: 0px auto 60px auto ;
	padding: 0px 2rem 0px 2rem ;
	border-bottom: 2px dotted #CC6699;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#foot_tel_box  {
	width: 100%;
	background-color: #FFF4FF;
	text-align: center;
	padding: 30px 0px 30px 0px ;
	margin: 0px auto 60px auto ;
}
#foot_tel  {
	font-size: 3rem;
	font-weight: 700;
	width: 100%;
	max-width: 1000px;
	color: #CC66CC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#foot_tel  a {
	color: #CC66CC;
	text-decoration: none;
}
#foot_tel  span {
	font-size: 8rem;
	font-weight: 800;
	color: #993399;
	font-family: "Arial Black", Gadget, "sans-serif";
	margin-left: 15px;
	line-height: 1.2;
}
#foot_tel  img {
	vertical-align: -10px;
}
#foot_logo {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

#footer {
	color: #ffffff;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 7px;
	background-color: #CC6699;
	clear: both;
}
.list200 {
	width: 800px;
	margin: 0px auto 30px auto ;
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
	text-align: left;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}

.list200 span {
  position:relative;
  padding: 0.3em 1rem 1rem 1.4em;
	margin: 0px 10px 0px 0px ;
  line-height: 2;
}
.list200 span:before {
  position: absolute;
  content:''; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  top: 12px;
  left : 0.5em;
}
.list200 span a {
	color: #ffffff;
	text-decoration: none;
}
.list200 span a:hover {
	text-decoration: underline;
}
#page_back01  {
	width: 100%;
	max-width: 1288px;
	background-color: #FFFF44;
	margin-right: auto;
	margin-left: auto;
	background:url(images/back04.png);/*固定する背景画像*/
	background-size: contain;
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px ;
}
#page_box01 {
	padding-top: 30px;
	width: 100%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#padding_b01 {
	padding-bottom: 150px;
}
#page_img_box {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#page_img_box img {
	width: 100%;
	max-width: 1000px;
	height: 20vw; /* 任意の高さ */
	object-position:50% 40%;
	object-fit:cover;
	border-radius: 20px;/* 角丸 */
}
#page_img_box02 {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#page_img_box02 img {
	width: 100%;
	max-width: 1000px;
	height: 20vw; /* 任意の高さ */
	object-position:50% 35%;
	object-fit:cover;
	border-radius: 20px;/* 角丸 */
}
#page_img_box03 {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#page_img_box03 img {
	width: 100%;
	max-width: 1000px;
	height: 20vw; /* 任意の高さ */
	object-position:50% 60%;
	object-fit:cover;
	border-radius: 20px;/* 角丸 */
}
#page_img_box04 {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#page_img_box04 img {
	width: 100%;
	max-width: 1000px;
	height: 20vw; /* 任意の高さ */
	object-position:50% 80%;
	object-fit:cover;
	border-radius: 20px;/* 角丸 */
}
#page_img_box05 {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#page_img_box05 img {
	width: 100%;
	max-width: 1000px;
	height: 20vw; /* 任意の高さ */
	object-position:50% 15%;
	object-fit:cover;
	border-radius: 20px;/* 角丸 */
}
.page_title01 {
	font-size:3.4rem;
     font-weight: 700;
	width: 100%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 8px dotted #CC6699;
}
.page_title02 {
	font-size:3rem;
     font-weight: 700;
	width: 100%;
	max-width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 8px dotted #CC6699;
}
.nuki_title01 {
	font-size:3rem;
	color: #ffffff;
     font-weight: 700;
	width: 100%;
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #CC66CC;
	border-radius: 20px;/* 角丸 */
}
.nuki_title02 {
	font-size:3rem;
	color: #ffffff;
     font-weight: 700;
	width: 100%;
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #99CC33;
	border-radius: 20px;/* 角丸 */
}
.maind {
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
	background: rgba(70,200,60,0.2);
	border-radius: 20px;/* 角丸 */
}
.maind ul {
	width: 100%;
	max-width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.maind li {
	font-size:1.8rem;
     font-weight: 700;
	width: 100%;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
    text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
    white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
    white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
    white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.page_p01 {
	font-size:1.8rem;
     font-weight: 500;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: left;
	padding: 20px 20px 20px 20px ;
	background: rgba(255,221,238,0.4);
	border-radius: 20px;/* 角丸 */
    text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
    white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
    white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
    white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.page_p02 {
	font-size:1.8rem;
     font-weight: 500;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
	padding: 20px 20px 20px 20px ;
	background: rgba(230,230,250,0.5);
	border-radius: 20px;/* 角丸 */
}
.page_p03 {
	font-size:1.8rem;
     font-weight: 500;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: left;
    text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
    white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
    white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
    white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.list7 {	
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list7-title {
	font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #CC6699;
  color: #fff;
  letter-spacing: 0.1em;
}
.list7 ul,.list7 ol {
	font-weight: 400;
  margin: 0;
  padding: 5px;
  position: relative;
  border: solid 2px #CC6699;
  font-size: 1.8rem;
}
.list7 ol {
  counter-reset: number;
}
.list7 ul li,.list7 ol li {
  color: #444444;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.8em;
  list-style-type: none;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
        white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.list7 ul li:before {
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em;
  color: #CC6699;
}
.list7 ol li:before {
  display: inline-block;
  position: absolute;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #CC6699;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  content: counter(number);
  counter-increment: number;
}
.list7_back01 {	
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list7_back01-title {
	font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #CC6699;
  color: #fff;
  letter-spacing: 0.1em;
}
.list7_back01 ul,.list7_back01 ol {
	background:url(images/tubo02.png);/*固定する背景画像*/
	background-repeat: no-repeat;
	background-position:center right; /* 画像の表示位置を指定  */
    background-size:contain; 
	font-weight: 400;
  margin: 0;
  padding: 5px;
  position: relative;
  border: solid 2px #CC6699;
  font-size: 1.8rem;
}
.list7_back01 ol {
  counter-reset: number;
}
.list7_back01 ul li,.list7_back01 ol li {
  color: #444444;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.8em;
  list-style-type: none;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
        white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.list7_back01 ul li:before {
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em;
  color: #CC6699;
}
.list7_back01 ol li:before {
  display: inline-block;
  position: absolute;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #CC6699;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  content: counter(number);
  counter-increment: number;
}
.list8 {	
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list8-title {
	font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #CC6699;
  color: #fff;
  letter-spacing: 0.1em;
}
.list8 ul,.list7 ol {
	font-weight: 400;
  margin: 0;
  padding: 5px;
  position: relative;
  border: solid 2px #CC6699;
  font-size: 1.8rem;
}
.list8 ol {
  counter-reset: number;
}
.list8 ul li,.list7 ol li {
  color: #444444;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.8em;
  list-style-type: none;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
        white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
.list8 ul li:before {
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em;
  color: #CC6699;
}
.list8 ol li:before {
  display: inline-block;
  position: absolute;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #CC6699;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  content: counter(number);
  counter-increment: number;
}
#table01 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.td01 {
	width: 19%;
	background-color: #9FDFBF;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.td02 {
	width: 60%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	margin-right: 1%;
	padding: 20px 10px 20px 10px;
    display: flex;
	align-items: center;
}
.td03 {
	width: 19%;
	background-color: #D8F2E5;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
#table02 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	height: auto;
	width: 100%;
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.td02_01 {
	font-weight: 500;
	width: 35%;
	background-color: #9FDFBF;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.td02_02 {
	font-weight: 400;
	width: 64%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
#table03 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.td01_03 {
	width: 20%;
	background-color: #9FDFBF;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.td02_03 {
	width: 78%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	margin-right: 1%;
	padding: 20px 10px 20px 10px;
    display: flex;
	align-items: center;
}
#table04 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.td01_04 {
	width: 20%;
	background-color: #9FDFBF;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.td02_04 {
	width: 39%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	margin-right: 1%;
	padding: 20px 10px 20px 10px;
    display: flex;
	align-items: center;
}
.td03_04 {
	width: 39%;
	background-color: #D8F2E5;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.p_title01 {
  font-weight: 700;
	color: #555555;
  font-size: 2.4rem;
  transform: rotate(0.05deg);
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  word-break: break-all;
  border-top: 2px solid #CC6699;
  border-radius: 12px 0 0 0;
  clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.p_title01 span {
  font-size: 4rem;
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  padding: 3px 30px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #CC6699;
}
.p_bun01 {
  font-size: 1.8rem;
	line-height: 1.8;
  font-weight: 400;
  transform: rotate(0.05deg);
  padding: 0px;
  margin: 0px 0px 50px 0px;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/;
}
.flow_img01 {
	float: left;
	margin: 10px 20px 50px 0px;
  padding: 0px;
}
.flow_img01 img{
	width: 330px;
	height: auto;
}
.flow_img02 {
	margin: 0px 0px 30px 0px;
}
.flow_img02 img{
	max-width: 100%;
}
.goods_img01  {
	width: 100%;
	max-width: 800px;
	margin:0px auto 10px auto;
	text-align:center;
}
.goods_img01  img {
	max-width: 100%;
}
.goods_img02  {
	width: 100%;
	max-width: 800px;
	margin:0px auto 5px auto;
	text-align:center;
}
.goods_img02  img {
	max-width: 100%;
}
.goods_title01 {
	text-align: center;
}
.goods_title01 span{
  font-weight: 700;
  color: #ffffff;
  font-size: 2.4rem;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 12px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
	text-align: center;
  background: #CC6699;
  transform: rotate(0.05deg);
	display:inline-block;
}
.goods_title02 {
	text-align: center;
  transform: rotate(0.05deg);
}
.goods_title02 span{
  font-weight: 700;
  color: #CC6699;
  font-size: 2rem;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
	text-align: center;
  transform: rotate(0.05deg);
}
.goods_p01 {
  color: #444444;
  font-size: 1.8rem;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
	text-align: center;
  transform: rotate(0.05deg);
}
.goods_p02 {
  color: #444444;
  font-size: 1.6rem;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
	text-align: center;
  transform: rotate(0.05deg);
}
.goods_box01  {
	width: 100%;
	max-width: 1100px;
	margin:0px auto 10px auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goods_box02  {
  width: calc(50% - 30px);
}
.list_faq {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
  list-style-type: none;
  margin: 0 auto 50px auto;
	padding: 0px 0px 0px 25px;
  text-decoration: none;
  transform: rotate(0.05deg);
}
.list_faq a {
	color: #444444;
	text-decoration: none;
}
.list_faq a:hover {
	color: #444444;
	text-decoration: underline;
}
.list_faq li {
text-indent: -25px;
}
.list_faq li:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dt {
  font-size: 1.8rem;
padding: 10px 10px 10px 35px;
border-radius: 5px;
	background-color: #9FDFBF;
text-indent: -25px;
  transform: rotate(0.05deg);
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
  font-size: 1.8rem;
margin: 20px 10px 40px 35px;
text-indent: -25px;
  transform: rotate(0.05deg);
}
.qaContainer dd:before {
content: "A.";
color: #CC66CC;
font-weight: bold;
margin-right: 7px;
}
/* お客様の声 */
.voice_box {
	width: 100%;
}
.voice_box01 {
	margin: 0 0 0px 0;
}
.voice_box02 {
	margin: 0 0 50px 0;
}
.vouce_01 {
	font-size: 3rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	background-color: #dd6699;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px 0;
	border-radius: 20px;/* 角丸 */
}
.vouce_02 {
	font-size: 1.6rem;
	line-height: 1;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.vouce_03 {
	font-size: 2rem;
	font-weight: bold;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
}
.vouce_04 {
	font-size: 2rem;
	font-weight: bold;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
  border-bottom: 3px dotted #dd6699;
	margin: 0 0 10px 0;
	display: inline-block;
}
.vouce_05 {
	font-size: 1.8rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
}
.vouce_05 .maru {
	border: 3px #cc3333 solid;
	border-radius: 20px;/* 角丸 */
	padding: 1px 2px 1px 2px;
}
.vouce_06 {
	font-size: 1.8rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	border-radius: 20px;/* 角丸 */
	margin: 0 0 10px 0;
	background-image:url("https://catdog1122.com/wp-content/themes/catdog-rp/images/haikei04.png");
    background-size:cover;
	padding: 10px 20px 10px 20px;
}
.vouce_07 {
	font-size: 2rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
	background-color: #99DB67;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	border-radius: 20px;/* 角丸 */
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
















.img_eft img {
  max-width: 100%;
  cursor: pointer;
  transition-duration: 0.6s;
}
.img_eft:hover img {
  opacity: 0.6;
  transition-duration: 0.6s;
}
#menu01 {
	text-align: center;
	margin: 0 auto 50px auto;
}
#menu01 img {
	max-width: 100%;
}
#menu01 span {
     font-weight: 400;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#menu02 {
	font-size: 3rem;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 50px auto;
	display: flex;
    justify-content: space-between;
}
#menu02 span {
     font-weight: 400;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.manu02_box {
  width: calc(50% - 30px);
	text-align: center;
	line-height: 1.2;
	color: #FF6699;
} 
.manu02_box img {
	max-width: 100%;
} 
#menu03 {
	font-size: 2.4rem;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 50px auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
#menu03 div {
  width: calc(32% - 20px);
	text-align: center;
	line-height: 1.3;
	color: #FF6699;
} 
#menu03 div img {
	max-width: 100%;
}
#menu03 span {
     font-weight: 400;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}

/* トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 100px;
  text-align: center;
  font-size: 200%;
  line-height:1.5;
}
#pageTop i {
  padding-top: 0px;
  text-align: center;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0px 0px;
  border-radius: 30px;
  width: 51px;
  height: 51px;
  background-color: #CC6699;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#profile {
	display:block;
	max-width:1400px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background:url(images/prof_back.jpg);/*固定する背景画像*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
	text-align: center;
}
#pro_p_box {
	max-width:900px;
	font-weight: 400;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#pro_p_box p {
	font-size: 1.8rem;
	line-height: 1.8;
	color: #444444;
	margin: 0px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;text-shadow:white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/;
}
#prof_shikaku01 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#prof_shikaku01 a {
	text-decoration: none;
	color:#444444;
}
#prof_shikaku01 a:hover {
	text-decoration: underline;
	color:#e584b1;
}
.list9 {
	font-size: 2rem;
	max-width:900px;
	font-weight: 500;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
  border: solid 2px #e584b1;
  border-radius: 6px;
  background: #fff6e6;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list9-title {
  font-size: 1.15em;
  background: #e584b1;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list9 ul,.list9 ol {
  position: relative;
 margin: 0;
  padding: 0 0.5em 0 0.5em;
  color: #e584b1;
  border: none;
  list-style-type: none;
}
.list9 ol {
  counter-reset: number;
}
.list9 ul li,.list9 ol li {
	font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
  border-bottom: dashed 1px #e584b1;
	text-align: left;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/;
}
.list9 ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.7em;
  color: #e584b1;
}
.list9 ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #e584b1;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.list9 ol li:last-of-type,.list9 ul li:last-of-type{
  border-bottom: none;
}
.price_title {
	font-size: 3rem;
	transform: rotate(0.05deg);
  position: relative;
  padding: 0 0 0 0;
  border-bottom: 6px solid #EEEECC;
	width: 100%;
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.price_title:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 24%;
  height: 6px;
  content: '';
  background: #FFCC33;
}
.price_table {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.price01 {
	width: 24%;
	color: #ffffff;
	background-color: #ee87b4;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.price02 {
	width: 75%;
	background-color: #f5f5f5;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}

#cont_table {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.cont01 {
	width: 35%;
	background-color: #ffcc00;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont02 {
	width: 64%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont03 {
	width: 35%;
	background-color: #9FDFBF;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont04 {
	width: 64%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont_center01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 80px;
	transform: rotate(0.05deg);
}
.cont_center01 a {
	color: #25b6f3;
}
.wpcf7 input[type="submit"] {
	font-size: 3rem;
	color: #444444;
	font-weight: 700;
width:50%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #98dd6c;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}
.wpcf7-response-output {
	color: #cc0000;
	text-align: center;
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	margin-bottom: 80px;	
}
.wpcf7-not-valid-tip {
	color: #cc0000;
	font-weight: 700;
	transform: rotate(0.05deg);
}
.form-width { 
	width: 100%;
}

/* 送信OK時の文字色  */
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
/* 送信NG時の文字色  */
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}
.form-h {
	height: 35px;
}
#blog01 {
	width: 100%;
	max-width: 1400px;
	height: 300px;
	text-align: center;
	margin: 0 auto 30px auto;
	background-image: url("images/kara01.jpg");
	background-size: cover;
	background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog01 span a {
	font-size: 3.4rem;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	padding: 20px 30px 20px 30px;
	background-color: rgba(238,135,180,0.8);
	transform: rotate(0.05deg);
	text-decoration: none;
	border: #ffffff solid 10px;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
#blog01 span a:hover {
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.2); /* 明るくする */
}
#blog02 {
	width: 100%;
	max-width: 1400px;
	height: 300px;
	text-align: center;
	margin: 0 auto 30px auto;
	background-image: url("images/chil02.jpg");
	background-size: cover;
	background-position: 50% 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog02 span a {
	font-size: 3.4rem;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	padding: 20px 30px 20px 30px;
	background-color: rgba(238,135,180,0.8);
	transform: rotate(0.05deg);
	text-decoration: none;
	border: #ffffff solid 10px;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
#blog02 span a:hover {
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.2); /* 明るくする */
}
#blog03 {
	width: 100%;
	max-width: 1400px;
	height: 300px;
	text-align: center;
	margin: 0 auto 30px auto;
	background-image: url("images/my01.jpg");
	background-size: cover;
	background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog03 span a {
	font-size: 3.4rem;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	padding: 20px 30px 20px 30px;
	background-color: rgba(238,135,180,0.8);
	transform: rotate(0.05deg);
	text-decoration: none;
	border: #ffffff solid 10px;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
#blog03 span a:hover {
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.2); /* 明るくする */
}
#blog04 {
	width: 100%;
	max-width: 1400px;
	height: 300px;
	text-align: center;
	margin: 0 auto 30px auto;
	background-image: url("images/ora01.jpg");
	background-size: cover;
	background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog04 span a {
	font-size: 3.4rem;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	padding: 20px 30px 20px 30px;
	background-color: rgba(238,135,180,0.8);
	transform: rotate(0.05deg);
	text-decoration: none;
	border: #ffffff solid 10px;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
#blog04 span a:hover {
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.2); /* 明るくする */
}
#page_pro01 {
	max-width: 1100px;
	text-align: center;
	margin: 0 auto 30px auto;
}
#page_pro01 img {
	width: 100%;
	max-width: 1100px;
	height: 300px;
    object-fit: cover; /* 画像トリミング */
	object-position: 50% 20%;/* 画像位置 */
}
#page_pri01 {
	max-width: 1100px;
	text-align: center;
	margin: 0 auto 30px auto;
}
#page_pri01 img {
	width: 100%;
	max-width: 1100px;
	height: 300px;
    object-fit: cover; /* 画像トリミング */
	object-position: 50% 80%;/* 画像位置 */
}
























.img_center {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
}
.img_center img {
	width: 100%;
	max-width: 100%;
  height: 300px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.img_center02 {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
}
.img_center02 img {
	width: 100%;
	max-width: 100%;
  height: 300px;
  object-fit: cover; /* この一行を追加するだけ！ */
	object-position: 50% 30%;
}


.img_center_tb50 {
	text-align: center;
	margin: 50px auto 50px auto;
}
.img_center_tb50 {
	max-width: 100%;
}
.img_center_tb80 {
	text-align: center;
	margin: 80px auto 80px auto;
}
.img_center_tb80 img {
	max-width: 100%;
}
.img_center_tb100 {
	text-align: center;
	margin: 100px auto 100px auto;
}
.img_center_tb100 {
	max-width: 100%;
}

#contents_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

#contents_left {
	width: 100%;
	margin-right: 30px;
	margin-bottom: 10px;
  	box-sizing: border-box;
}
#contents_right {
  	width: 300px;
}
#contents_list {
	width: 100%;
	margin-right: 30px;
	margin-bottom: 10px;
  	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.kiji_box {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: calc(33.3% - 10px);
    margin: 5px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 3px #e584b1;
	border-bottom: solid 3px #e584b1;
}
.kiji_box:after {
	content: " ";
	display: block;
	clear: both;
}
.text_box_top {
	color: #333333;
	background-color: #ffffff;
	margin: 0px auto 5px auto;
	width: 300px;
	text-align: center;
}
.text_box_top_img {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	max-width: 300px;	/*画像の幅*/
	height: 200px;	/*画像の高さ*/
	margin: 0px auto 0px auto;
	text-align: center;
}
.text_box_top_img img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
  	filter: brightness(1.0); /* デフォルト値なのでこの一行は省略してもOK */
	max-width: 100%;
}
.text_box_top_img img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.1); /* 明るくする */
}
.text_box_bottom {
	width: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}

.k_title01 {
	font-size: 2rem;
	line-height: 1.5;
	display:block;
	font-weight:500;
	color: #e584b1;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px 0px 10px 0px;
}
.k_title01 a {
	color: #e584b1;
	text-decoration:none;
}
.k_title01 a:hover {
	color: #57b3ad;
}
.tag1 {
	margin: 5px 0px 5px 0px;
	padding: 10px 0 0 0;
}
.tag1 a {
 	line-height: 1em;
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
	padding: 8px 8px; /* 文字周りの余白 */
	display: inline-block;
	margin-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #777777;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag01 {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}
.tag01 a {
	font-size: 1.4rem;
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
	padding: 1px 5px 1px 5px;
	margin-bottom: 3px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #777777;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag02 {
	color: #444444;
	font-size: 1.4rem;
	margin: 5px 0px 3px 0px;
	padding: 0 0 0 0;
	text-align: right;
}

.main_box {
	font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.main_box h1 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
.main_box h1 a {
	color: #333333;
	text-decoration:none;
}
.main_box h1 a:hover {
	color: #CC2244;
}
#blog_back01 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 2% 10px 2%;
	margin-bottom: 15px;
	background-image: url("images/blog_back05.jpg");
}
.text_box {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 20px 2% 20px 2%;
	text-shadow:white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/;
	background-image: url("images/blog_back01.jpg");
}
.text_box p {
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.8;
}
.text_box img {
	max-width: 100%;
}
.text_box .p_b30 {
	margin: 0px 0px 30px 0px;
}
.text_box .p_b50 {
	margin: 0px 0px 50px 0px;
}

















.green01 {
	color: #339933;
}

.red01 {
	color: #cc3333;
}
.red01_120 {
	color: #cc3333;
	font-size: 120%;
}
.red01_b30 {
	color: #cc3333;
	font-weight: bold;
	font-size: 1.8rem;
	border-bottom: dotted 2px #cc3333;
}
.ye01 {
	color: #FFFF66;
}

.font_80 {
	font-size:80%;
}
	
.font_90 {
	font-size:90%;
}
#top_box .rank_medal {
	margin:0px 0px 0px 0px;
	text-align:center;
}
#top_box .rank_medal img {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#top_box .center_title01 {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#top_box .center_p01 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #cc0000;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	text-align:center;
}
#top_box .rank_img01 {
	margin:0px 0px 5px 0px;
	text-align:center;
}
#top_box .rank_img01 img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#p_box {
	font-size: 1.6rem;
	color: #e584b1;
	width: 80%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	text-align:center;	
	border: dotted 2px #e584b1;
	background-color: #ffffee;
}
.head_botan {
  width: 80%;
  text-align: center;
  margin: 0px auto 20px auto;
}
.center_botan80 {
  width: 80%;
  text-align: center;
  margin: 0px auto 20px auto;
}
.center_botan100 {
  width: 100%;
  text-align: center;
  margin: 0px auto 20px auto;
}
.last_botanbox01 {
  margin: 0px auto 50px auto;
}
.botan {
  font-size: 2.4rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #FF6666;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 6px;
  transition: .4s;
  border-bottom: solid 6px #cc0000; /*下線色*/
}
.botan a {
  color: #FFFFFF;
}
.botan:hover {
  background-color: #FFBB00;
  border-bottom: solid 6px #EE4444; /*下線色*/
}
#kensaku_box {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	text-align:center;
}
/* 検索窓 */	
.searchfield {	
  width: 50%;
  max-width: 400px;
  margin-top: 10px;	
  margin-right: 3px;	
  margin-left: 5px;	
  padding: 7px 5px;	
  border: 2px solid #ddd;	
  border-radius: 3px;	
}	
.searchsubmit {	
	font-size: 2.0rem;
  font-family: FontAwesome;	
  padding: 0;	
  cursor: pointer;	
  color: #e584b1;	
  border: none;	
  background: transparent;	
}	
.searchsubmit:hover {	
  opacity: .6;	
}
/* 検索窓ここまで */	

.breadcrumbs {	
	color: #333333;
	font-size: 1.4rem;
	text-align: left;
	height: auto;
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.breadcrumbs a {
	color: #333333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #cc0000;
	text-decoration: none;
}
#header {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	text-align:center;	
	border-top: solid 10px #e584b1;
	border-bottom: solid 10px #e584b1;
	padding: 5px 0px 10px 0px;
}
#header_title {
	width: 100%;
}
#header_title a {
	font-size: 4.0rem;
	font-family: 'Noto Serif SC', serif;
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
.font120_syotai {
	font-size: 120%;
	font-family: 'Noto Serif SC', serif;
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
.font160_syotai {
	font-size: 160%;
	font-family: 'Noto Serif SC', serif;
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
.font50 {
	font-size: 50%;
}
.font60 {
	font-size: 60%;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 80%;
}
.font120 {
	font-size: 120%;
}
.font110 {
	font-size: 110%;
}
.font160 {
	font-size: 160%;
}

#header_title h1 {
	font-size: 4.0rem;
	margin: 0;
	font-weight: normal;
}
#header_title h1 a {
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
#header_title #head_h1 {
	font-size: 4.0rem;
	margin: 0;
	font-weight: normal;
}
#header_title #head_h1 a {
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
#header p {
	color: #444444;
	font-size: 1.4rem;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.p_center01  {
	font-size: 1.4rem;
	margin: 0px 0px 30px 0px;
	line-height: 0;
	color: #333333;
	font-weight:normal;
	padding: 0px;
	text-align:center;
}
.head_menu_box {
  width: 100%;
  margin: 0 0 20px 0;
}

.head_menu_box .head_menu {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
}

.head_menu_box .head_menu .menu_item {
  flex: 1;
}

.head_menu_box .head_menu .menu_item a {
  background: #fff;
  font-weight: bold;
  border: 2px solid #e584b1;
  border-right: none;
  color: #e584b1;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.head_menu_box .head_menu .menu_item a:hover {
  background: #e584b1;
  color: #ffffff;
}

.head_menu_box .head_menu .menu_item:last-child a {
  border-right: 2px solid #e584b1;
}
#time_box {
	font-size: 1.6rem;
	text-align: left;
	margin: 0px 0px 20px 1%;
}
.update-date{
	margin: 0px 0px 0px 10px;
}

.top_title {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
.top_title a {
	color: #333333;
	text-decoration:none;
}
.top_title h1 a:hover {
	color: #CC2244;
}
#top_box {
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#top_box h2 {	
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box h3 {	
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box h4 {	
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box ul {
	width:100%;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	background-color: #FFFFdd;
	border: 2px solid #e584b1
}
#top_box li {
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 10px 20px;
}
#top_box li a {
	color: #333333;
	text-decoration: none;
}
#top_box li a:hover {
	color: #333333;
	text-decoration: underline;
}
#top_box p {
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
#top_box .p_b30 {
	margin: 0px 0px 30px 0px;
}
#top_box .p_b50 {
	margin: 0px 0px 50px 0px;
}

.main_box h1 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
.main_box h1 a {
	color: #333333;
	text-decoration:none;
}
.main_box h1 a:hover {
	color: #CC2244;
}
.main_box h2 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 30px 0px;
	
}
.main_box h2 a {
	color: #333333;
	text-decoration:none;
}
.main_box h2 a:hover {
	color: #CC2244;
}
.main_box .title_h2 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #666633;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #ddddaa;
	margin: 0px 0px 30px 0px;	
}
.main_box h3 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #333333;
	text-align: left;
	border-bottom: solid 3px #e584b1;/*下線*/
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffeeee;
	margin: 0px 0px 20px 0px;
}
.main_box h3 a {
	color: #333333;
	text-decoration:none;
}
.main_box h3 a:hover {
	color: #CC2244;
}
.main_box h4 {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 20px 0px;
}
.main_box h4 a {
	color: #333333;
	text-decoration:none;
}
.main_box h4 a:hover {
	color: #CC2244;
}
.main_box .h_title01 {
	font-size: 2rem;
	font-weight:bold;
	color: #333333;
	text-align: left;
	border-bottom: solid 3px #e584b1;/*下線*/
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffeeee;
	margin: 0px 0px 20px 0px;
}
.main_box .h_title01 a {
	color: #333333;
	text-decoration:none;
}
.main_box .h_title01 a:hover {
	color: #CC2244;
}
.main_box .h_title02 {
	font-size: 2rem;
	font-weight:bold;
	color: #333333;
	text-align: left;
	border-bottom: solid 3px #e584b1;/*下線*/
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffeeee;
	margin: 0px 0px 10px 0px;
}
#toc_box {
	width:100%;
	margin: 0px auto 30px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFdd;
	border: 2px solid #e584b1;
}
#toc_box .toc_title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px;
	background-color: #FFFFdd;
	border-bottom: 2px solid #e584b1
}
#toc_box ul {
	width:100%;
	margin: 0px;
	list-style-type: none;
	padding: 0 10px 0 10px;
	border: 0;	
}
#toc_box li {
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
#toc_box li a {
	color: #333333;
	text-decoration: none;
}
#toc_box li a:hover {
	color: #333333;
	text-decoration: underline;
}
.botan01 {
  font-size: 2.4rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #FF6666;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 6px;
  transition: .4s;
  border-bottom: solid 6px #cc0000; /*下線色*/
}
.botan01 a {
  color: #FFFFFF;
}
.botan01:hover {
  background-color: #FFBB00;
  border-bottom: solid 6px #EE4444; /*下線色*/
}

.main_box_item {
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
.main_box_item a {
	color: #e584b1;
	text-decoration: none;
}
.main_box_item a:hover {
	color: #CC2244;
	text-decoration: none;
}
.center_star {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin:0px auto 30px auto;
}
.shortcode-star-rating {
	font-size: 180%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.last_p01 {
	text-align: center;
	margin:0px auto 30px auto;
}
.main_box .tag_box {
	padding-top: 5px;
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.page_box {
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.page_box h2 {
	font-size: 1.4rem;
	font-weight:normal;
	color: #333333;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #ffeeee;
	margin: 0px 0px 0px 0px;
}
.page_box h2 a {
	color: #333333;
	text-decoration:none;
}
.title_box01 {
	font-size: 1.6rem;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #e584b1;
	margin: 0px 0px 0px 0px;
}
.title_box01 a {
	color: #333333;
	text-decoration:none;
}
.title_box01 a:hover {
	color: #CC2244;
}

.text_l01 {
	width: 25%;
	float: left;
	margin-right: 1%;
}
.text_l01 img {
	max-width: 100%;
	height: auto;
}
.text_r01 {
	font-size: 1.4rem;
	float: right;
	width: 74%;
}

.more {
	text-align:center;
	color: #333333;
	padding: 10px 0px 10px 0px;
	clear:both;
}

.more a {
	color: #333333;
	text-decoration:underline;
}

.more a:hover {
	color: #CC2244;
}
.side_box {
	padding-bottom: 10px;
	margin:0px 0px 10px 0px;
	background-color: #ffffff;
}
.side_box a {
	color: #444444;
	text-decoration:none;
}

.side_box a:hover {
	color: #57b3ad;
}
.cat-item {
	font-size: 1.8rem;
	font-weight: 500;
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.side_box ul {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.side_box ul li {
	padding-bottom: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.side_area {	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.p01 {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.p01_b10 {
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.p01_left {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.p01_center {
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:center;
}
.p001_center {
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:center;
}
.page_top {
	font-size: 1.4rem;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	text-align:center;
	clear:both;
}
.page_top a {
	color: #333333;
	text-decoration:none;
}

.page_top a:hover {
	color: #CC2244;
}
.page_navi01 {
	font-size: 1.8rem;
	width:100%;
	color: #444444;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align:center;
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.page_navi01 a {
	color: #444444;
	text-decoration:none;
}

.page_navi01 a:hover {
	color: #CC0000;
}

.center_box01  {
	margin:0px 0px 30px 0px;
	text-align:center;
}
.center_box01  img {
	max-width: 100%;
}
.center_box  {
	margin:0px 0px 0px 0px;
	text-align:center;
}
.center_box_b5 {
	margin:0px 0px 5px 0px;
	text-align:center;
}
.center_box_b10 {
	margin:0px 0px 10px 0px;
	text-align:center;
}
.center_box_765b10 {
	width:765px;
	margin:0px 0px 10px 0px;
	text-align:center;
}
.center_box_b10 img {
	border:none;
}
.center_box_b15 {
	margin:0px 0px 15px 0px;
	text-align:center;
}
.center_box_b20 {
	margin:0px 0px 20px 0px;
	text-align:center;
}
.center_box_b20 img {
	border:none;
}
.center540_box  {
	width:540px;
	margin:10px auto 0px auto;
	text-align:center;
}
.center560_box  {
	width:560px;
	margin:10px auto 20px auto;
	text-align:center;
}
.center560_box iframe {
	width: 100%;
	margin:0px auto 20px auto;
}
.center640_box  {
	width: 100%;
	max-width:640px;
	margin:10px auto 20px auto;
	text-align:center;
}
.center640_box iframe {
	width: 100%;
	margin:0px auto 20px auto;
}
.center_box_tb10 {
	margin:10px 0px 10px 0px;
	text-align:center;
}
.center_box_tb20 {
	margin:20px 0px 20px 0px;
	text-align:center;
}
.left_box_b10 {
	margin:0px 0px 10px 0px;
	text-align:left;
}
.left_box_b10 img {
	border:none;
}
.waribiki_box01 {
  width:100%;
  margin:0px auto 20px auto;
  border: 2px solid #AAAA00;
  border-radius: 10px;
}
.waribiki_box01 .w_title01 {
  font-size: 2rem;
  font-weight: bold;
  background: #AAAA00;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 7px 0px 7px 0px;
}
.waribiki_box01  .inner{
  padding: .5em;
}



/* ページナビ */
.wp-pagenavi {
	font-size: 2rem;
	clear: both;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e584b1;
	color: #e584b1;
	background-color:#ffffff;
	padding: 7px 13px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e584b1;
	color: #ffffff;
	background-color:#e584b1;
}

.wp-pagenavi span.current {
	border-color: #e584b1;
	color:#ffffff;
	background-color:#e584b1;
}
.foot_p01 {
	margin:0px 0px 10px 0px;
	padding:0;
	text-align:center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.foot_p01 a {
	color: #333333;
	text-decoration: none;
}
.foot_p01 a:hover {
	color: #CC2244;
	text-decoration: none;
}
.foot_p02 {
	margin:0px 0px 10px 0px;
	padding:0;
	text-align:center;
}
.foot_p02 a {
	color: #333333;
	text-decoration: none;
}
.foot_p02 a:hover {
	color: #CC2244;
	text-decoration: none;
}

.clear  {
	clear:both;
}

.center_table01 {	
    width: 480px;
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
	border:none;
	border-collapse:collapse;
}

.center_table01 td {
	text-align:center;
}
.img_size100 {
	width: 500px;
	height: auto;
	text-align: center;
	margin: 0px auto 10px auto;
	clear: both;
  	filter: brightness(1.0);
  	transition: filter 0.3s;
}
.img_size100:hover {  
	filter: brightness(1.15);
}
.img_size100:active {
  	filter: brightness(0.85);
}
.img_size100 img {
	width: 100%;
	height: auto;
	text-align: center;
}
.center100_img {
	width:100%;
	margin:0px auto 20px auto;
	text-align:center;	
}
.center100_img img {
	max-width:100%;
	text-align:center;	
}
.center100_img_w500 {
	width:100%;
	max-width: 500px;
	margin:0px auto 20px auto;
	text-align:center;	
}
.center100_img_w500 img {
	width:100%;
	text-align:center;	
}
.center100_img02 {
	width:100%;
	margin:10px auto 20px auto;
	text-align:center;	
}
.center100_img02 img {
	width:500px;
	height: auto;
	text-align:center;	
}
.img_size100_w500 {
	max-width: 500px;
	width:100%;
	margin:0px auto 20px auto;
	text-align:center;	
}
.img_size100_w500 img {
	width:100%;
	text-align:center;	
}
/* yarpp関連記事*/
/*yarppの領域*/
.yarpp-related h4 {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 10px 0;
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.related-post{
	width:100%;/*①記事幅に100%フィット*/
	margin: 0 auto 10px auto;
	overflow:hidden;
	margin-top:5px;
	font-size:0;
}
.related-thumb{
	text-align: center;
}
/*１記事の領域*/
.related-entry {
	vertical-align: top;
	display:inline-block;
	width:25%;/*②１記事の領域（幅）*/
	height: auto;
	margin-bottom: 12px;/*下余白*/
	padding: 0 0.5%;/*記事の間隔（左右）*/
}
.related-entry a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
/*画像の設定*/
.related-entry img{
	max-width:100%;/*１記事の領域幅にフィット*/
	height: auto;
}
/*画像の装飾*/
.related-thumb a,
.related-thumb a img{
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.related-thumb a:hover{
	opacity:0.7;/*マウスオーバーで光る*/
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.related-title {
	font-size: 1.6rem;/*文字サイズ*/
	line-height: 1.6;/*文字行高*/
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
}
/* ランキング*/
.sga-ranking {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 1.2rem;
	font-weight: bold;
}
.sga-ranking .ranking-img {
	text-align: center;
}
.sga-ranking .ranking-img img {
	width: 100%;
	height: auto;
	max-width: 500px;
}
.sga-ranking-list figure {
    float: left;
    margin-right: 0px;
    width: 120px; /* 画像の横の長さ。自由に変更可 */
    height: 75px; /* 画像の縦の長さ。自由に変更可 */
    overflow: hidden;
}
.sga-ranking-list {
    margin: 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.sga-ranking-list::after {
    clear: both;
    content: "";
    display: block;
}
.sga-ranking-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sga-ranking-list figure a {
    display: inline;
}
.sga-ranking-list a {
    overflow: hidden;
    line-height: 1.4;
}
/* タグボックス */
.tag_box_t {
	font-weight:normal;
	color: #333333;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #f5f5f5;
	margin: 0px 0px 0px 0px;
}
/* タグクラウド */
.tagcloud {
	font-size: 1.4rem;
    height: auto;
    overflow: auto;
}
/*タグクラウドのデザイン*/
.tagcloud a {
 font-size: 100% !important; /* 文字のサイズ */
 line-height: 1;
 background: #fafafa; /* 背景色 */
 color: #333333; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 border-width: 1px;
 border-style: solid;
 border-color: #666666;
 padding: 8px 8px; /* 文字周りの余白 */
 margin: 0px 5px 8px 0px; /* タグ同士の余白 */
 text-decoration: none;
}
.tagcloud a:hover {
 background: #777777; /* マウスホバー時の背景色 */
 color: #ffffff; /* マウスホバー時の文字色*/
 text-decoration: none;
}
.form-width { max-width: 100%;}

/* 吹き出しQ&A*/

.title_fuki01 {
  position: relative;
  padding: 0.6em;
  background: #FFE0E0;
  font-weight: bold;
}
.title_fuki01:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFE0E0;
  width: 0;
  height: 0;
  margin: 0px 0px 20px 0px;
}
.p_fuki01 {
	padding: 20px 0px 30px 0px;
}

/* 口コミ*/
.waku01 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dddddd;
    border-radius: 8px;
}
.waku01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.waku01 p {
    margin: 0; 
    padding: 0;
}

/* キーワード一覧 */
.list01_box {
	margin: 0px 0px 30px 0px;
}
.list01 {
	list-style: none;
	display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.list01 li a {
 	line-height: 1em;
	display: block;
 	background: #fafafa; /* 背景色 */
	color: #333333; /* 文字色 */
 	border-width: 1px;
 	border-style: solid;
 	border-color: #666666;
 	padding: 8px 8px; /* 文字周りの余白 */
 	margin: 0px 10px 10px 10px; /* タグ同士の余白 */
 	text-decoration: none;
}
.list01 li a:hover {
 	background: #777777; /* マウスホバー時の背景色 */
 	color: #ffffff; /* マウスホバー時の文字色*/
 	text-decoration: none;
}

/*-----------------------------------
ブログリンクカードここから「内部リンク」
------------------------------------*/
.blog-card{
 border:1px solid #999;
 word-wrap:break-word;
 max-width:100%;
 border-radius:0px;
 margin-bottom: 30px;
 font-size :2rem;
 transition:0.1s ease;
 position:relative;
}
 
.blog-card a {
 color: #333;
 background: #fff;
 display: block;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 text-decoration:none;
 font-weight: bold;
 border-radius: 0px;
 padding: 0px;
}
.blog-card a:hover {
  background: #FFe0e0;
}
 
.blog-card-thumbnail{
 float:left;
 padding:10px;
}
 
.blog-card-thumbnail img {
 display: block;
 padding: 0;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 margin-top: 0!important;
 margin-bottom: 0!important;
}
 
.blog-card-content{
 line-height:120%;
}
.blog-card-title{
 padding: 13px 10px 10px 0;
 font-size: 2rem;
}
 
.blog-card-title::before {
 content: '続きを読む';
 font-size: 1.8rem;
 font-weight: bold;
 color: #fff;
 background: #111;
 width: 7em;
 display: inline-block;
 padding: 0.2em;
 position: absolute;
 text-align: center;
 margin-right: 1em;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 3px;
 bottom: 10px;
 right: 0px;
}
 
.blog-card-date{
 color:#333;
 font-size: 90%;
 margin-right:10px;
 font-family: GillSans;
}

.blog-card-excerpt {
  color: #333333;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  padding-bottom: 40px;
  line-height: 1.3em !important;
  text-align: left !important;
}
/*-----------------------------------
ブログリンクカードここまで「内部リンク」
------------------------------------*/

/* スマホ用*/
@media screen and (max-width: 1200px) {	

#back01 {
	width: 100%;
	max-width: 1400px;
	height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 72%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	background-image: url("images/top01.jpg");
	background-repeat: no-repeat;
	background-size:contain;
    position:relative; 
}
#head_main {
    position:absolute;
    top:0;
    left:0;
}
#logo {
	width: 100%;
	max-width: 1400px;
	text-align: left;
	padding-top: 10px;
}
#head_p01 {
	font-size: 6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 15% 0px 15% 0px ;
}
#head_p02 {
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0px 20% 10px ;
}
#head_p03 {
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0px 0 0px ;
	color: #dd6699;
}
.list200 {
	width: 96%;
}
.list200 span {
	display: block;
}	
	
}	

/* スマホ用*/
@media screen and (max-width: 1000px) {	

#back01 {
	width: 100%;
	max-width: 1400px;
	height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 72%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	background-image: url("images/top01.jpg");
	background-repeat: no-repeat;
	background-size:contain;
    position:relative; 
}
#head_main {
    position:absolute;
    top:0;
    left:0;
}
#logo {
	width: 100%;
	max-width: 1400px;
	text-align: left;
	padding-top: 10px;
}
#head_p01 {
	font-size: 4.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 15% 0px 15% 0px ;
}
#head_p02 {
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0px 20% 10px ;
}
#head_p03 {
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0px 0 0px ;
	color: #dd6699;
}
.list200 {
	width: 96%;
}
.list200 span {
	display: block;
}	
}	

/* スマホ用*/
@media screen and (max-width: 767px) {	

#padding_b01 {
	padding-bottom: 0px;
}
.w30 img {
	transform: scale(0.3);
}
.w50 img {
	transform: scale(0.5);
}
.w70 img {
	transform: scale(0.7);
}
.w80 img {
	transform: scale(0.8);
}

#head_box01  {
	width: 96%;
	display:block;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
}
#head_box01 img {
	width: 70%;
	min-width: 250px;
}
nav {
	width: 96%;
}
nav ul {
	font-size: 1.8rem;
	font-weight: 500;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
nav ul li {
	width: 100%;
	height: auto;
	text-align: center;
    margin: 0 0 10px 0;
}
nav ul li a {
	padding: 5px 0 5px 0 ;	
}
#top_img_box {
	width: 100%;
	max-width: 1200px;
	background:none;/*固定する背景画像*/
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
	
#mes01 {
	font-size: 1.8rem;
	font-weight: 400;
	color: #CC66CC;
font-family: 'Noto Serif JP', serif;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.toumei_box01  {
	font-size: 1.7rem;
     font-weight: 400;
	width: 96%;
	max-width: 1000px;
	padding: 30px 7px 30px 7px ;
	text-align: center;
}	
.title01  {
	font-size:2.4rem;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}	
#menu_box01 {
	font-size: 1.8rem;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 50px auto;
} 
#menu_box01 div {
  width: calc(50% - 7px);
	line-height: 1.3;
	margin-bottom: 30px;
} 
#mail_bun {
	font-size: 2rem;
	font-weight: 600;
	color: #CC6699;
	display:inline-block;
	text-align: center;
	margin: 0px auto 60px auto ;
	padding: 0px 2rem 0px 2rem ;
	border-bottom: 2px dotted #CC6699;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#foot_tel_box  {
	width: 100%;
	background-color: #FFF4FF;
	text-align: center;
	padding: 30px 0px 30px 0px ;
}
#foot_tel  {
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	max-width: 1000px;
	color: #CC66CC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
#foot_tel  a {
	color: #CC66CC;
	text-decoration: none;
}
#foot_tel  img {
	width: 50px;
	vertical-align: -5px;
}
#foot_tel  span {
	font-size: 3.2rem;
	font-weight: 800;
	color: #993399;
	margin-left: 5px;
	line-height: 1.2;
}

.page_p01 {
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: left;
}
.page_p02 {
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: center;
}
.page_p03 {
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	text-align: left;
    text-shadow:white 1px 1px 0, white -1px -1px 0,/*縁、右下、左上*/
    white -1px 1px 0, white 1px -1px 0,/*縁、右上、左下*/
    white 0px 1px 0, white  0-1px 0,/*縁、右、左*/
    white -1px 0 0, white 1px 0 0;/*縁、上、下*/;
}
#table01 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: block;
    flex-wrap: none;
	list-style-type: none;
	padding: 0px;
}
.td01 {
	width: 100%;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.td02 {
	width: 100%;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.td03 {
	width: 100%;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.list7 {	
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list7-title {
  font-size: 1.8rem;
}
.list7 ul,.list7 ol {
  font-size: 1.6rem;
}
.list7_back01 {	
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list7_back01-title {
  font-size: 1.8rem;
}
.list7_back01 ul,.list7_back01 ol {
	background:none;/*固定する背景画像*/
  font-size: 1.6rem;
}
.list8 {	
	width: 96%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.list8-title {
  font-size: 1.8rem;
}
.list8 ul,.list7 ol {
  font-size: 1.6rem;
}

#table02 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: block;
    flex-wrap: none;
	list-style-type: none;
	padding: 0px;
}
.td02_01 {
	width: 100%;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.td02_02 {
	width: 100%;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}	
#table03 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: block;
    flex-wrap: none;
	list-style-type: none;
	padding: 0px;
}
.td01_03 {
	width: 100%;
	color: #444444;
	margin: 0 auto 0 auto;
    display: block;
	align-items: center;
}
.td02_03 {
	width: 100%;
	color: #444444;
	margin: 0 auto 0 auto;
    display: block;
	align-items: center;
}
.td03_03 {
	width: 100%;
	color: #444444;
	margin: 0 auto 0 auto;
    display: block;
	align-items: center;
}
#table04 {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}
.td01_04 {
	width: 30%;
}
.td02_04 {
	width: 34%;
}
.td03_04 {
	width: 34%;
}
.p_title01 {
  font-size: 2rem;
  padding: 1rem 2rem 1.5rem 110px;
}
.p_title01 span {
  font-size: 3rem;
}
.p_bun01 {
  font-size: 1.6rem;
  padding: 0px 10px 0px 10px;
}
.flow_img01 {
	float: none;
	margin: 10px auto 20px auto;
  padding: 0px;
	text-align: center;
}
.flow_img01 img{
	width: 330px;
	height: auto;
	text-align: center;
}

.page_title01 {
	font-size:2.4rem;
}
#mail_img {
	max-width: 20%;
	text-align: center;
	margin: 0px auto 10px auto ;
}
#mail_bun {
	font-size: 1.8rem;
}
.goods_box02  {
  width: 96%;
	margin: 0 auto 0 auto;
}
.goods_title01 span{
  font-size: 2rem;
}
.goods_title02 span{
  font-size: 1.8rem;
}
.list200 {
	width: 96%;
}
.list200 span {
	display: block;
}	
.list200 span:before {
  top: 16px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.maru_top {
	font-size: 3rem;
}
.maru01 {
	font-size: 2.4rem;
}
.maru01::before {
	font-size: 1.8rem;
}
.maru01::after {
	font-size: 1.8rem;
}
.maru02 {
	font-size: 2rem;
}
.maru02::before {
	font-size: 1.8rem;
}
.maru02::after {
	font-size: 1.8rem;
}
	
.img_center_tb80 img {
	max-width: 180px;
}
.img_center {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
}
.img_center img {
	width: 100%;
	max-width: 100%;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#head_box img {
	max-width: 180px;
}
#menu01 {
	text-align: center;
	margin: 0 auto 50px auto;
}
#menu01 img {
	max-width: 160px;
}
#menu02 {
	font-size: 2rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#menu03 {
	font-size: 1.8rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	width: 98%;
	margin-right: auto;
	margin-left: auto;
} 
.manu02_box {
  width: calc(50% - 5px);
} 
#menu03 div {
  width: calc(32% - 5px);
} 
#foot_logo {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
#foot_logo img {
	max-width: 100px;
}
#contents_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#contents_left {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
  	box-sizing: border-box;
}
#contents_right {
  	width: 100%;
}
#contents_list {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
  	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
#profile {
	display:block;
	width: 94%;
	max-width:1400px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background:url(images/prof_back.jpg);/*固定する背景画像*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
	text-align: center;
}
#pro_p_box {
	max-width:900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.list9 {
	font-size: 1.8rem;
	width: 94%;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.price_title {
	font-size: 2.4rem;
  padding: 0 0 0 10px;
}
.price_table {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: block;
    flex-wrap: none;
	list-style-type: none;
	padding: 0px;
}
.price01 {
	width: 100%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.price02 {
	width: 100%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont_center01 {
	width: 96%;
}
#cont_table {
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	font-weight: 500;
	height: auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
    display: block;
    flex-wrap: none;
	list-style-type: none;
	padding: 0px;
}
.cont01 {
	width: 100%;
	background-color: #ffcc00;
	color: #444444;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.cont02 {
	width: 100%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: block;
	align-items: center;
}
.cont03 {
	width: 100%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.cont04 {
	width: 100%;
	background-color: #f0f0f0;
	color: #444444;
	margin-bottom: 1%;
	padding: 20px 20px 20px 20px;
    display: flex;
	align-items: center;
}
.wpcf7 input[type="submit"] {
	font-size: 2.4rem;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
#blog01 span a {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
}
#blog02 span a {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
}
#blog03 span a {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
}
#blog04 span a {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#header p {
	font-size: 1.2rem;
}
#p_box {
	font-size: 1.2rem;
	width: 94%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	text-align:left;	
	border: dotted 2px #e584b1;
	background-color: #ffffee;
}
.head_botan {
  width: 94%;
  text-align: center;
  margin: 0px auto 20px auto;
}
.center_botan {
  width: 94%;
  text-align: center;
  margin: 0px auto 20px auto;
}
.botan {
  font-size: 2rem;
}
#kensaku_box {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	text-align:center;
}
/* 検索窓 */	
.searchfield {	
  width: 70%;
  max-width: 70%;
}	
/* 検索窓ここまで */	

.breadcrumbs {	
	font-size: 1.2rem;
	max-width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	background-image: none;
	text-align:center;
	padding: 5px 0px 10px 0px;
}
#header_title {
	width: 100%;
	padding: 0px 0px 5px 0px;
}
#header_title a {
	font-size: 3.0rem;	
	font-family: 'Noto Serif SC', serif;
	color: #e584b1;
	border:none;
	text-align:center;
	text-decoration: none;
	margin: 0;
}
.head_menu_box .head_menu {
    flex-wrap: wrap;
    width: 100%;
  }
.head_menu_box .head_menu .menu_item {
    flex: auto;
    width: 50%;
  }
.head_menu_box .head_menu .menu_item:nth-child(2n) a {
    border-right: 2px solid #e584b1;
  }
.head_menu_box .head_menu .menu_item:nth-child(3n) a {
    border-right: none;
  }
.head_menu_box .head_menu .menu_item:nth-child(n + 3) a {
    border-top: none;
  }
.head_menu_box .head_menu .menu_item:nth-child(n + 4) a {
    border-top: none;
  }
#time_box {
	font-size: 1.6rem;
	text-align: left;
	margin: 0px 0px 20px 3%;
	line-height: 1;
}
.update-date{
	margin: 0px 0px 0px 10px;
}
.kiji_box {
	height: auto;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
}
.kiji_box:after {
	content: " ";
	display: block;
	clear: both;
}
.text_box_top {
	color: #333333;
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	margin: 0px auto 5px auto;
}
.text_box_top_img {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	max-width: 280px;	/*画像の幅*/
	height: 186px;	/*画像の高さ*/
	margin: 0px auto 0px auto;
}
.text_box_top_img img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
  	filter: brightness(1.0); /* デフォルト値なのでこの一行は省略してもOK */
	max-width: 100%;
}
.text_box_top_img img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	filter: brightness(1.1); /* 明るくする */
}
.text_box_bottom {
	width: 98%;
	display: block;
	text-align: left;
	margin: 0px auto 0px auto;
}

.kiji_box .k_title01 {
	font-size: 1.8rem;
	height:auto;
	display:block;
	font-weight:bold;
	color: #333333;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px 0px 10px 0px;
}
.main_box {
	width:100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
#blog_back01 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 2% 10px 2%;
	margin-bottom: 15px;
}
.text_box {
	width: 100%;
	color: #444444;
	background-color: #FFFFFF;
}
#top_box {
	width: 94%;
	color: #444444;
	background-color: #ffffff;
}
#top_box h2 {	
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box h3 {	
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box h4 {	
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
#top_box p {
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0;
	margin: 0px auto 20px auto;
}
#top_box .p_b30 {
	margin: 0px 0px 30px 0px;
}
#top_box .p_b50 {
	margin: 0px 0px 50px 0px;
}

.main_box h1 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
.main_box h2 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 20px 0px;
}
.main_box h3 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 20px 0px;
}
.main_box .title_h2 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #666633;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ddddaa;
	margin: 0px 0px 20px 0px;	
}
.main_box h4 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 20px 0px;
}
.main_box .h_title01 {
	font-size: 1.8rem;
	font-weight:bold;
	color: #333333;
	text-align: left;
	border-bottom: solid 3px #e584b1;/*下線*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffeeee;
	margin: 0px 0px 20px 0px;
}
#toc_box .toc_title {
	font-size: 1.8rem;
}
.main_box .tag_box {
	padding-top: 5px;
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main_box iframe {
	width: 100%;
	margin:0px auto 20px auto;
}
.main_box p {
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
.center_star {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	margin:0px auto 30px auto;
}
.shortcode-star-rating {
	font-size: 140%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.last_p01 {
	text-align: left;
	margin:0px auto 30px auto;
}
.red01_b30 {
	color: #cc3333;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: dotted 2px #cc3333;
}
.text_l01 {
	width: 40%;
	float: left;
	margin-right: 1%;
}
.text_l01 img {
	width: 100%;
	height: auto;
}
.text_r01 {
	float: right;
	width: 59%;
}
.tag01 {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}
.tag01 a {
	font-size: 1.4rem;
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
	padding: 3px 5px 3px 5px;
	margin-bottom: 3px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #777777;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.tag02 {
	color: #444444;
	font-size: 1.4rem;
	margin: 5px 0px 3px 0px;
	padding: 0 0 0 0;
	text-align: right;
}
.center_box_765b10 {
	width:94%;
	margin:0px auto 10px auto;
	text-align:center;
}
.page_navi01 {
	width:100%;
	font-size: 1.4rem;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align:center;
}
.page_navi01 a {
	color: #333333;
	text-decoration:none;
}

.page_navi01 a:hover {
	color: #CC2244;
}
.side_box {
	padding-bottom: 10px;
	border-right: none;
	border-left: none;
	margin:0px 0px 10px 0px;
	background-color: #ffffff;
}
.side_box a {
	color: #444444;
	text-decoration:none;
}

.side_box a:hover {
	color: #996699;
}
.cat-item {
	font-size: 1.8rem;
	font-weight: 500;
}
.side_box ul {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.side_box ul li {
	padding-bottom: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.side_area {	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/* ページナビ */
.wp-pagenavi {
	width: 94%;
	clear: both;
	margin: 10px 0px 0px 0px;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e584b1;
	color: #e584b1;
	background-color:#ffffff;
	display: inline-block;
	padding: 3px 8px;
	margin: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e584b1;
	color: #ffffff;
	background-color:#e584b1;
}

.wp-pagenavi span.current {
	border-color: #e584b1;
	color:#ffffff;
	background-color:#e584b1;
}
.center_box_fc {
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
	padding-top: 10px;
	text-align: center;
	clear: both;
}
.ppc_img {
	text-align: center;
}
.ppc_text {
    margin: 0;
}
.center540_box  {
	width:100%;
	margin:10px auto 10px auto;
	text-align:center;
}
/* タグクラウド */

.tagcloud {
    height: auto;
    overflow: auto;
}
.osusume_box  {
	width: 100%;
	margin: 0px;
	margin-bottom: 15px;
}
.page_box {
	width:100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.page_box h2 {
	font-weight:normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #ffeeee;
	margin: 0px 0px 0px 0px;
}
.img_size100 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto 10px auto;
	clear: both;
}
.img_size100 img {
	width: 100%;
	max-width: 500px;
	height: auto;
	text-align: center;
}
.center100_img {
	width:100%;
	margin:0px auto 20px auto;
	text-align:center;	
}
.center100_img img {
	width:100%;
	text-align:center;	
}
.img_size100_w500 {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto 20px auto;
}
.img_size100_w500 img {
	width: 100%;
	height: auto;
	text-align: center;
}
.center560_box  {
	width:100%;
	margin:10px auto 20px auto;
	text-align:center;
}
.center560_box iframe {
	width: 100%;
	margin:0px auto 20px auto;
}
/* yarpp関連記事*/
/*１記事の領域*/
.related-post{
	width:94%;/*①記事幅に100%フィット*/
	overflow:hidden;
	margin: 5px auto 0px auto;
	font-size:0;
}
.related-entry {
	vertical-align: top;
	display:inline-block;
	width:50%;/*②１記事の領域（幅）*/
	height: auto;
	font-size: 11px;/*文字サイズ*/
	line-height: 1.6;/*文字行高*/
	margin-bottom: 12px;/*下余白*/
	padding: 0 0.5%;/*記事の間隔（左右）*/
}
.related-thumb{
	text-align: center;
}
/*画像の設定*/
.related-entry img{
	max-width:100%;/*１記事の領域幅にフィット*/
	height: auto;
}

.top_title {
	font-size: 2.4rem;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #e584b1;
	margin: 0px 0px 10px 0px;
}
.top_title a {
	color: #333333;
	text-decoration:none;
}
.top_title h1 a:hover {
	color: #CC2244;
}
.center640_box {
	width:100%;
	margin:10px auto 20px auto;
	text-align:center;
}
.center640_box iframe {
	width: 100%;
	margin:0px auto 20px auto;
}
.botan01 {
  font-size: 2rem;
}
.left_box_b10 {
	margin:0px 0px 10px 0px;
	text-align:left;
}
.left_box_b10 img {
	border:none;
	width: 100%;
}
/* トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 5px;
  right: 20px;
  text-align: center;
  font-size: 200%;
}
#pageTop i {
  padding-top: 0px;
  text-align: center;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 51px;
  height: 51px;
  background-color: #e584b1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*-----------------------------------
ブログリンクカードここから「内部リンク」
------------------------------------*/
 
.blog-card-thumbnail{
 float:none;
 padding:10px;
}
.blog-card-thumbnail img {
 display: block;
 width: 100%;
 height: auto;
 text-align: center;
}
.blog-card-title{
 padding: 5px 10px 10px 10px;
 font-size: 2rem;
}
.blog-card-excerpt {
 padding: 5px 10px 40px 10px;
}
.nuki_title01 {
	font-size:2rem;
	width: 96%;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.nuki_title02 {
	font-size:2rem;
	width: 96%;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.maind {
	width: 96%;
}
.list_faq {
	width: 96%;
	margin:0px auto 50px auto;
	padding: 0px 0px 0px 25px;
}
/* お客様の声 */
.voice_box {
	width: 96%;
	margin: 0 auto 0px auto;
}
.voice_box01 {
	margin: 0 0 0px 0;
}
.voice_box02 {
	margin: 0 0 50px 0;
}
.vouce_01 {
	font-size: 2.4rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	background-color: #dd6699;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px 0;
	border-radius: 20px;/* 角丸 */
}
.vouce_02 {
	font-size: 1.6rem;
	line-height: 1;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}
.vouce_03 {
	font-size: 1.8rem;
	font-weight: bold;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
}
.vouce_04 {
	font-size: 1.8rem;
	font-weight: bold;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
  border-bottom: 3px solid #dd6699;
	margin: 0 0 10px 0;
	display: inline-block;
}
.vouce_05 {
	font-size: 1.6rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
}
.vouce_05 .maru {
	border: 3px #cc3333 solid;
	border-radius: 20px;/* 角丸 */
	padding: 1px 2px 1px 2px;
}
.vouce_06 {
	font-size: 1.6rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	border-radius: 20px;/* 角丸 */
	margin: 0 0 10px 0;
	padding: 10px 20px 10px 20px;
}
.vouce_07 {
	font-size: 1.8rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	margin: 0 0 10px 0;
	background-color: #99DB67;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	border-radius: 20px;/* 角丸 */
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
}