@charset "utf-8";
/* CSS Document */

/*=======================================================================

基本カラー

黄色：#FFF051
薄い黄色：#FFF6B6
濃いグレー：#333
薄いグレー：#eee
アイコン：#999

=======================================================================*/

body {
	-webkit-text-size-adjust: 100%;
}/*レスポンシブの場合*/

body#tinymce {
	background:#fff;
	text-align:left;
}

.fL {
	float:left;
}

.fR {
	float:right;
}

.pc {
	display:block;
}

.sp {
	display:none;
}

img {
	width:100%;
}

img[src$=".svg"] {
    width: 100%;
	pointer-events: none;
}

.fsicon {
	width:30px !important;
	height:auto;
	vertical-align:middle;
	margin-right:8px;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/*=======================================================================

フォームパーツ基本

=======================================================================*/
input {
    font-family: sans-serif;
    font-size:100%;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.choice {
	margin-top:10px;
}

.chkbox label {
	padding-left:38px;
	line-height:32px;
	display:inline-block;
	cursor:pointer;
	position:relative;
}

.chkbox label:before {
	content:'';
	width:32px;
	height:32px;
	display:inline-block;
	position:absolute;
	left:0;
	background:#fff;
	border:1px solid #999;
	border-radius:6px 6px 6px 6px;
}

.chkbox input[type=checkbox] {
	display:none;
}

.chkbox input[type=checkbox]:checked + label:before {
	content:'\2714';
	font-size:34px;
	color:#000;
	background-color:#FC0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
select {
   width:100%;
   padding:2%;
   border:1px solid #ccc;
   -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
   box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

select,
option {	
	padding:2%;
	width:100%;
	cursor:pointer;
	background-color:#fff;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	font-size:100%;
	margin:3% auto 0 auto;
	cursor:pointer;
	background:#FFF051;
	border:3px solid #fff;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    padding:1% 0;
    display:block;
    border-radius:40px;
    color:#000;
    text-align:center;
	text-decoration:none;
	width:200px;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background:rgba(255,220,107,1.0);
}

input[type="radio"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}

/*=======================================================================

余白

=======================================================================*/

.mab10 {
	margin-bottom:10px;
}

.mab20 {
	margin-bottom:20px;
}

.mab30 {
	margin-bottom:30px;
}

.mab40 {
	margin-bottom:40px;
}

.mab50 {
	margin-bottom:50px;
}

.pa20 {
	padding:0 20px;
}

/*=======================================================================

ページャー

=======================================================================*/

.wp-pagenavi {
	clear: both;
	text-align:center;
	padding:20px 0;
	border-top:1px dotted rgba(41,168,223,0.5);
	border-bottom:1px dotted rgba(41,168,223,0.5);
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:87.5%;
	color: #29A8DF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: rgba(41,168,223,0.1);
	border: 1px solid #29A8DF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi a:hover{
	color: #fff;
	background-color: #4EA035;
	border-color: #4EA035;
}
	
.wp-pagenavi span.current{
	color: #fff;
	background-color: #29A8DF;
	border-color: #29A8DF;
	font-weight: bold;
}

/*=======================================================================

レイアウト

=======================================================================*/

.contents_wrap,
.contents_wrap02 {
	width:100%;
	margin:0 auto;
	padding:2% 0;
}

.contents_wrap {
	max-width:1366px;
}

.contents_wrap02 {
	max-width:1200px;
}

/*========== flex用*/

.flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display:box;
	-js-display: flex;
    display: flex;
	-webkit-justify-content: flex-start;
  	justify-content: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.flex2 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display:box;
	-js-display: flex;
    display: flex;
}

.flex3 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display:box;
	-js-display: flex;
    display: flex;
	-webkit-justify-content:space-between;
  	justify-content:space-between;
	flex-wrap:wrap;
}

.flex4 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display:box;
	-js-display: flex;
    display: flex;
	-webkit-justify-content:center;
  	justify-content:center;
}

.reverse {
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.list2 li,
.w50 {
	width:50%;
}

.list2-2 li,
.w49 {
	width:49%;
}

.list2-3 li {
	width:49.5%;
}

.list2-4 li {
	width:45%;
}

.list3 li,
.list3 div.w3 {
	width:32%;
}

.list2-4 li ul li,
.list3 li ul li,
.list5 li ul li {
	width:100%;
}

.list4 li {
	width:23%;
}

.list4 li li {
	width:100%;
}

.list5 li {
	width:19%;
}

/*========== iframe用*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/*=======================================================================

font

=======================================================================*/

.gray {
	color:#999;
}

.gray02 {
	color:#666;
}

/*=======================================================================

ボタン

=======================================================================*/

header .bt {
	width:150px;
}

.bt a,
.bt_w a,
.bt_g01 a,
.bt_g02 a {
	padding:6% 0;
    display:block;
    border-radius:40px;
    text-align:center;
	text-decoration:none;
	font-weight:500;
}

.bt a,
.bt_g01 a,
.bt_g02 a {
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.bt a {
	background:#FFF051;
	border:3px solid #fff;	
    color:#000;
}

.bt a:hover {
	background:rgba(255,220,107,1.0);
	color:#333;
}

.bt_w a {
	background:#fff;
	border:1px solid #ccc;
    color:#000;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.bt_w a:hover {
	background:rgba(0,0,0,0.2);
}

.bt_g01 a {
	background:#ddd;
	border:3px solid #fff;
    color:#000;
}

.bt_g01 a:hover {
	background:#aaa;
	color:#fff;
}

.bt_g02 a {
	background:#999;
	border:3px solid #fff;
    color:#fff;
}

.bt_g02 a:hover {
	background:#666;
	color:#fff;
}

.bt01 {
	width:80%;
	max-width:450px;
}

.bt02 {
	width:80%;
	max-width:270px;
}

.btc {
	margin:20px auto;
}

/*=======================================================================

header

=======================================================================*/

header h1 {
	float:left;
	color:#999;
	text-align:left;
	font-size:62.5%;
	padding:10px 0;
}

header .primary {
	float:right;
}

header .primary li {
	display:inline-block;
	font-size:87.5%;
}

header .primary li a {
	background:#C00;
	color:#fff;
	margin:5px 0 0 8px;
}

h2 {
	max-width:200px;
	margin-bottom:10px;
}

a.cd-logo {
    padding-bottom: 20px;
}

/*=======================================================================

main

=======================================================================*/

article {
	text-align:left;
	padding-bottom:150px;
}

.bk_gray {
	background:#F5F6F6;
}

.bk_gray02 {
	background:rgba(0,0,0,0.06);
}

.bk_gray03 {
	background:rgba(0,0,0,0.1);
}

.bk_yellow {
	background:rgba(255,240,81,0.1);
}

.contents_box {
	padding:5% 0;
}

.bar_ti {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #FFF051;
    margin:20px 0;
    font-size:125%;
    font-weight:600;
}

.bar_ti::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 15%;
    background: #DADBDB;
}

.sub_ti {
	background:#eee;
	padding:0.5% 1%;
	margin-top:0 !important;
}

.main h3 {
	font-size:156.3%;
	text-align:center;
	color:#000;
	font-weight:600;
	margin-bottom:40px;
}

.main h3 svg {
	color:#999;
	margin-right:8px;
}

.main h4 {
	font-size:125%;
	border-bottom:1px solid #666; 
	border-top:1px solid #666; 
	padding:1% 0;
	font-weight:600;
}

.main h4.bar_ti {
	border-bottom:none;
	border-top:none;
	padding: .25em 0 .5em .75em;
}

.border-box {
	padding:4%; 
	border:1px solid #ccc;
}

/*========== スマホ用検索ボタン*/

.sp_search {
	display:none;
}

/*========== パンくず*/

.list {
	background:#eee;
	padding:0.5%;
}

.list ul {
	width:100%;
	max-width:1366px;
	margin:0 auto;
	text-align: right;
}

.list ul li {
	font-size: 87.5%;
    display: inline-block;
    color: #333;
    margin-left: 20px;
}

.list ul li a {
    padding: 0 20px 0 0;
    color: #666;
    position: relative;
}

.list ul li a:after {
    position: absolute;
    content: ">";
    margin-left: 20px;
}

/*========== ページの先頭*/

#gotop {
	position: fixed;
    bottom: 50px;
    right: 2%;
    font-size: 300%;
	z-index:100000;
}

#gotop a {
	color:rgba(0,0,0,0.3);
}

