@charset "utf-8";
/*
Theme Name: ママチュデザイン
Theme URI: https://mamachu-design.com
Description: ママチュデザインのテンプレート
Author: 小谷優歌
Tags: 
Version: 0.1.0
*/





/*　--------------------------------------------------

　　　　　　　　　サイト全体の設定

--------------------------------------------------------- */

@media screen and (min-width: 768px) {
html, body {
	max-width:2000px;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 190%;
	margin: 0;
	overflow-wrap: break-word;
	padding: 0;
	font-weight: 500;
/*	overflow-x: hidden;*/
	color: #333;
}
	
.sp {
display:none;
}
}

@media screen and (max-width: 767px) {
html, body {
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 190%;
	margin: 0;
	overflow-wrap: break-word;
	padding: 0;
	font-weight: 500;
	overflow-x: hidden;
	color: #333;
}
.pc {
display:none;
}
}

p {
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-weight: 500;
}

a:hover{
opacity:0.8;
}

.sub_text {
	font-size: 0.85em;
	line-height: 150%;
}

.clear{
clear:both;
}

a ,a img{
  color: #333;
  text-decoration: none;
}

p a,.sub_text a,.fuki_right a{
	color:#1a0dab !important;
	text-decoration:underline !important;
}

#wpadminbar a {
  color: #fff !important;
}

img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}

hr {
  border-bottom: 1px dotted #ccc;
  border-top: 0 solid #ccc;
  color: #ccc;
  margin: 20px 0;
}

p {
	margin: 8px 0px;
}


ul,li{
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.clear{
clear:both;
}

a {
  color: #333 !important;
  text-decoration: none;
}

strong {
	font-size: 1.05rem;
	margin: 0px 5px;
}


.elementor-drop-cap-letter {
	background: #eb92a4;
	color: #fff;
	padding: 7px 15px;
	font-size: 35px !important;
}

.elementor-divider {
	font-weight: bold !important;
}

.elementor-button-link {
	color: #fff !important;
}

.flex_box{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;　/*子要素の指定サイズ通りで表示*/
	justify-content: space-between;　/*左右を左右端にぴったり*/
    justify-content: center;　/*子要素を全体を中央へ配置*/

}

.grecaptcha-badge {
	display: none !important;
}


/*-----------------------------

	ヘッダー

------------------------------*/

@media screen and (min-width: 768px) {
	
.header_box {
	background-image: url(https://www.superpotato.com/wp-content/uploads/2021/11/header_back.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	padding: 16px 0px;
	background-position: bottom;
}

.header_left{
	width:30%;
	}
.header_center {
	width: 23%;
	padding: 0% 0 0 5%;
	box-sizing: border-box;
}
.header_right {
	width: 45%;
}
#site-description {
	background: #f5f5f5;
	font-size: 0.85em;
}
	
nav li a img {
	margin: 8px auto !important;
	padding: 0px 16px !important;
}
}

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

.header_box {
	background-image: url(https://www.superpotato.com/wp-content/uploads/2021/11/header_back.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	padding: 16px 0px;
	background-position: bottom;
}	
	
#site-description {
	background: #f5f5f5;
	font-size: 0.85em;
}
	
/*header {
margin: 20px 0px;
}*/
.header_left{
	width:80%;
	float:left;
	}
nav li a img {
	width:auto !important;
	height:35px !important;
	}
}


.header_right .sub_text {
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 130%;
	font-size:0.8em;
}

.header_dl a {
	display: block;
	padding: 1.5% 0;
	text-decoration: none;
	background: #fcd69e;
	color: #fff !important;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	border-bottom: 4px solid #e2c08e;
	width: 48%;
	float: left;
	margin-top: .5%;
}

.header_contact a {
	display: block;
	padding: 1.5% 0px;
	text-decoration: none;
	background: #8fcae2;
	color: #fff !important;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	border-bottom:4px solid #66b7d6;
	width: 48%;
	float: right;
	margin-top: 0.5%;
}



#breadcrumbs a {
	color: #fff !important;
}

/*-----------------------------------

	コンテンツレイアウト

-------------------------------------*/

