#mainimage {
	background:url(../img/top/mainimage.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:750px;
	position: relative;
	background-size:cover;
	
	min-width:1220px; /* iPadで横にしたときに背景が切れるバグを回避 bgcolor等のpaddingも考慮　*/
}
@media screen and (max-width: 768px) {
#mainimage {
    height: 340px;
    background-attachment: scroll;
    background-position: center top;
    min-width: 640px;
}
}
@media only screen and (max-width: 600px) {
#mainimage {
    background: url(../img/top/mainimage.jpg);
    height: 350px;
    background-attachment: scroll;
    min-width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 53% center;  
}
}

.catchTxtPosition {
    position: absolute;
    bottom: 0vw;
	left:0px;
    z-index: 200;
    width: 46vw;
	height:210px;
    box-sizing: border-box;
    background: rgba(227,215,163,.8);
    padding: 0.8em 0.5em 0.5em;
    color: #50131c;
    display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 768px) {
.catchTxtPosition {
    width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 600px) {
.catchTxtPosition {
}
}
.catchTxtWrap {
	width: 44vw;
    margin:  auto;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
.catchTxtWrap {
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
.catchTxtWrap {
}
}

.catchTxt {
    text-align: ;
    font-size: 3.8em;
    line-height: 0.9em;
    text-shadow: -1px 5px 4px rgba(0,0,0,0.3);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #9d2537;
	font-weight:bold;
	/*
	padding:0.3em 0.7em 0.3em;
	*/
	padding:2.3% 5.2%;
	vertical-align:middle;
	display:inline-block;
}
.sbcatchTxt {
    text-align: ;
    font-size: 0.45em;
    line-height: 0.5em;
	color:#9d2537;
}
@media screen and (max-width: 768px){
.catchTxt {
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 0.5em 1em 0em;
    transform: rotate(0);
}
.sbcatchTxt {
    font-size: 0.7em;
    line-height: 0.9em;
    padding: 0 1em;
    transform: rotate(0);
}
}
@media only screen and (max-width: 600px){
.catchTxt {
    font-size: 1.6em;
    line-height: 1.1em;
    padding: 0 0.5em;
}
}
/*
#top-head {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    line-height: 1;
    background: rgba(27,27,27,.2);
    min-width: 1000px;
    z-index: 500;
}
*/
#top-head.fixed {
    background: rgba(27,27,27,.4);
    height: 75px;
}

.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.footContactTxt {
    float: left;
    margin: 0 1em 0 1.5em;
    color: #803f18;
    font-size: 2.6em;
    line-height: 60px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    width: auto;
}

@media screen and (max-width: 768px) {
.foot_telPC {
    float: none;
    margin: 0 auto 0.4em auto;
    text-align: center;
}
}
@media only screen and (max-width: 400px){
.foot_telPC {
    display: none;
}
}

.foot_telSP a {
    display: none;
}
@media only screen and (max-width: 400px) {
.foot_telSP a {
    display: block;
    background-image: url(../img/footer/bnr_tel.jpg);
    width: 300px;
    height: 60px;
    text-indent: -7777px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
}

#footerWrapCont1 {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0 3.4em 0;
    background-color: #f1efee;
}
.footContactWrap {
    width: 60em;
    margin: 20px auto 0 auto;
}
.footContactTxt {
    float: left;
    margin: 0 1em 0 1.5em;
    color: #803f18;
    font-size: 2.6em;
    line-height: 60px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    width: auto;
}
.footContactTell {
    float: left;
}
.footNameWrap {
    text-align: center;
    padding: 2em 0 0 0;
}
.footName {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0.5em;
}
.txtCenter {
    text-align: center;
}
@media screen and (max-width: 768px) {
.footContactTxt {
    float: none;
    margin: 0 0 0.2em 0;
    font-size: 2em;
    line-height: 1.2em;
}
}
@media screen and (max-width: 768px) {
.foot_telPC {
    float: none;
    margin: 0 auto 0.4em auto;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
.footContactTell {
    float: none;
    text-align: center;
}
}

@media screen and (max-width: 768px) {
#footerWrapCont1 {
    padding: 16px 0;
}
}
@media screen and (max-width: 768px) {
.footContactWrap {
    width: auto;
    margin: 20px auto 0 auto;
}
}
.copyright {
    font-size: 92%;
    text-align: center;
    padding: 2em 0 5em;
    background-color: #fff;
    color: #a2a2a2;
	margin:0 !important;
}
#footerWrapCont2 {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
    background-color: #dd443c;
}
footer nav {
    padding: 0.8em 0;
    text-align: center;
    font-size: 0.9em;
}
footer nav ul li:first-child {
    background-image: none;
}
footer nav ul li {
    padding: 0 0.8em 0 0.8em;
    display: inline-block;
    text-align: center;
}
footer nav ul li a {
    text-decoration: none;
    color: #fff;
}
h2.h2Info {
    color:#bc2d2d;
}
section.bgcolor2s2 {
    margin:5% auto;
}


