body {
font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 0.1rem;
font-style: normal;
font-weight: 400;
color:#222;
}
p {
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 2;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {

p {
	font-size: 1.5rem;
	line-height: 1.5;
}
}

.bold {
	font-weight: bold;
}
.red {
	color:#be0101;
}

.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}




/* --------------------------　ロード　-------------------------- */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}


img {
	width: 100%;
	height: auto;
}
figure {
	padding: 0;
	margin: 0;
}

/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  position: relative;
	background: url("../../images/fvbg.jpg");
	background-position: center top;
	width: 100%;
	background-size: cover;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 30px 0 60px 0;
}


.fvcontent {
	max-width: 900px;
	margin: auto;
}
.fvcontent img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

/* solid004 */
.button_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:400px;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 900;
    background: #12a85a;
	font-size: clamp(1.6rem, 2.5vw, 2.4rem);
	border: 2px solid #0c6900;
    border-radius: 10px;
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
}
.button_solid004 a::before {
    content: "";
	position: absolute;
	left:15px;
	top:15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../images/line.png");
	background-repeat: no-repeat;
  
    background-size: contain;
}

.button_solid004 a:hover {
	opacity: 0.8; 
}


.buttonTEXT {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	text-align: center;
	color:#fff;
	line-height: 1.4;
	
}




.content01 {
	background: url("../../images/bg01.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

.content01 .content-wrap {
	background: url("../../images/wrap01.jpg");
	max-width: 1000px;
	margin: auto;
	
	padding: 40px 0;
}
.content01 .content-wrap .block {
	max-width: 850px;
	margin: auto;
	margin-bottom: 80px;
}

.content01 h2 {
	font-size: clamp(2.4rem, 5.5vw, 5.5rem);
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold !important;
	line-height: 1.4;
	position: relative;
	margin-bottom: 70px;
}

.content01 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c0a44b;
  border-radius: 2px;
}

.kanteiBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kanteiBOX .item {
	width: 49%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.kanteiBOX .item figure {
	width: 40%;
	margin: 10px auto 0;
	margin-bottom: 15px;
}
.kanteiBOX .item h4 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.6rem, 2.4vw, 2.8rem);
	text-align: center;
}

.kanteiBOX .item ul {
	margin-left: 20px;
}
.kanteiBOX .item ul li {
	list-style-type: disc;
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}


.price {
	border: 5px solid #b00028;
	color:#b00028;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	width: 300px;
	margin: auto;
	font-weight: bold;
	font-size: clamp(2rem, 3.6vw, 6rem);
	line-height: 1;
	padding: 10px 10px 15px 10px;
	margin-bottom: 15px;
}

.priceTXT {
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	text-align: center;
	line-height: 1.4;
}

.profile {
	background: #fff;
	border: 4px solid #c0a44b;
	padding: 40px;
	box-sizing: border-box;
}
.profile figure {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profile .name  {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.6rem, 3.2vw, 3.2rem);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.profile .name span  {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	font-weight: bold;
	display: block;
}
.profile p {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	padding: 0;
	margin:0;
	margin-bottom: 20px;
}
.profile .cyoTITLE {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	padding: 0;
	margin:0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #222;
}
.profile ul {
	margin-left: 20px;
}
.profile ul li {
	list-style-type: disc;
}


.buttonTEXT02 {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	text-align: center;
	line-height: 1.6;
	
}


footer {
	margin: 0 !important;
	padding: 0 !important;
	
}
.footer {
	background:#222;
	min-width: 1000px;
	margin: 0 !important;
	padding: 30px 0 !important;
	
}
.footerlogo {
	width: 150px;
	margin: auto;
	margin-bottom: 10px;
}
.footerlogo img {
	width: 100%;
	height: auto;
}

.sitelink {
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
}
.sitelink a {
	color:#fff;
}


.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	color:#fff;
}
.btn_page_top {
	background: #c0a44b;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
	width: 60px;
	height: 60px;
}
.btn_page_top:hover {
	opacity: 0.5;
}
.btn_page_top:before {
    display: block;
    position: absolute;
    top: 25px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}