@media screen and (min-width: 768px) {
main {
	display: block;
	float: right;
	margin-bottom: 50px;
	overflow: visible;
	text-align: left;
	width: 80%;
}

aside {
  float: left;
  margin-bottom: 40px;
  text-align: left;
  width: 16%;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
main {
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}

aside {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.inner{
width:90%;
margin:0 auto;
}
}


/*-----------------------------

	ロゴ

------------------------------*/


@media screen and (min-width: 768px) {
#site-title {
  width: 100%;
  float: left;
}

#site-title img {
  height: auto;
  width: 100%;
}

}

@media screen and (max-width: 767px) {
#site-title {
	width: 100%;
}

#site-title img {
  height: auto;
  padding: 0px;
  width: 100%;
}

}


/*-------------------------------------------

	メニューバー

--------------------------------------------*/

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

@media screen and (min-width: 768px) {
nav {
	background: #f94701;
}
		
nav img {
	height: 45px !important;
	width: auto;
	border-left: 1px solid #fff !important;
}
}


@media screen and (max-width: 767px) {
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}


.menu-trigger {
	position: absolute;
	/* bottom: 20px; */
	/* right: 20px; */
	top: 4%;
	right: 5%;
	width: 50px;
	height: 44px;
	z-index: 9999;
	border-radius: 4px;
}
	.nav_text {
	display:none;
}
#overlay {
	display: none;
	height: 100%;
	text-align: left;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	background: #f94701;
	padding: 18% 10px 5%;
	box-sizing: border-box;
	width: 75%;
}
#overlay ul li a {
	display: block;
	font-size: 1.1rem;
	padding: 5px 15px;
	margin:0% 2%;
}

.menu-trigger span {
 position: absolute;
 z-index: 9999;
 left: 8px;
 width: 75%;
 height: 4px;
 background-color: #666;
 border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
 top: 5px;
}
.menu-trigger span:nth-of-type(2) {
 top: 20px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 5px;
}
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(-45deg);
 transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-20px) rotate(45deg);
}

#overlay ul{
 padding-left: 0px;
}

#overlay ul li:first-child{
 padding-left: 0px;
 list-style-type: none;
 margin-top: 10px;
}

#overlay ul li{
 padding-left: 0px;
 list-style-type: none;
 margin-top: 3px;
}


#overlay ul li a::after {
	content: "\f054";
	font-family: "FontAwesome";
	padding-left: 10px;
	position: absolute;
	right: 25px;
}

.sub-menu li {
	margin-top: 10px !important;
	padding-left: 22px !important;
}
	
.spmenu_top {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;　/*子要素の指定サイズ通りで表示*/
}
.spmenu_top a{
	width:46%;
	margin:2%;
	}
}

/*-------------------------------------------

	パン屑リスト

--------------------------------------------*/

@media screen and (min-width: 768px) {
.breadcrumbs {
	font-size: .85em;
	text-align: left;
	margin-bottom: 40px;
	background: #b80633;
	color: #fff;
}
	
.breadcrumbs a {
	color:#fff !important;
}
}

@media screen and (max-width: 767px) {
.breadcrumbs {
	font-size: .85em;
	text-align: left;
	margin-bottom: 40px;
	background: #b80633;
	color: #fff;
}
	
.breadcrumbs a {
	color:#fff !important;
}
}


/*-------------------------------------------
 * 
 * メインビジュアル
 * 
 *--------------------------------------------*/

.top_main {
	margin-bottom: 30px;
}




/*-------------------------------------------
 * 
 * 固定ページ共通
 * 
 *--------------------------------------------*/



@media screen and (min-width: 768px) {
.page_title {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 0px 0px 24px;
	background: #19A88D;
	color: #fff;
	padding: 16px;
}
}

@media screen and (max-width: 767px) {
.page_title {
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}
}





/*-------------------------------------------
 * 
 *  リンクボタン
 * 
 * -----------------------------------------*/

.link_button a {
	background: #ed9393;
	padding: 10px 15px;
	border-radius: 5px;
	color:#fff !important;
	display:block;
}

.link_button01 {
	margin: 25px auto;
	text-align: center;
}

.link_button01 a {
	color: #fff !important;
	background-color: #eb92a4;
	font-size: 1em;
	padding: 12px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}



/*-------------------------------------------

	見出し

--------------------------------------------*/




h1 {
  margin: 0px;
}

