@charset "utf-8";

div#contents{
  overflow: hidden;
    background: url(../img/bg-txt-menu.png) no-repeat 70% 0%;
} 

section.block{
  position: relative;
  clear: both;
  padding-right: 0;
  padding-left: 0;
}
section.block.bg{
  background-color: #f3f0eb;
  padding: 70px 0;
  margin-bottom: 70px;
}


h2.st.am.jp{
  font-size: 26px;
  margin-bottom: 70px;
}

h3.str{
  text-align: center;
}



#contents p.infoarea{
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 70px;
}

#contents p.infoarea2{
  padding: 0 12%;
}
#contents p.infoarea2 .fw{
  font-size: 94%;
  background: #b8322e;
  padding: 5px 8px;
  color: #fff;
  border-radius: 15px;
}

#contents p.infoarea2.sst{
  color:#b8322e;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

#contents .infoarea3{
  font-weight:  normal;
  display:  inline-block;
  margin: 0 12%;
  min-height: 100px;
  padding-top: 32px;
  padding-left: 48px;
  position: relative;
}
#contents .infoarea3:before{
  content:  '';
  background-color: #e7e1cf;
  display:  block;
  position:  absolute;
  left:  0;
  height: 90px;
  width: 90px;
  border-radius:  50%;
  top: 0;
  z-index:  0;
}
#contents .infoarea3 p {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
#contents .infoarea3 .fw {
  font-size: 94%;
  background: #b8322e;
  padding: 5px 8px;
  color: #fff;
  border-radius: 15px;
}

.fontB {
  font-weight: bold;
}

#price #contents .inner {
    max-width: 960px;
    margin: 0 auto;
}

.page-title-sub {
    margin-bottom: 20px;
    color: #b8322e;
    font-size: 18px;
}
.page-title-sub .ss {
    background: #b8322e;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 6px;
}

.price-basic {
    position: relative;
    width: 960px;
    margin: 0 auto 40px;
    padding: 60px 0;
    border: solid 3px #b8322e;
    text-align: center;
}

.price-basic:before,
.price-basic:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.price-basic:before{
  bottom: -40px;
  left: -40%;
  border-style: solid;
  border-color: #b8322e transparent transparent transparent;
  border-width: 40px 45px 0 0;
}
.price-basic:after{
  bottom: -34px;
  left: -40%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 35px 39px 0 0;
  z-index: 10;
}
.price-basic .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #b8322e;
    font-weight: bold;
}
#contents .price-basic p {
    text-align: center;
    font-size: 240%;
    font-weight: bold;
    margin-bottom: 0;
}
#contents .price-basic p span{
    font-size: 60%;
    font-weight: normal;
}
.page-inner {
    max-width: 960px;
    margin: 0 auto;
}
.page-inner>img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0px auto 30px;
}
.price-table {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 32px;
    background: #f3f0eb;
}
.price-table tbody td,
.price-table tbody th {
    border-bottom: 1px solid #fff;
    padding: 30px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
}
.price-table tbody td {
    font-size: 16px;
    text-align: right;
    padding-right: 40px;
    font-weight: 700;
    /*width: 40%;*/
}
.price-table tbody th.head {
    border-right: 2px solid #fff;
   font-size: 16px;
   color: #b8322e;
   width: 24%;
}
section.block.bg .price-table {
    background: #fff;
}
section.block.bg .price-table tbody td,
section.block.bg .price-table tbody th {
    border-bottom: 1px solid #f3f0eb;
}

.font-s {
	font-size: 80%;
}

#price .page-inner>p:not(:first-child) {
    margin-top: -10px;
    margin-bottom: 40px;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}

.btnarea{
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
}
.btnarea a{
  width: 100%;
  margin: 0 20px 40px;
}
.btnarea a:hover{
  color: #fff;
  opacity: 1;
 }
.btn01 {
  display: inline-block;
  width: 100%;
  height: 60px;
  max-width: 350px;
  position: relative;
  color: #b8322e;
  border: 3px solid #b8322e;
  border-radius: 30px;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btnarea a.btn01:hover{
  color: #fff;
  opacity: 1;
 }

.btn01:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #b8322e;
  border-radius: 26px;

}

.btn01:hover:before {
  background-color: #b8322e;
  content: '';
}



.recommend{
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  background: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-radius: 20px;
  text-align: center;
}
#contents .recommend p {
  margin-bottom: 10px;
}
.recommendicn{
  background-color: #b8322e;
  text-align: center;
  padding: 8px;
  color: white;
  margin: 0 0 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: normal;
}
.recommend .btnbox{
  margin: 0 0 30px;
}





/*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){

h2.st {
    padding-top:70px;
}


}



/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {

div#contents{
    background-size: 80%;
} 

section.block{
  position: relative;
  clear: both;
  padding: 0 0 30px;
}

#mainvisual .inner {
    margin-top: 60px;
}
h2.st {
    padding-top:70px;
}

h2.st.am.jp{
  font-size: 22px;
}

body#flow h2.sst{
  margin-bottom: 70px;
}

h3.st {
    font-size: 18px;
}


div#contents {
  overflow: visible;
}

body#flow #contents p{
  padding: 0 50px;
  text-align: left;
}


.bottombox{
  height: 250px;
  overflow: hidden;
}

.bottombox img{
  position: relative;
  width:inherit;
  right: 70%;
}

#contents p.infoarea{
  font-size: 14px;
  margin-bottom: 50px;
  padding: 0 25px;

}
#contents p.infoarea2{
  padding: 0 25px;
  text-align: left;

}

#contents .infoarea3 {
  margin: 0 25px 0 10px;
}

h2.st.am.jp{
  margin-bottom: 50px;
}
.page-title-sub {
    margin-bottom: 20px;
    color: #b8322e;
    font-size: 18px;
}
#price .page-inner {
    padding: 0 20px;
}

.price-basic {
    width: 90%;
    padding: 40px 0;
}
#contents .price-basic p {
    font-size: 200%;
    margin-bottom: 0;
}
#price .page-inner>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 30px;
}

.price-table {
    margin-bottom: 40px;
    border-radius: 20px;
}
.price-table tbody tr {
    border-bottom: 2px solid #fff;
}
section.block.bg .price-table tbody tr {
    border-bottom: 2px solid #f3f0eb;
}

.price-table tbody td,
.price-table tbody th {
	display: block;
	width: 100%;
	padding: 20px 15px 0;
	line-height: 1.4em;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    border: none;
}
.price-table tbody td {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px 20px;
} 
.price-table tbody th.head {
	display: block;
	width: 100%;
  border: none;
}

.btnarea {
  margin: 0;
}

.recommend {
  margin: 0 25px;
  padding: 20px;
  text-align: left;
}




}