#bnrBtn {
    clear: both;
    padding: 1.5em 0 0 0;
    text-align: center;
}
#bnrBtn div {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
#bnrBtn div a {
    display:block;
	background:#F90;
	padding:0.3em 1em;
	text-decoration:none;
	color:#fff;
}
#bnrBtn div a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #714A2F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#bnrBtn div a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right:1%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
#bnrBtn div a::after {
    border-left: 4px solid #fff;
}
#bnrBtn div a:hover {
    opacity:0.7;
}
.box-dg {
    border: 4px double #ccc;
    padding: 2em;
	box-sizing:border-box;
}
.box-db {
    border: 4px solid #955629;
    padding: 3.5em 4.5em 4.5em;
	border-radius:10px;
	box-sizing:border-box;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
	box-sizing:border-box;
}

@media only screen and (max-width: 768px) {
.box-db {
    border: 4px double #955629;
    padding: 1.2em;
	border-radius:5px;
}
.box-sd {
    padding: 1.2rem;
}


}


/* 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;
}
.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:nomal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:nomal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:nomal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:nomal;
}
.tx-110p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:nomal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:nomal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:nomal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:nomal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:nomal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:nomal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:nomal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:nomal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:nomal;
}
.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;
}
}


/*===========================
spacer
===========================*/


.pt10 {
	padding-top:10px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pt50 {
	padding-top:50px !important;
}
.pt60 {
	padding-top:60px !important;
}
.pt70 {
	padding-top:70px !important;
}
.pt80 {
	padding-top:80px !important;
}
.pt0{
	padding-top:0px !important;}
	
.pb10 {
	padding-bottom:10px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
.pb60 {
	padding-bottom:60px !important;
}
.pb70 {
	padding-bottom:70px !important;
}
.pb80 {
	padding-bottom:80px !important;
}
.pb0{
	padding-bottom:0px !important;}

@media screen and (max-width: 768px) {
.pt10,.pt20,.pt30 {
     padding-top:1% !important;
}
.pb10,.pb20,.pb30 {
     padding-bottom:1% !important;
}
.pt40,.pt50,.pt60 {
     padding-top:2% !important;
}
.pb40,.pb50,.pb60 {
     padding-bottom:2% !important;
}
.pt70,.pt80 {
     padding-top:3% !important;
}
.pb70,.pb80 {
     padding-bottom:3% !important;
}
}

.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:3% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:3% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:4% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:4% !important;
}
.mt70,.mt80 {
     margin-top:10% !important;
}
.mb70,.mb80 {
     margin-bottom:10% !important;
}
}


.small-img90 {
    width:90% !important;
	height:auto !important;
}
.small-img80 {
    width:80% !important;
	height:auto !important;
}
.small-img70 {
    width:70% !important;
	height:auto !important;
}
.small-img60 {
    width:60% !important;
	height:auto !important;
}
.small-img50 {
    width:50% !important;
	height:auto !important;
}
res-.small-img40 {
    width:40% !important;
	height:auto !important;
}
.small-img30 {
    width:30% !important;
	height:auto !important;
}
.small-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.small-img90,.small-img80,.small-img70,.small-img60{
     width:100% !important;
	height:auto !important;  
}
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}

.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1%; 
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-3col > li:nth-of-type(1) {
    width: 100%;
    margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}

.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
ul.check {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check-2col {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:45%;
	margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-3col {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-3col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 29.5%;
    margin-right: 2%;
    position: relative;
}
ul.circle-3col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-4col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
ul.circle-4col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 1%;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width: 21%;
}
ul.circle-4col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-5col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
ul.circle-5col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 1%;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width: 16%;
}
ul.circle-5col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  ul.check-2col li,ul.circle-2col li,ul.circle-3col li,ul.circle-4col li,ul.circle-5col li {
    width:90%;
}
}


.btn-a a {
    display:block;
	background:#F90;
	padding:0.3em 1em;
	text-decoration:none;
	color:#fff;
}
.btn-a a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #BB9846;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-a a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right:1%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-a a::after {
    border-left: 4px solid #fff;
}
.btn-a a:hover {
    opacity:0.7;
}