h2 {
	font-size: 1.2em !important;
	font-weight: 700 !important;
	font-family: 'Quicksand',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	position: relative;
	line-height: 170% !important;
}



h3 {
	font-size: 1.1em !important;
	font-weight: 700 !important;
	line-height: 170% !important;
}


h4 {
	font-size: 1.1em;
	font-weight: 700;
}





/*---------------------------------------------

	サイドバー

---------------------------------------------*/

.widget01 {
	margin-bottom: 15px;
}

.aside_title {
	color: #ca0202;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 8px;
}



/*---------------------------------------------------------

	ブログ全般

-----------------------------------------------------------*/


/*---------------------------ブログ（アーカイブ）---------------------------*/

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

.blog article, .category article {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}
	

.blog_list_day {
	font-size: 0.85em;
	float: left;
	margin-right: 20px;
	color: #999;
	width:120px;
}

.blog_list_title {
	margin: 0px 0px 0px;
}
}




@media screen and (max-width: 767px) {
	
	
.blog_list_box .blog_list_day, .blog_list_box .blog_list_title {
	display: block !important;
	width: 100% !important;
}
	
.footer_info_title {
	background: #63a9ce;
	width:18%;
}
	
.footer_info_box {
	padding: 18px;
	box-sizing: border-box;
	width: 82%;
}
	
.blog_list_link a {
	margin-top: 12px;
}
	
.footer_info {
	border: 3px solid;
	margin-top: 40px;
}	
	

.blog article, .category article {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}
	

.blog_list_day {
	font-size: 0.85em;
	float: left;
	margin-right: 20px;
	color: #999;
	width:120px;
}

.blog_list_title {
	margin: 0px 0px 0px;
}
}

.blog_list_box {
	line-height: 170%;
}

.blog_list_link a {
	display: block;
	font-size: 0.85em;
	float: right;
	background: #63a9ce;
	color: #fff !important;
	font-weight: bold;
	padding: 0px 16px;
}

/*-------------------------ブログ（詳細）-----------------------------*/

.hcb_wrap code {
	padding: 0px;
}

code {
	border: 1px solid #ccc;
	display: block;
	background: #fafafa;
	padding: 20px 20px;
	font-size: 0.85em;
	line-height: 170%;
}

.single .content p {
	/* font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif; */
	/* line-height: 200%; */
	margin-bottom: 10px;
	padding: 0px 0px;
}

.single .content ul, .single .content ol {
  margin: 20px 0 0 20px;
}


.single .content p a {
	color: #1a0dab !important;
	border-bottom: 1px solid #1a0dab;
}


@media screen and (min-width: 768px) {
.blog_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
line-height:170%;
}
}

@media screen and (max-width: 767px) {
.blog_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
line-height:170%;
}
}


.blog_day {
	font-size: .8em;
	width: 100%;
	line-height: 110%;
}







/*-----この記事を書いている人-------*/

@media screen and (min-width: 768px) {
.blog_footer_profile {
	background: #fafafa;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 32px 0px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	border-right: 3px solid;
}

.blog_footer_profile_box {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
	
.blog_footer_profile_title {
	background: #019c96;
	padding: 0px 12px;
	border-left: 3px solid;
	border-top: 3px solid;
	border-right: 3px solid;
	margin-top: 32px;
}
	
.blog_footer_profile_title img {
	height: 50px;
	width: auto;
}

.blog_footer_profile_left {
	width: 10%;
}	
	
.blog_footer_profile_left img{
border-radius:50%;
border:2px solid #fff;
}

.blog_footer_profile_right {
	width: 87%;
	font-size: 0.9em;
	line-height: 170%;
	margin-left: 3%;
}
}

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

.blog_footer_profile {
	border: 0px solid #ccc;
	box-sizing: border-box;
	margin: 0px 0 10px;
	padding: 15px;
		background: #8fcae2;
	color: #fff;
}

.blog_footer_profile_left {
	width: 100%;
	padding: 10% 25% 5%;
	box-sizing: border-box;
}

.blog_footer_profile_right {
  width: 100%;
font-size:0.85em;
}
}

.blog_footer_profile_left img {
  height: auto;
  width: 100%;
}



/*----------------------------------

	ブログ	前のページ・次のページ

-----------------------------------*/

