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

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


/* humberger area*/

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

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

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

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

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


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

.slicknav_nav a:hover {
	background: #F98D17; /* オーバー時背景色　*/
    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:#FEEDD3;
	color:#333;
}

table.table2 th {
	background-color:#FEEDD3;
	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;
}

/* 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;
}




/* ------------------------------
  add css
------------------------------ */

/*強調文字（太文字）*/
.font_0{
    font-weight: bold;
}
/*強調文字（大文字）*/
.font_1{
    font-weight: bold;
    font-size: 1.5rem!important;
}
/*強調文字（色）*/
.font_2 {
    color: #E8840B!important;
    font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
    color: #E8840B!important;
    font-weight: bold;
    font-size: 1.5rem!important;
    line-height: 1.5;
}
/*画像枠*/
.bd{
    border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80{
  width:80%!important;
}
.wd60{
  width:60%!important;
}

.lh2em {
	line-height: 3em;
}

/* subnavi */
.subnavi {
	text-align:center;
	width:100%;
	border-bottom:1px solid #EEE;
	margin-bottom:80px;
}
.subnavi ul {
	margin:0 auto;
	max-width:1000px;
}
.subnavi ul li {
	display:inline-block;
	line-height:1;
	margin:0;
	padding:0;
	margin:0 15px 0;
}
.subnavi ul li a {
	text-decoration:none;
	padding:13px 0 11px;
	display:block;
}
.subnavi ul li a:hover {
	color:#999;
}
.wd80 {
	width: 80%;
	margin: 0 auto;
  display: block;
}
 @media screen and (max-width: 768px) {
 .subnavi {
 border-bottom:none;
}
 .subnavi ul li {
 width:100%;
 box-sizing: border-box;
 display:block;
 border:none;
 margin:0;
}
.subnavi ul li a {
 box-sizing: border-box;
 margin:0;
 border:none;
 border-bottom:1px dotted #DDD;
}
 .subnavi ul li.first {
 border-top:none;
}
}


.two_third {
    width: 65%;
}
.one_third {
    width: 30%;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
    display: inline;
    float: left;
    margin: 0 0 0 5%;
    list-style: none;
}
.first {
	margin-left: 0;
	clear: left;
}
/* Instagram */
.iswd-base {
	margin: 0 auto;
}

/* maincatch */
.mcmgb {
	margin-bottom: 40px;
	display: inline-block;
}

/* subnavi */
.snpad {
	padding-bottom: 1em;
	border-bottom:1px dotted #DDD;
}
.font_3 a {
    color: #E8840B!important;
    font-weight: bold;
    font-size: 1.2rem!important;
	line-height: 1.5;
	text-decoration: none;
}
.sp-br{
	display: none;
}
 @media screen and (max-width: 768px) {
 .snpad {
	padding-bottom: unset;
	border-bottom:unset;
}
.mcmgb {
    margin-bottom: 0px;
}
.wd80 {
	width: 100%!important;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
 margin: 0 0 3em 0;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
 width: 100%;
}
.one_third {
    margin-bottom: 0;
}
.sp-br{
	display: block;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
.wrap-img,.wrap-img img {
	position:relative;
	z-index:10;
}
.wrap-img img {
	width:70%;
}
.wrap-img:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  width: 70%;
  height: 90%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    -45deg,
    transparent 25%,
    #c0f3f0 25%,
    #c0f3f0 50%,
    transparent 50%,
    transparent 75%,
    #c0f3f0 75%,
    #c0f3f0
  );
  background-image: -moz-linear-gradient(
    -45deg,
    transparent 25%,
    #c0f3f0 25%,
    #c0f3f0 50%,
    transparent 50%,
    transparent 75%,
    #c0f3f0 75%,
    #c0f3f0
  );
  background-image: -o-linear-gradient(
    -45deg,
    transparent 25%,
    #c0f3f0 25%,
    #c0f3f0 50%,
    transparent 50%,
    transparent 75%,
    #c0f3f0 75%,
    #c0f3f0
  );
  background-image: linear-gradient(
    -45deg,
    transparent 25%,
    #c0f3f0 25%,
    #c0f3f0 50%,
    transparent 50%,
    transparent 75%,
    #c0f3f0 75%,
    #c0f3f0
  );
  background-size: 3px 3px;
  z-index: 1;
  opacity: 0.2;
  background-image: -webkit-linear-gradient(
    -45deg,
    transparent 25%,
    #005476 25%,
    #005476 50%,
    transparent 50%,
    transparent 75%,
    #005476 75%,
    #005476
  );
  background-image: -moz-linear-gradient(
    -45deg,
    transparent 25%,
    #005476 25%,
    #005476 50%,
    transparent 50%,
    transparent 75%,
    #005476 75%,
    #005476
  );
  background-image: -o-linear-gradient(
    -45deg,
    transparent 25%,
    #005476 25%,
    #005476 50%,
    transparent 50%,
    transparent 75%,
    #005476 75%,
    #005476
  );
  background-image: linear-gradient(
    -45deg,
    transparent 25%,
    #005476 25%,
    #005476 50%,
    transparent 50%,
    transparent 75%,
    #005476 75%,
    #005476
  );
}
@media only screen and (max-width: 768px) {
.wrap-img img {
	width:100%;
}
.wrap-img:before {
  top: 100px;
  left: 30px;
  width: 100%;
  height: 90%;
}
}