/*=======================================================================

footer

=======================================================================*/

footer {
	position: fixed;
    bottom: 0;
	background:rgba(204,204,204,0.95);
	width:100%;
	z-index:9999;
	padding:1% 0;
}

.contact {
	margin-bottom:10px;
}

.contact p {
	font-weight:600;
}

.contact li {
	text-align:left;
	color:#000;
	margin-right:20px;
}

.footbox {
	width:80%;
	margin:0 auto;
}

.footbox .flex {
	-webkit-align-items:center;
	align-items:center;
}

.footbox .bt a {
	padding:3% 0;
}

.call p {
	font-size:87.5%;
}

.tel {
	font-size:30px !important;
	font-weight:bold;
}

.tel img {
	width:60px;
	height:auto;
}

.tel {
	font-weight:bold;
	color:#000;
}

.copy_pc,
.copy {
	font-size:62.5%;
	border-top:1px solid #ccc;
}

.footlink a {
	color:#333;
}

@media only screen and (min-width: 813px) {
	.footbox .bt {
		width:250px;
	}
}

@media only screen and (min-width: 1025px) {		
	.call {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
		display:box;
		-js-display: flex;
	    display: flex;
		-webkit-justify-content: flex-start;
	  	justify-content: flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:center;
		align-items:center;
	}
	
	.call p {
		margin-right:10px;
	}
}