/*--------20200110 前の記事とかラベルない方がいいかも追加-------*/
.prev-next-label {
	display: none !important;
}



.prev-next-link a {
	display: block;
	text-decoration: none;
	padding: 14px 40px 20px;
}

.prev-next-link a:hover {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px) {
.pager {
	margin-top: 50px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.prev-next-label {
	font-size: 0.8em;
	/* margin: 0px 0px 0px 15px; */
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 20px;
	text-align: center;
	/* color: #fff; */
	letter-spacing: 0px;
	line-height: 150%;
	height: 20px;
	width: 100px;
	margin-left: 10px;
}
}
@media screen and (max-width: 767px) {
.pager {
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.prev-next-label {
	display:none;
}
}

/* Arrows */
.prev-link {
  background: url(img/simple_default_prev.png) no-repeat 10px center;
}
.next-link {
  background: url(img/simple_default_next.png) no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 16px 28px;
}

/* Images */
.thumb-wrap {
  display: flex;
}
.thumb-wrap p {
	margin: 0 0 0 16px;
	font-size: 0.85em;
	text-align: left;
}
.thumb-wrap img {
  width: 140px;
  height: 100%;
}

/* Larger devices */
@media screen and (min-width: 768px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link

 a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}







	






/*---------------------------------------------------------

	プラグイン　ページャー（共通）

----------------------------------------------------------*/

.wp_navi01 {
	padding: 20px 0;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #ccc !important;
	margin: 2px;
	padding: 5px 10px !important;
	text-align: center;
	text-decoration: none;
	background: #333;
	color: #fff !important;
}

.wp-pagenavi .pages {
	display: none;
}



/*--------------------------------------------------
 * 
 * 店舗情報
 * 
 * ------------------------------------------------*/

.shop_table th {
	width: 25%;
	padding: 0px;
}

.shop_table td {
	width: 75%;
	padding: 8px 16px;
	white-space:normal;
}

.shop_table td img {
	display: inline;
	margin: 2px 6px;
	width: ;
}


/*--------------------------------------------------
 * 
 * 買い取り
 * 
 * ------------------------------------------------*/

.product_box {
	width: 23%;
	border: 3px solid #e04e32;
	margin: 1%;
	background: #fefefe;
}

.product_image img {
	width: 100%;
	height: auto;
}

.product_list article {
	width: 23%;
	border: 3px solid #e04e32;
	margin: 1%;
	background: #fefefe;
}

.product_info_box th {
	width: 45%;
	border: 0px;
	padding: 0px 12px;
	font-weight: 500;
	border-top: 1px solid #ccc;
	background: #fefefe;
}

.product_info_box td {
	width: 55%;
	border: 0px;
	padding: 0px 12px;
	font-weight: 500;
	border-top: 1px solid #ccc;
	text-align: right;
}

.product_table_title {
	font-weight: bold !important;
	text-align: center;
	background: #e04e32 !important;
	color: #fff;
}

.product_price01 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0px;
}

.product_price02 {
	font-weight: bold;
	padding: 0px 0px;
	font-size:0.85em;
}

.product_category {
	padding: 4px 12px 0px;
	font-size: 0.85em;
}

.product_title {
	padding: 0px 12px 4px;
	font-size: 1.2em;
	font-weight:bold;
}



/*---高度----*/


.kaitori_pick_title {
	background: #e04e32;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 1.2em;
	border-radius: 8px 8px 0px 0px;
}

.kaitori_pick {
	background: #fffdc9;
	padding: 24px;
	border-radius: 0px 0px 8px 8px;
	border-color: #e04e32;
	border-width: 2px 2px 4px 2px;
	border-style: solid;
}

.pick_kisyu li {
	width: 23%;
	display: inline-block;
	box-sizing: border-box;
}

#feas-searchform-0 label {
	background: #fff;
	padding: 4px 16px;
	display: inline-block;
	margin: 2px 0px;
	border-width: 2px 2px 4px 2px;
	/* border-color: #000; */
	/* border-style: solid; */
	/* border-radius: 4px; */
	/* text-align: center; */
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid;
}

#feas-searchform-0 label input {
	margin-right: 4px;
}