.txBnr a {
    text-align: center !important;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    padding: 0.3em 1.2em 0.3em 0.5em;
    background-color: #cd3c02;
    box-sizing: border-box;
    background-image: url(../img/common/btn_arrow.png);
    background-position: right 0.5em center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:0.8em;
	margin-right:1%;
}
ul.check {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check-2 {
    position: relative;
}
ul.check-2 li {
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	padding: 0 0 0.5em 2em !important;
}
ul.check-2 li::before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#walkfont {
    margin-top: -125px;
    padding-top: 125px;
}
#walktype {
    margin-top: -125px;
    padding-top: 125px;
}
#sensefont {
    margin-top: -125px;
    padding-top: 125px;
}
#sensetype {
    margin-top: -125px;
    padding-top: 125px;
}
#calendarfont {
    margin-top: -125px;
    padding-top: 125px;
}
#calendartype {
    margin-top: -125px;
    padding-top: 125px;
}




.table3 th {
   width:40%;
}
.table3 td {
   width:60%;
}
.wrap-h2 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h3-2 {
  width:80%;
  margin:2% auto 3%;
}
.wrap-h4 {
  width:96%;
  margin:2% auto 3%;
}

table.table3 {
    width: 80%;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
table.table3 {
    width: 100%;
	margin:0 auto;
}
.wrap-h3-2 {
  width:100%;
  margin:2% auto 3%;
}
}
@media only screen and (max-width: 768px) {
.h3-ttl img {
  width:auto;
  height:30px;
}
.h4-ttl img {
  width:auto;
  height:40px;
}
}

.wrapper {
  position: relative;/*相対配置*/
}

.h2-bg {/*スペースを作る*/
  width: 100%;/*幅*/
  height:60px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 34% -5px;
  font-size:3em ;
  font-weight:800;
  text-shadow:1px 1px 3px #bebebe;
  
}
.h2-ca {/*スペースを作る*/
  width: 100%;/*幅*/
  height:60px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-ca.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 26% -5px;
  font-size:3em ;
  font-weight:800;
   text-shadow:1px 1px 3px #bebebe;
  
}
.h2-se {/*スペースを作る*/
  width: 100%;/*幅*/
  height:60px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-se.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 23% -5px;
  font-size:3em ;
  font-weight:800;
  text-shadow:1px 1px 3px #bebebe;
  
}
@media only screen and (max-width: 768px) {
.h2-bg,.h2-ca,.h2-se  {
    padding: 5px 5px 5px 19vw !important;
}
.h2-bg {/*スペースを作る*/
  width: 100%;/*幅*/
  height:50px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
   box-sizing:border-box;
  margin-bottom:5%;
  margin-top:3%;
  font-size:1.6em ;
}
.h2-ca {/*スペースを作る*/
  width: 100%;/*幅*/
  height:50px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-ca.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
   box-sizing:border-box;
  margin-bottom:5%;
  margin-top:3%;
  font-size:1.2em ;
}
.h2-se {/*スペースを作る*/
  width: 100%;/*幅*/
  height:60px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/content/icon-se.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
   box-sizing:border-box;
  margin-bottom:5%;
  margin-top:3%;
  font-size:1.3em ;
}
.h3-ttl02 {
    font-size: 2.0em !important;
    font-weight: 800;
	margin-top:10%;
}
  
}
.h3-ttl02 {
  font-size:2.6em ;
  font-weight:800;
}
#top-head.fixed nav a {
    text-decoration: none;
    color: #fff !important;
}

.img-radius {
    border-radius: 60px;
	border:2px double #e0e0e0;
	box-shadow: 0 0 1px black;
}
.telno {
    text-decoration: none; 
    color: #555555 !important;   
}

#top-head.fixed .logo {
    float: left;
    padding: 6px 0 0 20px;
}

