
/*===========================
add
===========================*/

/* 見出し調整 */

/* h2.bnrContTit {
	font-size: 1.8em;
} */


h3.h3small {
	font-size: 1.6em;
}
h4.various1 {
	text-align: left;
	font-size: 1.2em;
	color: #333;
	padding: .4em .75em;
	background-color: #C0D3E2;
	border-bottom: none;
}
/* メールフォーム */

.contact input {
	vertical-align:middle;
}

/* リスト */

ul.point2 li{
	background: #3A9AB2;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.point4 li{
	background: #3A9AB2;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 23%;
}


ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}


table ul.circle2 li {
	display: inline-block;
	width: 42%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;
}

ul.circle3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.circle3 li {
/*	display: inline-block;
	width: 32%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;*/
	width: 17em;
}
ul.circle3 li::before {
	content: "*";
	color: #9c0327;
	font-size: 20px;
}

.add_font.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.circle4 li {
	display: inline-block;
	width: 20%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;
	border-bottom: 1px dashed #CCC;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}


ul.voice {
	list-style-type: none !important;
	position: relative;
}
ul.voice li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.voice li:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f27b";
	font-size: 1.2em;
	left: 0.3em;
}

ul.liCheck3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/icn_check.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size: 0.9rem;
	float: left;
	width: 45%;
	margin: 0 1% 10px;	
}



ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #329932;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}


/* テーブル */

table.table2.table2_w70 {
	width:70% !important;
	margin: 0 auto;
}

table.table4 {
	border-collapse: collapse;
	border-top: 1px #999 solid;
}
table.table4 th {
	padding:7px;
	border-bottom: 1px #999 solid;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
}
table.table4 td {
	padding:7px 1em;
	border-bottom: 1px #999 solid;
	font-weight:normal;
}
/* フロー */

.area_flowS .inner_flow {
	padding: 0.5em 0;
}
.flow-right.end::before {
	content: none;
}
.flow-right, .flow-right.end {
	position: relative;
	display: inline-block;
	margin: 0 1.5em 0 0;
	min-width: 60px;
	max-width: 31%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #537ba4;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
	float: left;/* min-height: 300px; */
}
.flow-right.end {
	margin: 0 0 0 0;/* background-color: #ede9d9; */
}
.flow-right::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14.5%;
	margin-top: -30px;
	border: 30px solid transparent;
	border-left: 20px solid #678cb2;
}
.flow-right p {
	text-align: center;
	font-size: 1.5em;
}
/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 45%;
	border: none;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #e7f3f1;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	/* -moz-border-radius:8px; /* Firefox
	-webkit-border-radius:8px; /* Google Chrome、Safari 
	-o-border-radius:8px; /* Opera 
	-ms-border-radius:8px; /* Internet Explorer 
	border-radius:8px; */
}
.Boxwrap .box1_2 {
	width: 45%;
	border: 2px solid #3BB3B3;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer */ 
	border-radius:8px;
}

.Boxwrap .first {
	margin-left: 0 !important;
}
.box {
	border: 1px solid #bbb;
	padding: 30px;
}
.box h3 {
	font-size: 1.8em;
	border-bottom: none;
}
.outer {
	position: relative;
	display: -ms-flexbox; /* IE10 * */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex--align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.box2 {
	position: relative;
	/* margin: 0 auto; */
	padding: 0 1.2em 1.2em;
	background-color: #fff; /* 背景色 */
	border: 1px solid #666; /* 枠線の太さ・色 */
}
.box2_title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
	color: #555555;
}

ul.box4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box4 li {
	border: 2px solid #55B1C8;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 31%;
	margin: 1%;
}
ul.box4 h3 {
	font-size: 1.5em;
}

ul.box5 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box5 li {
	border: 1px solid #b8e1a6;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 40%;
	margin: 1%;
}

@media screen and (max-width: 768px) {
ul.box4 li, ul.box5 li {
	width: 90%;
}
}

/* ボタン */

.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #E5C019;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow:1px 1px 5px #333;
}
.btn2 a:hover {
	background: #edd148;
}
/* テキスト */

.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.marker_y {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.catch2DB2 {
	color:#B35336;
	font-size:1.4em;
	margin-bottom:0.5em;
	line-height:1.2em;
}

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.mb0 {
	margin-bottom:0 !important;
}

.tx-signature {
	font-size: 1.4rem;
}

/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}



/*　色変更　*/


.column6_100p {
	border:3px double #de86a0;
}

.column6_80p {
	border:3px double #de86a0;
}

.column6_60p {
	border:3px double #de86a0;
}


table.table3 th {
	background-color:#de86a0;
	color:#FFF;
}

table.table2 th {
	background-color:#de86a0;
	color:#FFF;
}


