@charset "utf-8";
@import "lib/fontawesome/css/all.min.css";

/* =============================================================================
   Base
   ========================================================================== */

body {
	margin: 0;
	padding:0;
	position:relative;
}

h1, h2, h3, h4, h5, p {
	margin-top:0;
}

h1, h2, h3, h4, h5 {
	width:100%;
	flex-basis: 100%;
}

hr {
	border-top: 2px solid #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.inline-block {
	display:inline-block;
	word-break:keep-all;
	padding-right:10px;
}

.text_red {
	color: #FF0000;
}
.text_blue {
	color: #06C;
}
.text_white {
	color: #FFF;
}
.text_green {
	color: green;
}

.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.pm5 {
	margin-bottom:5px;
	padding-bottom:5px;
}
.pm10 {
	margin-bottom:10px;
	padding-bottom:10px;
}
.mgn_btm10 {
	margin-bottom: 10px;
}

.txt_icon_blog {
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.text_icon {
	display:inline-block;
	color:#FFF;
	background-color: #676767;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
	margin-bottom: 5px;
	border-radius: 3px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
	text-decoration:none;
}
.text_icon:hover, .text_icon:visited, .text_icon:active {
	color:#FFF;
	text-decoration:none;
}


/* =============================================================================
   Images
   ========================================================================== */

img, object, embed, video {
	max-width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
	height:auto !important;
}

/* class 'parts' only */
.parts a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* =============================================================================
   Links
   ========================================================================== */

a {
	word-break : break-all;
}

/* a button ver.2 */
.a_btn {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.a_btn_s {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.a_btn, .a_btn_s {
	display: inline-block;
	white-space: nowrap;
	color:#FFF !important;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius : 5px;
	border:none;
/*	margin-bottom:10px;*/
}
.a_btn:hover, .a_btn_s:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.a_btn:visited, .a_btn:active, .a_btn_s:visited, .a_btn_s:active {
	color: #fff;
}

.bg_red { background-color: #E53131; }
.bg_orange { background-color: #FF8000; }
.bg_gray { background-color: #888888; }
.bg_black { background-color: #444444; }
.bg_black2 { background-color: #222222; }
.bg_blue { background-color: #0059B2; }
.bg_blue2 { background-color:#00468C; }
.bg_green { background-color:#537335; }
.bg_green2 {background-color:#00664C; }


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

form {
	margin: 0px;
	padding: 0px;
}


/* input btn ver.2 */
.input_btn {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.input_btn_s {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.input_btn, .input_btn_s {
	display: inline-block;
	white-space: nowrap;
	color:#FFF !important;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius : 5px;
	border:none;
	cursor:pointer;
}


.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #FF0000;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #FF0000;
	padding: 2px;
	margin: 0px 5px 0px 10px;
}

.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 7px;
	width:calc( 100% - 11px );
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


textarea, input[type="text"], input[type="tel"], input[type="time"], input[type="number"], input[type="password"], select {
	font-family: inherit;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 16px;
	line-height: 1.2;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	max-width:98%;
}

input[type="checkbox"], input[type="radio"] {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.form_a input[type="image"] {
	max-width:100%;
}

.form_a input[type="text"] , .form_a textarea {

}
.w30 {
	width: 30%;
}

.w40 {
	width: 60%;
}
.w60 {
	width: 70%;
}
.w80 {
	width: 75%;
}



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
}


/* =============================================================================
   Menu
   ========================================================================== */

/* Main Contents */
#bg {
  z-index: 20;
}

#menu_btn {
	cursor:pointer;
}



/* =============================================================================
   Tables
   ========================================================================== */

.table1 {
	border-collapse: collapse;
	border: 1px solid #8e8e8e;
}
.table1 th {
	background-image: none;
	border: 1px solid #8e8e8e;
}
.table1 td {
	border: 1px solid #8e8e8e;
}


.table_green {
	color:#FFF;
}
.table_green th, .table_green td {
	background-color:#006837;
}

.table_gray {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.table_gray th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #CCC;
}
.table_gray td {
	border: 1px solid #CCC;
}



/* =============================================================================
   System
   ========================================================================== */

.waku1 {
	border:solid #CCC 1px;
	background-color: #ffffff;
}

.page_on {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #888888;
}
.page_off {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DDDDDD;
}
.page_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: 0066CC;
	font-size: 18px;
	text-decoration: none;
}
.page_more {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 18px;
}


.nav_none {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #FFFFFF;
}
.nav_on {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #CCCCCC;
}
.nav_off {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #CCCCCC;
}
.nav_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 18px;
	text-decoration: none;
}
.nav_more {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}




/* =============================================================================
   Layout
   ========================================================================== */
.parts {
}
.container {
  -js-display: flex;
  display: flex;
/*  width:92%;*/
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
  flex-wrap: wrap;
  justify-content:space-between;
}

.container .com {
	flex-basis: 100%;
}

.item {
}

.justify_left {
	justify-content:flex-start;
}
.justify_left .item {
	margin-right:2%;
}

.justify_center {
	justify-content:center !important;
}
.justify_center .item {
	margin-right:1%;
	margin-left:1%;
}

.justify_right {
	justify-content:flex-end;
}
.justify_right .item {
	margin-left:2%;
}

.space_around {
	justify-content:space-around !important;
}
.space_around .item {
	margin-right:1%;
	margin-left:1%;
}

.space_between {
	justify-content:space-between;
}
.space_between .item {
/*	margin-right:1%;
	margin-left:1%;*/
}
  
.edit_box {
	clear:both;
	-js-display: flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content:space-between;

/*  width:calc(92% - 20px);*/
	max-width:calc(1080px - 20px);
	margin-left:auto;
	margin-right:auto;

	padding: 3px 10px;
	color:#FFF;
	background-color:#999999;
	z-index:21;
}
.edit_box .item {
	text-align:center;
	margin-bottom:0;
}


/* for Smart Phone */
@media print, screen and (max-width:1079px) {

h2 {
}
h3 {
}
h4 {
}

.box42 .item {
	flex-basis: 48.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 100%;
}
.box33 .item {
	flex-basis: 31.0185%;
}

.box21 .item {
	flex-basis: 100%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 100%;
}
.photo_left .right {
	flex-basis: 100%;
}

.photo_right .left {
	flex-basis: 100%;
}
.photo_right .right {
	flex-basis: 100%;
}

.photo_right_up .left {
	flex-basis: 100%;
}
.photo_right_up .right {
	flex-basis: 100%;
}

.card21 .left {
	flex-basis: 30%;
}
.card21 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #FFDDCC;
}
.mailform .form_a {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 99999;
	position: fixed;
	background-color: #666600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}
#pagetop {
	display:none;
	height: 45px;
	width: 45px;
	right: 5px;
	position:fixed;
	bottom: 90px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

.hide_sp {
	display:none;
}


.table_responsive > table, .table_responsive > table > tbody, .table_responsive > table > tbody > tr {
	display:block;
	width:100%;
}

.table_responsive > table > tbody > tr > th {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:1.5%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:#FFDDCC;
}
.table_responsive > table > tbody > tr > td {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:1.5%;
	vertical-align:top;
}

.parts_table_responsive > table, .parts_table_responsive > table > tbody, .parts_table_responsive > table > tbody > tr {
	display:block;
	width:100% !important;
}

.parts_table_responsive > table > tbody > tr > th {
	width:100% !important;
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:1.5%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.parts_table_responsive > table > tbody > tr > td {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:1.5%;
	vertical-align:top;
}


.fltbox3 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}


}

/* for PC */
@media print, screen and (min-width:1080px) {

.box42 .item {
	flex-basis: 23.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 31.0185%;
}
.box33 .item {
	flex-basis: 31.0185%;
}

.box21 .item {
	flex-basis: 48%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 30%;
}
.photo_left .right {
	flex-basis: 67%;
}

.photo_right .left {
	flex-basis: 67%;
}
.photo_right .right {
	flex-basis: 30%;
}

.photo_right_up .left {
	flex-basis: 67%;
}
.photo_right_up .right {
	flex-basis: 30%;
}

.card21 .left {
	flex-basis: 15%;
}
.card21 .right {
	flex-basis: 30%;
	padding-right:2%;
}
.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 30%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #FFDDCC;
}
.mailform .form_a {
	flex-basis: 64%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

.hide_pc {
	display:none;
}



#pagetop {
	display:none;
	height: 50px;
	width: 50px;
	right: 15px;
	position:fixed;
	bottom: 60px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 99999;
	position: fixed;
	background-color: #666600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}


.table_responsive > table {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.table_responsive > table > tbody {
	display:table-row-group;
	width:100%;
	border-collapse:collapse;
}
.table_responsive > table > tbody > tr {
	display:table-row;
	width:100%;
}
.table_responsive > table > tbody > tr > th {
	display: table-cell;
	padding: 6px;
	width: 20%;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	background-color: #FFDDCC;
	border: 1px solid #CCCCCC;
}
.table_responsive > table > tbody > tr > td {
	display:table-cell;
	padding:6px;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}


.parts_table_responsive > table {
	display:table;
	width:100%;
}
.parts_table_responsive > table > tbody {
	display:table-row-group;
	width:100%;
}
.parts_table_responsive > table > tbody > tr {
	display:table-row;
	width:100%;
}
.parts_table_responsive > table > tbody > tr > th {
	display: table-cell;
	padding: 6px;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
}
.parts_table_responsive > table > tbody > tr > td {
	display:table-cell;
	padding:6px;
	vertical-align:top;
}


.fltbox3 {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}


}
