@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #3664A9;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #3664A9;;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #3664A9;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #2981c0; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #38ADAD;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #38ADAD;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #EBC97A;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#F8FAFC;
	color:#333;
}

table.table2 th {
	background-color:#F8FAFC;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#33C88C;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#E8840B;
	border-bottom:1px dotted #CCC;
}


 /* index_wp */
 
.index_wp ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
	vertical-align:middle;
	line-height:150px;
}


@media only screen and (max-width: 600px) {
.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:5px;
}
.index_wp .title {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:10px;
}

}



/*///////////////////////////////////////////////
写真を隙間なく交互に配置
///////////////////////////////////////////////*/
.content_full {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.content_full h2 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	font-size: 2.6em;/* 要調整 */
	margin-bottom: 2em;/* 要調整 */
}
.content_full h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
}
.content_full h3::after {/* 要調整 */
	position: absolute;
	bottom: -16px;
	left: 50%;
	z-index: 1;
	content: '';
	display: block;
	height: 3px;
	background: #dcdcdc;
	width: 120px;
	margin-left: -60px;
}
/* h3左寄せ */
.content_full h3.tx-left {/* 要調整 */
	text-align: left;
}

.flex_box{
	display: flex;
	justify-content: space-between;
}

.flex_box h3 {
	font-size:1.4em;
	text-align:left;
	color:#4B81D1;
}

.flex_box.row_reverse{
	flex-flow: row-reverse wrap;
}
.item{
	width: 50%;
	min-height: 18em;/* 要調整 */
}
.txt_area{
	background-color: #fefefe;
  padding: 60px 0;
}
.txt_box{
	width: 70%;
	margin: 0 auto;
}
.photo_area{
	background-position: 50% 50%;
	background-size: cover;
}
.photo01{
	background-image:url("../img/content/wide1.jpg");
}
.photo02{
	background-image:url("../img/content/wide2.jpg");
}
.photo03{
	background-image:url("../img/content/wide3.jpg");
}
.photo04{
	background-image:url("../img/content/wide4.jpg");
}

@media screen and (max-width: 768px) {
.content_full {
	width: 100%;
}
.content_full h2 {/* 要調整 */
	width: 85%;
	font-size: 2.0em;/* 要調整 */
}
.flex_box{
	flex-flow: column wrap;
}
.item{
	width: 100%;
}
.txt_area{
	padding: 40px 0;
}
.txt_box{
	width: 85%;
}
.photo_area{
	min-height: 50vh;
}

.photo03{
	background-position:top left;
}

}
/* /写真を隙間なく交互に配置 */



