/*
 * ------- additional css elements  ---------------------
 */



/* navi */

.fat-nav .icon-homealt {
	display:inline-block;
	margin-top:5px;
	font-size: 1.14em;
}

/*===========================
news
===========================*/

@media screen and (max-width: 1023px) {
.news dl dd {
	width: 100%;
}
}
/*===========================
list
===========================*/
.content ul.check li {
	padding: 0 0 0.5em 2em;
}
.content ul.nb_circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
.content ul.nb_circle2 {
	position: relative;
}
.content ul.nb_circle2 li {
	float: left;
	padding: 0 0 0.4em 0.8em;
	margin: 0 1%;
	width: 44%;
}
.content ul.nb_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;
}

.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.3em 1.8em;
	margin: 0 1% 0.7em;
	width: 45%;
}
@media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	width: 90%;
}	
}
.content 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;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3 li {
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 1.2em;
	margin-right: 35px;
	width: 25%;
}
.content ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.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;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 35px;
	width: 13em;
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content 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;
}
.content ul.circle5 li {
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.2em;
	margin-right: 28px;
}
.content ul.circle5 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;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
 /* @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
.small-writeup ul.check2 li {
	float: none;
	position:relative;
	margin-left:10px;
	width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.circle5 li {
	width: 100%;
}
} */
/*===========================
table
===========================*/

table th {
	text-align: center;
	vertical-align:middle;
	background-color: #f8f2d8;
	color:#333;
}
table td {
	vertical-align:middle;
}


table.table-various1 td.td_right {
	text-align:right;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}

/* menu */

table.menu {
	width: 100%;
	padding-top: 1.5em;
	margin: 0 auto;
	margin-bottom: 40px;
}
table.menu tr {
}
table.menu th {
	font-size: 0.95rem;
	color: #467a7a;
	padding: 10px;
	border: none;
	border-bottom: 1px #dadada solid;
	background-color: #FFF;
	text-align: left;
}
table.menu th span.red {
	color: #bc2d2d;
	font-weight: bold;
	font-size: 14px;
}

table.menu th span {
	color: #333;
	font-weight: normal;
	font-size: 0.75rem;
}
table.menu td {
	padding: 10px 20px 10px 10px;
	border: none;
	border-bottom: 1px #ddd solid;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 /* @media only screen and (max-width: 768px) {
table th {
	width:100%;
	box-sizing: border-box;
}
table td {
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
}
table.menu {
	position: relative;
	border-top: none;
}
table.menu th {
	border-bottom: none;
	background-color: #eee;
	box-sizing: border-box;
	padding: 5px;
}
table.menu td {
	border-bottom: none;
	box-sizing: border-box;
	padding: 5px 5px 20px;
}

.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}

} */

/*===========================
flow
===========================*/
.flow-down h4, .flow-end h4 {
	font-size: 1.1rem;
	text-align: center;
}

/*===========================
others
===========================*/

h4.various1 {
    font-size: 1.1em;
    padding: .5em .75em;
    background-color: #f4f0db;
    margin-bottom: 1em;
}

.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.tx-right {
	text-align: right !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.2em;
	color: #D85252;
}
.catchcopy2 {
	font-size:1.3rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.2em;
	color: #D85252;
}
p.point2 {
	font-size: 1.5em;
	line-height: 1.7em;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
}

.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: 44%;
	border: 4px 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 .box2 {
	width: 27%;
	border: 2px solid #E8C389;
	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 .no-border {
	border: none;
}
.Boxwrap .first {
	margin-left: 0 !important;
}

.box {
	background-color: #f4f1e3;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f4f1e3;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #e2b9c7;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box4 {
 margin: 2em auto;
 padding: 2em;
 border: 3px solid #E8C389;
 background-color: #FFF;
 border-radius: 2px;
}
.box4 h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box4 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.box4 p {
	font-size: 1.2em;
	line-height: 1.7em;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
}

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #dcce8d;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #f5e598;
}

/* アンカーのずれを調整 */

#anchor1, #anchor2, #anchor3 {
	margin-top:-98px;
	padding-top:98px;
}
.orange {
	color:#e6a525;
}

/*強調文字（太文字）*/
.font_0{
    font-weight: bold;
}
/*強調文字（大文字）*/
.font_1{
    font-weight: bold;
    font-size: 1.5rem!important;
}
/*強調文字（色）*/
.font_2 {
    color: #FF773E!important;
    font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
    color: #FF773E!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;
}

.table_about th {
    width: 35%;
}
.table_about td {
    width: 65%;
}
h3.various1 {
    font-size: 1.3em;
    padding: .5em .75em;
    background-color: #f4f0db;
    margin-bottom: 1em;
}
table th {
    vertical-align: middle;
    background-color: #f4f0db;
    color: #333;
    border: 1px #ccc solid;
    text-align: center;
}
.order_title {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #f4f0db;
    box-shadow: 0px 0px 0px 10px #f4f0db;
    border: dashed 2px white;
}
.order_title::after {
    display: none!important;
}
/* ふんわり　枠　3 */
.kakomi-kage3 {
    position: relative;
    margin: 2em auto;
    padding: 2.5em 0em .5em;
    width: 98%;
    background-color: #f4f0db;
    color: #555;
		box-shadow: 0 0 10px 10px #f4f0db;
		float: left;
}
.title-kage3 {
 position: absolute;
 left: 10px;
 top: 2px;
 padding: 0 .5em;
 font-weight: bold;
 color: #769164; /* タイトル色 */
 border-style: none none solid;
 border-color: #d6e9ca; /*タイトル下線 */
 border-width: 3px;
}

.box10 {
    background-color: #f4f0db;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #f4f0db;
    padding: 2em;
}
.site_color {
	color: #CC6633;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}

.button {
  display: inline-block;
  width: 320px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #CFBB60;
    color: #AC993F!important;
    line-height: 50px;
    overflow: hidden;
}
.button:hover {
  color: #fff!important;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #CFBB60;
  -webkit-transform: scale(1);
  transform: scale(1);
}