@media only screen and (min-width: 1200px) {
	.contact li:first-child {
		margin-right:auto;
	}
}

@media only screen and (min-width: 1600px) {
	.footbox {
		width:60%;
	}
}

@media only screen and (min-width: 813px) and (max-width: 1200px) {	
	.footbox {
		width:98%;
	}
}

/*=================================================================================

～1024

=================================================================================*/

@media only screen and (max-width: 1024px) {
	article {
		margin:0 auto 100px auto;
	}
	
	/*=======================================================================
	
	レイアウト
	
	=======================================================================*/
	.contents_wrap,
	.contents_wrap02 {
		width:96%;
		padding:2% 0;
	}
	
	/*========== スマホ用検索ボタン*/

	.sp_search {
		display:table;
		width:100%;
		background: rgba(255,240,81,0.5);
		border-bottom:1px solid #999;
		border-top:1px solid #999;
	}
	
	.sp_search li {
		font-size:75%;
		display:table-cell;
		width:25%;
		text-align:center;
		border-right:1px solid #999;
		vertical-align:middle;
	}
	
	.sp_search li:last-child {
		border-right:none;
	}
	
	.sp_search li a {
		display:block;
		color:#000;
		text-decoration:none;
		padding:10px 0;
	}
	
	.sp_search li svg {
		width:30px !important;
		display:block;
		margin:0 auto;
	}
}

/*=================================================================================

～812

=================================================================================*/

