@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
/*===========================
add
===========================*/

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


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}
.slicknav_btn {
	background-color: #ffad36;  /* MENU背景　*/
}
.slicknav_menu {
	background-color: #f2f2f2;  /* 背景　*/
}
.slicknav_nav li {
	background-color: #ffad36;  /* ナビ色　*/
}
.slicknav_nav a {
	border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}
.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}
.slicknav_nav .slicknav_row:hover {
	background: #ffad36;
	color: #fff;
}
.slicknav_nav a:hover {
	background: #ffad36; /* オーバー時背景色　*/
	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 #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_60p {
	border:3px double #EBC97A;
	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:rgba(255,173,54,.3);
	color:#333;
}
table.table2 th {
	background-color:rgba(255,173,54,.3);
	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:#EA8E1E;
}
/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtBA {
	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(254, 254, 254, .95);
}
.area_flowC .inner_flow .largeTxt {
	color:#E8840B;
	border-bottom:1px dotted #CCC;
}

.text-type1 {
    font-family: 'Noto Serif JP', "Yu Mincho", "游明朝", YuMincho , 'ヒラギノ明朝 Pro W3' , 'HiraMinPro-W3' ,serif;
    text-align: right;
    font-size: 1.2em;
}
.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    padding: 10px 15px;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
.dl-type2 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffad36;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 20px;
}
.dl-type2 dd {
    text-align: center;
    color: #ffad36;
    font-size: 1.6em;
    margin-bottom: 20px;
}
.title-type1 {
    font-size: 1.2em;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffad36;
  bottom: -3px;
  width: 20%;
}

.flex_box_zigzag {
	display: flex;
	justify-content: space-between;
}
.flex_box_zigzag.row_reverse {
	flex-flow: row-reverse wrap;
}
.flex_box_zigzag .item {
	width: 50%;
}
.flex_box_zigzag .txt_area{
	background-color: rgba(232,194,191,.2);
}
.flex_box_zigzag .txt_box{
	padding: 0em 2em;
}
.flex_box_zigzag .photo_area{
	background-position: 50% 50%;
	background-size: cover;
}
/*
.flex_box_zigzag .photo_area img {
    height: 100%;
    object-fit: cover;
}
*/
@media screen and (max-width: 640px) {
    .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
.flex_box_zigzag{
	flex-flow: column wrap;
}
.flex_box_zigzag .item{
	width: 100%;
}
.flex_box_zigzag .txt_box{
	padding: 2em 1.5em;
}
}