.pick_kisyu {
	padding: 24px;
	border-radius: 10px;
	border-width: 2px 2px 4px 2px;
	border-color: #000;
	border-style: solid;
	background: #fffdc9;
	margin-top: 32px;
}


.product_category{
	padding: 4px 12px;
}

.product_category a {
	padding: 4px 8px;
	font-size: 0.7em;
	background: #f5f5f5;
	border-radius: 6px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 110%;
}

.product_category {
	line-height: 170%;
}

.search_word input {
	border: 1px solid;
	background: #fff;
	margin: 4px 0px;
}

.search_button input {
	display: block !important;
	width: 100% !important;
	margin: 4px 0px !important;
	background: #e04e32 !important;
	color: #fff !important;
	font-weight: normal !important;
	box-shadow: 0px 0px 0px !important;
}

#feas-sort-menu {
	background: #fff;
	border: 1px solid;
	text-align: center;
	border-radius: 50px;
	margin: 8px 16px 24px;
	padding: 8px;
}

.search_sort_button {
	padding: 0px 16px;
	border-right: 1px dotted;
}

.search_sort_button:last-child {
	padding: 0px 16px;
	border-right: 0px dotted;
}

.search_sort_button a {
	background: #8fc84b;
	color: #fff !important;
	padding: 2px 3px;
	border-radius: 4px;
	margin: 1px;
}

.search_ken {
	text-align: center;
	margin: 0px 0px 12px;
}

.kaitori_info_box {
	background: #fffdc9;
	padding: 24px;
	border-width: 2px 2px 4px 2px;
	border-color: #e04e32;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	margin: 0px 0px 32px;
}

.kaitori_info_title {
	background: #e04e32;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 1.2em;
	border-radius: 8px 8px 0px 0px;
	margin-top:32px;
}

.kaitori_info_box a {
	display: block;
	text-align: center;
	background: #06c152;
	padding: 12px;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none !important;
	color: #fff !important;
	border-width: 2px 2px 4px 2px;
	border-color: #000;
	border-style: solid;
	border-radius: 10px;
	margin:12px 16px 0px;
}

/*---------------------------------------------------

	フッター

----------------------------------------------------*/


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

footer {
	box-sizing: border-box;
	font-size: .9em;
	line-height: 170%;
	clear: both;
	background: #eeeeee;
	padding: 24px 0 12px;
	position: relative;
}
	
footer nav {
	background: transparent !important;
}
	
.footer_info {
	background: #63a9ce;
	padding: 12px 12px 12px 0px;
	margin: 40px 0px;
	clear: both;
	border: 3px solid;
}
	
.footer_info_title {
	width: 7%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px 12px;
}	
	
.footer_info_box {
	background: #fff;
	width: 93%;
	padding: 16px 24px 0px 24px;
	box-sizing: border-box;
}
}

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

footer {
	box-sizing: border-box;
	font-size: .9em;
	line-height: 170%;
	clear: both;
	padding: 48px 0 36px;
	position:relative;
}
}


.footer_logo img {
	margin: 0px auto 16px;
	width: 350px;
}




/*-------------------------------------------

スマホ用固定フッター

------------------------------------------*/

.footer_menu {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 50;
	box-sizing: border-box;
	background:#8fcae2;
}

.footer_menu_text {
	line-height: 100%;
	font-size: 0.7rem;
	letter-spacing:1px;
}

.footer_menu_item01 a {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	border-right: 1px dotted #f5f5f5;
	padding: 3% 0%;
	box-sizing: border-box;
	font-weight:bold;
	font-size:0.9rem;
	color:#fff !important;
}

.footer_menu_item02 a {
	display: block;
	width: 25%;
	text-align: center;
	border-right: 1px dotted #f5f5f5;
	padding: 3% 0%;
	float: left;
	box-sizing: border-box;
	font-weight:bold;
	font-size:0.9rem;
}





/*-------------------------------------------------------

	お問い合わせ

---------------------------------------------------------*/


@media screen and (max-width: 767px) {
.contact_table th {
	border: 0px solid;
	background: #2c4088;
	color: #fff;
	display: block;
	margin-top: 12px;
	padding: 8px 12px 0px;
	width: 100%;
}
}


.contact_table th p {
	color: #fff !important;
	font-size: ;
	font-weight: bold;
	margin: 0px !important;
}