/*///////////////////////////////////////////////
写真を隙間なく交互に配置 
///////////////////////////////////////////////*/
.content_full {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.content_full h2 {
	width: 100%;
	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;
	border: none !important;
}
.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.row_reverse{
	flex-flow: row-reverse wrap;
}
.item{
	width: 50%;
	min-height: 20em;/* 要調整 */
}
.txt_area{
	background-color: #f6f6f6;
  padding: 60px 0;
}
.txt_box{
	width: 70%;
	margin: 0 auto;
}
.photo_area{
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.photo01{
	background-image:url("../img/roothy02.jpg");
}
.photo02{
	background-image:url("../img/b.jpg");
}
.photo03{
	background-image:url("../img/shop04.jpg");
}
.photo04{
	background-image:url("../img/h.jpg");
}
@media screen and (max-width: 768px) {
.content_full {
	width: 100%;
}
.content_full h2 {/* 要調整 */
	width: 85%;
}
.flex_box{
	flex-flow: column wrap;
}
.item{
	width: 100%;
}
.txt_area{
	padding: 40px 0;
}
.txt_box{
	width: 85%;
}
.photo_area{
	min-height: 50vh;
}
}
/*//////////////////////////
add for クライアント名
//////////////////////////*/

/* 共通 */

.w100{
	width: 100% !important;
	margin: 0 auto;
}
.w90{
	width: 90% !important;
	margin: 0 auto;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
}
.w70{
	width: 70% !important;
	margin: 0 auto;
}
.w60{
	width: 60% !important;
	margin: 0 auto;
}
.w50{
	width: 50% !important;
	margin: 0 auto;
}
.w40{
	width: 40% !important;
	margin: 0 auto;
}
.w30{
	width: 30% !important;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.w100, .w90, .w80, .w70, .w60, .w50, .w40, .w30{
	width: auto !important;
}
}
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}
}
a:hover, a img:hover{
opacity: 0.7;
}
.logo a:hover, .logo a img:hover{
opacity: 1.0;
}
a[href^="tel:"] {
	text-decoration: none !important;	
}
ul.sns_list li{
	display:inline-block;
	margin-right: 5px;
}
ul.sns_list li img{
	width: 46px;
	height: auto;
}
h3.headding_extra,
h4.headding_extra{
	text-align: center;	
	border: none !important;
	margin-bottom: 0 !important;
}
h3.headding_extra span,
h4.headding_extra span{
	font-size: 18px;
	font-weight: normal !important;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	margin-bottom: 20px;
}
h3.headding_extra span::before,
h3.headding_extra span::after,
h4.headding_extra span::before,
h4.headding_extra span::after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.headding_extra span::before,
h4.headding_extra span::before{
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
h3.headding_extra span::after,
h4.headding_extra span::after{
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
h3.headding_extra2,
h4.headding_extra2{
	text-align: center;	
	background-color: #FFC8E1;
	color: #333;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 2px;
	border: none;
}
h5.headding_extra{	
}
.box_extra01{			/* single_line / no_bg */
	border: 1px solid #ccc;
	padding: 2em 3em;
}
.box_extra01_bg{	/* single_line / bg #fefefe */
	border: 1px solid #ccc;
	padding: 2em 3em;
	background-color: #fefefe;
}
.box_extra02{			/* double_line / no_bg */
	border: 4px double #e084ad;
	padding: 2em 3em;
}
.box_extra02_bg{	/* double_line / bg #[$] */
	border: 4px double #fff;
	padding: 2em 1em;
	background-color: #FA85B0;
	color: #fff;
}
.box_extra03{			/* bold_line / border-radius / no_bg */
}
.box_extra03_bg{	/* bold_line / border-radius / bg #[$] */
}
ul.li_disc{
	margin-left: 20px;
}
ul.li_disc li{
	list-style-type: disc !important;
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
/* color */
.red {
	color:#bc2d2d !important;
}
.orange {
	color:#E26000 !important;	
}
.yellow {
	color:#E2CB00 !important;	
}
.green {
	color:#3b7a28 !important;
}
.brown {
	color:#a67435 !important;
}
.blue {
	color:#325f99 !important;
}
.white {
	color:#ffffff !important;
}
.link_btn{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #B72F32;
	border-radius: 30px;
	color: #fff;
}
.link_btn2{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
}
table.price_table td{
	text-align: center;
}
a.link_pdf::after{
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
}
.flex_contact_box{
	display: flex;
	justify-content: space-around;
}
.flex_contact_box .item_btn{
	width: 40%;
}
.flex_contact_box .item_btn a{
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #333;
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 6px;
	text-align: center;
}
.flex_contact_box .item_btn a.ico_tel::before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_fax::before{
	content: "\f1ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_email::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
@media screen and (max-width: 768px) {
.flex_contact_box{
	display: block;
}
.flex_contact_box .item_btn{
	width: 100%;
}
.flex_contact_box .item_btn a{
	padding: 0.8em 0em;
	margin-bottom: 10px;
}
}
ol.circle_num, ol.circle_alpha{
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
}
ol.circle_num li, ol.circle_alpha li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.circle_num li:before{
  content: counter(number);	
}
ol.circle_alpha li:before{
  content: counter(number, upper-alpha);
}
ol.circle_num li:before, ol.circle_alpha li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #e084ad;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 5px;
/*  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
/* 追加 */
.intro p{
	line-height: 1.75;
}

.add_font{
	/*
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(.03deg);
	*/
	font-family: "HGPゴシックE",sans-serif;
}

.h2-ttl {
    font-size:3.3em;
}
.catch4 {
	color:#9c0327;
	font-size:2.2em;
	margin-bottom:0.5em;
	line-height:1.8em;
}
.cth {
	font-size:1.2em;
}
.mb30 {
    margin-bottom:30px !important;
}
.marker_ct {
    background: linear-gradient(transparent 90%, #a7ddff 90%);
}