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

.contPad6 {
	width:90%;
	margin:0 auto;
}


/* 見出し調整 */

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

h3.h3small {
	font-size: 1.8em;
}

h4.various1,p.various1 {
	font-size: 1.2em;
	color: #333;
	padding: .5em .75em;
	margin-bottom: 1em;
	background-color: #e7d9bd;
}
h4.various2 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

/* メールフォーム */

.contact input {
	vertical-align:middle;
}

/* list */

ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
	margin-bottom: 0.2em;
}
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;
}
ul.nb_circle, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 44%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	border-bottom: 1px dashed #CCC;
}
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;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
	float: left;
	width: 30%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
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;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
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.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.circle5 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;
}
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;
}
ul.point2 li{
	background: #C93232;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.li_pdf {
	position: relative;
}

ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.li_pdf2 {
	position: relative;
}

ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
	font-size: 1.2em;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #752640;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 18px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align:center;
}

 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em; 
	width: 90%;
}
ul.circle5 li {
	width: 90%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

}

/* テーブル */

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


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: 44%;
	border: 3px solid #3AB282;
	background-color: #FFF;
	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;
	padding: 0 20px;
}

.Boxwrap .first {
	margin-left: 0 !important;
}

.Boxwrap .box2 {
	width: 28%;
	border: 3px solid #3BB3B3;
	/* background-color: #f9f9f9; */
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:1.5%;
	-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;
}
.Boxwrap .box2 h3 {
	font-size: 1.8em;
}


.box {
	border: 4px double #ccc;
	padding: 2em;
	background-color: #FFF;
}
.box h3 {
	font-size: 1.8em;
	border-bottom: none;
}

/* リスト */

ul.liCheck3 {
	margin-left:5px;
	padding-bottom:10px;
}

ul.liCheck3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0.2em 0 0.2em 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:1px 2px;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #CCC;
	line-height: 2em;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}

ul.liPDFFloat li a {
	color: #1A5A80;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.liPDFFloat li a:hover {
	opacity:0.6;
}

ul.voice {
	position: relative;
}
ul.voice li {
	position: relative;
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}
ul.voice li::before {
	position: absolute;
	content: "\f007";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}


ul.linkbtn li {
	display: inline-block;
	vertical-align:top;
	margin: 0 5px;
}
ul.linkbtn li a {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.linkbtn li a:hover {
	opacity:0.6;
}

ul.linkbtn li a:before {
  margin: 0 5px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f138';
}

ul.circle {
	position: relative;
}

ul.circle li {
	padding: 0.2em 0 0.2em 1.2em;
	/* margin-bottom: 0.2em; */
}
ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}

/* ボタン */

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

/* PDF */

.pdf2 {
	background-color:#ffffff;
	display:block;
	margin: 0 auto;
}
.pdf2 img:hover, .pdf2 a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* テキスト */

.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;
}

.mb40 {
	margin-bottom:40px;
}

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


.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;
}
}

#top-head p.reservation{
	float: left;
	    padding: 40px 0 0 20px;
    color: #fff;
}
#footerDataWrap .reservation{
    color: #fff;
	vertical-align: 50%;
}
#top-head p.reservation a,#footerDataWrap .reservation a{
	color: #fff;
	text-decoration: none;
}
.wrapper .reservation .txtBnr2 a {
    padding: 1em 2.5em 1em 2em;
	}
#mainCatch{
	padding: 27em 2em 0 0;
	text-align: right;
}
#mainCatch ul {
	display:inline-block;
	text-align:left;
	color:#fff;
	font-size:2em;
	line-height:1.3em;
	background: rgba(90,63,36,.5);
	padding:0.5em 1.7em;
}
.box3 {
	margin:20px auto;
	padding:2em 3em;
	background: #764b34;
	color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.txtBnr2 a {
    background-color: #764b34;
}
.wrapper p, ul, dl dt,dl dd,.inner p,.footDataArea p,table tr th,table tr td{
	font-size: 110%;
}
p.telIcn {
    background-image: url(../img/footer/icn_tel.png);
    background-repeat: no-repeat;
    background-position: left 0.1em;
    color: #7d4d26;
    font-size: 2.6em;
    line-height: 1.2em;
    padding: 0.1em 0 0 1.3em;
    margin: 0 0 0.2em 0;
}
p.txtsize2 {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	
	ul.circle2 li, ul.check2 li {
	float: none;
	width: 92%;
}
	p.telIcn {
    margin: 0 0 0 0;
    line-height: 1.1em;
}
	#top-head .logo {
    float: none;
    padding: 5px 0;
}
	#top-head p.reservation{
		float: none;
    padding: 0 0 20px 0;
	}
	#pageTitleTxt h1 {
    padding: 0.5em 0 0 0;
}
	#mainCatch {
    padding: 2em 0 0 0;
		text-align: center;
}
	#mainCatch ul {
    font-size: 1.5em;
    padding: 0.5em 1em;
}
}
@media only screen and (max-width: 600px){
p.telIcn {
    background-position: left 0.4em;
    color: #2657a2;
    font-size: 1.6em;
    padding: 0.4em 0 0.4em 44px;
	line-height:1.6em;
    margin: 0 0 0 0;
}
p.mailContact a{
		    padding-left: 3em;
	}
	h3 {
    font-size: 1.5em;
    text-align: left;
}
	#pageTitleTxt h1 {
    padding: 0.5em 0 0 0;
}
	#mainCatch {
    padding-top: 1em;
}
	#mainCatch ul {
    display: block;
    font-size: 1em;
    padding: 0.5em 1em;
}
}
@media only screen and (max-width: 320px){
		#mainCatch {
    padding-top: 2em;
}
	#mainCatch ul {
    font-size: 1.2em;
}
}

.box1 {
	background: #F3FCFA;
	padding: 30px 60px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-radius:15px;
}
.content .box1 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.content .box1 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}


.applyWrap {
	margin-bottom:40px;
	box-sizing: border-box;
}

@media only screen and (max-width: 600px){

.applyWrap {
	margin-top:75px;
	margin-bottom:30px;
}

}