@media screen and (max-width: 834px) {
	
.top_main {
  position: relative;
	background: url("../../images/fvbgSP.jpg");
	background-position: center top;
	width: 100%;
	background-size: cover;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 30px 0 60px 0;
}


.fvcontent {
	max-width: 900px;
	margin: auto 5%;
}
.fvcontent img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* solid004 */
.button_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:90%;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 900;
    background: #12a85a;
	font-size: clamp(1.6rem, 2.5vw, 2.4rem);
	border: 2px solid #0c6900;
    border-radius: 5px;
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
	box-sizing: border-box;
}
.button_solid004 a::before {
    content: "";
	position: absolute;
	left:10px;
	top:15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/line.png");
	background-repeat: no-repeat;
  
    background-size: contain;
}

.button_solid004 a:hover {
	opacity: 0.8; 
}


.buttonTEXT {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	text-align: center;
	color:#fff;
	line-height: 1.5;
	
}




.content01 {
	background: url("../../images/bg01.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

.content01 .content-wrap {
	background: url("../../images/wrap01.jpg");
	max-width: 1000px;
	margin: auto;
	
	padding: 20px 0;
}
.content01 .content-wrap .block {
	max-width: 850px;
	margin: auto 5%;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.content01 h2 {
	font-size: clamp(2.4rem, 5.5vw, 5.5rem);
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold !important;
	line-height: 1.4;
	position: relative;
	margin-bottom: 50px;
}

.content01 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 70px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c0a44b;
  border-radius: 2px;
}

.kanteiBOX {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kanteiBOX .item {
	width: 90%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 15px;
}
.kanteiBOX .item figure {
	width: 40%;
	margin: 10px auto 0;
	margin-bottom: 15px;
}
.kanteiBOX .item h4 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.8rem, 2.4vw, 2.8rem);
	text-align: center;
}

.kanteiBOX .item ul {
	margin-left: 20px;
}
.kanteiBOX .item ul li {
	list-style-type: disc;
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}


.price {
	border: 4px solid #b00028;
	color:#b00028;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	width: 250px;
	margin: auto;
	font-weight: bold;
	font-size: clamp(2.4rem, 3.6vw, 6rem);
	line-height: 1;
	padding: 10px 10px 12px 10px;
	margin-bottom: 15px;
}

.priceTXT {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	text-align: center;
	line-height: 1.4;
}

.profile {
	background: #fff;
	border: 4px solid #c0a44b;
	padding: 20px;
	box-sizing: border-box;
}
.profile figure {
	float: none;
	width: 60%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin: 0 auto 10px;
	
}
.profile .name  {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(2.4rem, 2.8vw, 2.8rem);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.profile .name span  {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	font-weight: bold;
	display: block;
}
.profile p {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	padding: 0;
	margin:0;
	margin-bottom: 20px;
}
.profile .cyoTITLE {
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
	padding: 0;
	margin:0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #222;
}
.profile ul {
	margin-left: 20px;
}
.profile ul li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}


.buttonTEXT02 {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	text-align: center;
	line-height: 1.6;
	
}
	

footer {
	margin: 0 !important;
	padding: 0 !important;
	
}
.footer {
	background:#222;
	min-width: auto;
	margin: 0 !important;
	padding: 30px 0 !important;
	
}
.footerlogo {
	width: 150px;
	margin: auto;
	margin-bottom: 10px;
}
.footerlogo img {
	width: 100%;
	height: auto;
}

.sitelink {
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
}
.sitelink a {
	color:#fff;
}


.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	color:#fff;
}
.btn_page_top {
	background: #c0a44b;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	width: 60px;
	height: 60px;
}
.btn_page_top:hover {
	opacity: 0.5;
}
.btn_page_top:before {
    display: block;
    position: absolute;
    top: 25px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


	
}