.table2.tbl-1 {
    width:100%;
	margin:0 auto;
}
.table2.tbl-1 th,.table2.tbl-1td {
    width:50%;
	margin:0 auto;
}
.table2.tbl-1 th {
    font-weight:;
}
.table2.tbl-1 td,.table2.tbl-1 th {
    text-align:center;
}
.h3-ttl {
	margin:26px auto 6px;
}
.h4-ttl {
    text-align:center;
	margin:26px auto 20px;
}
.table2.tbl-2 th {
   width:30%;
}
.table2.tbl-2 td {
   text-align:left;
}
@media only screen and (max-width: 768px) {
table th ,table td,.table2.tbl-1 th, .table2.tbl-1td,.table2.tbl-2 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.footNameWrap a {
    color: #333 !important;
    text-decoration: none;
}
.footNameWrap  a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.maru {
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:#F00;
  font-size:24px;
  margin-left:0px;
  margin-right:10px;
  color:#fff;
  display:inline-block;
  padding-left: 46px;
}

.maru-b::before {
  content: '\02467';
  width:50px;
  height:50px;
  font-size:50px;
  color:#f00;
}

.image-frame01 {
    border: 1px solid #CCC;
    padding: 4px;
	overflow: hidden;
    padding: 4px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}
.catchCp01 {
    font-size: 180% !important;
	color: #bc2d2d;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.catchCp03 {
    font-size: 140% !important;
	color: #bc2d2d;
	font-weight: 700;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:2;
}
.line-h {
   line-height:2;
}

.sub-tit {
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    font-family: "a-otf-ryumin-pr6n", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 0.9em;
}

.sec01 {
    position: relative;
    overflow: hidden;
	background-image: url(../img/content/bg-01.png);
    background-position: center center;
    background-repeat: repeat;
	box-sizing: border-box;
}

.sec02 {
    position: relative;
    overflow: hidden;
	background-image: url(../img/content/bg-02.png);
    background-position: center center;
    background-repeat: repeat;
}

.sec03{ 
  padding-top:5em;
    position: relative;
    overflow: hidden;
	background-image: url(../img/content/bg-01.png);
    background-position: center bottom;
    background-repeat: repeat;

}

.sec03:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff; 
  border-left: 100vw solid transparent;
}
.sec03::after {
  content: '';
  background-color: rgba(245,244,244,.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}



.sec04 { 
  padding-bottom: calc(2vw + 10px);  
    position: relative;
    overflow: hidden;
    background-color:#fff;
}
.sec04:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5vw solid #E5E5E5;  
  border-left: 100vw solid transparent;
}


.sec05{ 
  padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
	background-image: url(../img/common/bg-02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sec05::before {
   content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 5vw solid #999;   
      border-left: 100vw solid transparent;
}
.sec05::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #fff;   
      border-right: 100vw solid transparent;
	  
	  background-color: rgba(249,249,249,.8);
	  
}


.sec06{ 
  padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
    background-color:#E5E5E5;
}
.sec06::before {
   content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #fff; 
      border-left: 100vw solid transparent;
}
.sec06::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #fff;   
      border-right: 100vw solid transparent;
}

.sec07{ 
  padding-bottom: calc(2vw + 10px);  
    position: relative;
    overflow: hidden;
	background-color: rgba(245,244,244,1);
}
.sec07:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5vw solid #fff; 
  border-right: 100vw solid transparent;
}
.sec07::after {
  content: '';
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
.sec05{ 
  padding-bottom: calc(6vw + 10px);  
  background-position: center top;
  background-repeat: no-repeat;
}

}


.h2-ttl span.h2-span {
    position:relative;
}
.h2-ttl span.h2-span::before {
    left:-30px;
}
.h2-ttl span.h2-span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.h2-ttl span.h2-span::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    background: url(../img/content/line.png) no-repeat;
    transform: rotate(-45deg);
    margin: 0 30px 0 0;
    vertical-align: bottom;
}

.h2-ttl span.h2-span::after {
    right: -30px;
}
.h2-ttl span.h2-span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.h2-ttl span.h2-span::after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    background: url(../img/content/line.png) no-repeat;
    transform: rotate(45deg);
    margin: 0 0 0 30px;
    vertical-align: bottom;
}
*, *:before, *:after {
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.h2-ttl span.h2-span::before {
    left:-16px;
}
.h2-ttl span.h2-span::before{
    width: 5px;
    height: 20px;

}
.h2-ttl span.h2-span::before {
    top: inherit;
    bottom: 2px;
}
.h2-ttl span::after {
    right: -16px;
}
.h2-ttl span.h2-span::after{
    width: 5px;
    height: 20px;
}
.h2-ttl span.h2-span::after {
    position: absolute;
    top: inherit;
    bottom: 2px;
    margin: auto;
}
.catchCp01 {
    font-size: 140% !important;
	color: #bc2d2d;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.7;
	margin:20px 0 !important;
}
.catchCp03 {
    font-size: 120% !important;
	color: #bc2d2d;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.9;
}
.maru {
    height: 30px;
    width: 10px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #F00;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    padding-left: 30px;
}

}
.tx-rpflex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-rpflex {
    text-align:left;
}
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}


@media only screen and (max-width: 768px) {
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.3em 1.3em 0.3em 0.5em;
    line-height: 20px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	font-size:0.9em;
	margin-top:10px;
}
.h2-ttl {
    width:100%;
}
}


@media only screen and (max-width: 450px) {
.h2-ttl span::after {
    right: -72px;
}
}
.f-color {
    color:#242499;
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell !important;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 160px;
    min-width: 170px;
    display:table-cell;
    font-size:12px;
    word-wrap: normal;
    white-space:normal;
	vertical-align:middle;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}

li.changeItem.defaultList a img {
    width: auto;
}