@media all and (max-width: 812px) {
	
	.pc {
		display:none;
	}

	.sp {
		display:block;
	}
	
	/*=======================================================================
	
	ページャー
	
	=======================================================================*/
	
	.page {
		display:none;
	}
	
	.wp-pagenavi span.pages {
		display:block;
		background:none;
		border:none;
		margin-bottom:20px;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 5px 10px;
	}
	
	.wp-pagenavi a:hover{
		color: #fff;
		background-color: #4EA035;
		border-color: #4EA035;
	}
		
	.wp-pagenavi span.current{
		color: #fff;
		background-color: #29A8DF;
		border-color: #29A8DF;
		font-weight: bold;
	}
	
	
	/*=======================================================================
	
	レイアウト
	
	=======================================================================*/
	
	/*========== flex用*/
	.flex,
	.flex2,
	.flex3 {
		display:block;
	}
	
	.list2 li,
	.list3 li,
	.list3 p,
	.list2-2 li,
	.list2-3 li,
	.list2-4 li,
	.list4 li,
	.list5 li,
	.list3 div.w3,
	.w49,
	.w50 {
		width:100%;
	}
	
	.area li {
		padding-bottom:3%;
	}
	
	input[type="text"],
	input[type="tel"],
	input[type="number"],
	input[type="email"],
	textarea,
	select {
	   width:100%;
	   padding:2%;
	   border:1px solid #ccc;
	   -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	   -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	   box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
	
	/*=======================================================================
	
	フォーム
	
	=======================================================================*/
	
	input[type="submit"],
	input[type="button"] {
		  border-radius:40px;
		  -webkit-box-sizing: content-box;
		  -webkit-appearance: button;
		  appearance: button;
		  box-sizing: border-box;
		  cursor: pointer;
		  margin-bottom:10px;
		  min-height:45px;
		  max-width:200px;
		  background:#FFF051;
		　border:3px solid #fff;
	}
	
	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;
	}
	
	/*=======================================================================
	
	header
	
	=======================================================================*/
	
	header h1 {
		padding:5px 0;
		text-align:center;
		float:none;
	}
	
	header .primary {
		float:none;
		margin-bottom: 10px;
	}
	
	header .primary li a {
		margin:0;
	}
	
	header .bt {
		display:none;
	}
	
	/*=======================================================================

	main
	
	=======================================================================*/
	
	article {
		padding-bottom:0;
	}
	
	.border-box {
		padding:8%; 
		margin-bottom:10%;
	}
	
	.main h3 {
		margin-bottom:20px;
	}
	
	/*========== パンくず*/
	
	.list {
		display:none;
	}	
	
	/*=======================================================================
	
	footer
	
	=======================================================================*/
	
	footer {
		padding:0;
		background:#666;
	}
	
	.footbox .flex {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
		display:box;
		-js-display: flex;
	    display: flex;
		-webkit-justify-content: flex-start;
	  	justify-content: flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.footbox {
	  	width:100%;
	}
	
	.footbox .bt a {
		padding:6% 0;
	}
	
	.contact {
		margin-bottom:0;
	}
	
	.contact li {
		width:50%;
		margin-right:0;
	}
	
	.contact li.sp:last-child {
		font-size:112.5%;
		font-weight:bold;
		text-align:center;
		background:#666;
	}
	
	.contact li.sp:last-child a {
		font-weight:bold;
		color:#fff;
		display:block;
		padding: 5% 0;
	}
	
	.contact li.sp:last-child img {
		width:20%;
		height:auto;
	}
	
	.copy li:first-child,
	.copy li:last-child {
		width:100%;
		font-size:13px;
	}
	
	footer .bt a {
		border:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		box-shadow:none;
		border-radius:0;
	}
	
	.sp_foot {
		padding:2%;
	}
	
	.sp_foot .copy {
		padding-top:10px;
	}
	
	.sp_foot .copy li {
		margin-bottom:10px;
	}
	
	.copy_pc {
		display:none;
	}
}

/*=================================================================================

～799

=================================================================================*/

@media all and (max-width: 799px) {
	.fL,.fR {
		float:none;
	}
	
	.pc {
		display:none;
	}
	
	.sp {
		display:block;
	}
}