.contact_table_list tr, .contact_table_list td {
	background: #fff;
}

.contact_table_list td {
	background: #fff !important;
}

.contact_table_list_text {
	color: #fff;
	font-size: 0.85em;
	margin: 0px 0px 8px;
}

.contact_table_list th {
	width: 100%;
}

.contact_en {
	margin-left: 10px;
	color: #ccc;
}

.contact_table th {
	border: 0px solid;
	background: #2c4088;
	color: #fff;
	display: block;
	margin-top: 12px;
	padding: 8px 12px 0px;
}

.contact_table td {
	border: 0px solid;
	background: #2c4088;
}

.contact_table textarea,.contact_table_2col textarea {
	background: #fff;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #eee;
	padding: 8px;
}

.contact_button {
	text-align: center;
	margin: 30px 0px 0px;
}
.contact_button input {
	background: #e5007f !important;
	text-align: center !important;
	color: #fff !important;
	text-shadow: 0px 0px 0px !important;
	box-shadow: 0px 0px 0px !important;
	border: 1px solid #e5007f !important;
}

.contact_button input:hover {
	background: #f5f5f5 !important;
	text-align: center !important;
	color: #e5007f !important;
	text-shadow: 0px 0px 0px !important;
	box-shadow: 0px 0px 0px !important;
	border: 1px solid #e5007f !important;
}

.contact_table td input {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0px;
}
 


input[type="text"], input[type="tel"], input[type="email"] {
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
	  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}



input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 

 
input[type="submit"] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 100%;
	font-size: 1.4em;
	padding: 12px !important;
	margin: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	background: #f5f5f5;
	text-shadow: 1px 1px 0px #fff;
}
 

input[type="radio"]{
margin: 0 0 4px 0 !important;
}








/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/*--------------------------------------

	テーブル

---------------------------------------*/


@media screen and (min-width: 768px) {
.scroll{
overflow: auto !important;
white-space:auto !important;
	margin:10px 0px 20px;
}
th {
	background: #fafafa;
	border: 1px solid #ccc;
	width: 30%;
	margin: 0px;
	padding: 5px 15px;
	box-sizing: border-box;
	white-space: auto;
	color:#333;
}

td {
	border: 1px solid #ccc;
	padding: 7px 10px;
	white-space: auto;
	color:#333;
}
}

@media screen and (max-width: 767px) {
.scroll{
overflow: auto !important;　　　　/*tableをスクロールさせる*/
white-space: nowrap !important;　　/*tableのセル内にある文字の折り返しを禁止*/
	margin:10px 0px 20px;
}
th {
	background: #f5f5f5;
	border: 1px solid #ccc;
	width: 30%;
	margin: 0px;
	padding: 5px 15px;
	box-sizing: border-box;
	white-space: nowrap;
	color:#333;
}

td {
	border: 1px solid #ccc;
	padding: 7px 10px;
	white-space: nowrap;
	color:#333;
}
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 3px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}



.table_mini th, .table_mini td {
	width: 50%;
	border: 3px solid #eeeeee;
	background: #fff;
	font-weight: normal !important;
}

.table_auto th {
	width: auto;
	text-align: center;
	border: 3px solid #eee;
}

.table_auto td {
	width: auto;
	border: 3px solid #eee;
}

.contact_table_list th {
	background: transparent;
	color: #333;
	margin: ;
	padding: ;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact_table_2col table {
	margin: 8px 0px;
	border: 3px solid #eee;
}


.contact_table_2col th {
	background: #00a395;
	color: #fff;
	width: 15%;
}

.contact_table_2col_list table {
	border: 0px solid #eee;
}

.contact_table_2col_list th {
	background: transparent;
	color: #00a395;
	padding: 4px;
	border: 0px;
}

.contact_table_2col_list td {
	background: transparent;
	padding: 4px;
	border: 0px;
}

.contact_table_2col_list input,.contact_table_2col input {
	background: #f5f5f5;
	padding: 4px 8px;
}



.his {
	background: #d7001c;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 6px;
	border-radius: 5px;
	margin-left: 6px;
}


/*-------------------------------------------------
 * 
 * リセットCSS
 * 
 * 	---------------------------------------------*/



/* ress.css リセットCSS */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}