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

.fv {
	background: url("../../images/main.webp") no-repeat;
	
	background-position: center top;
	width: 100%;
	height: 745px;
	display: block;
}
.fvsp {
	display: none;
}



@media screen and (max-width: 986px) {
	
.fv {
	display: none;
}
.fvsp {
	display: block;
}
}


figure {
	padding: 0;
	margin: 0;
}

/* --------------------------　content01　-------------------------- */

.content01 {
	background:url("../../images/bg01.webp") no-repeat;
	
	width: 100%;
	background-size: cover;
	background-position: top center;
	padding: 60px 0;
}

.content-wrap {
	max-width: 1000px;
	margin: auto;
}
.content-wrap02 {
	max-width: 1000px;
	margin: auto;
}

.content01 h2 {
	font-size: 3.6rem;
	text-align: center;
	color:#dcb763;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.5rem;
	line-height: 0.9;
	margin-bottom: 40px;
}
.content01 h2 span{
	font-size: 1.5rem;
	text-align: center;
	color:#fff;
	letter-spacing: 0.5rem;
}

.content01 p{
	font-size: 1.6rem;
	text-align: center;
	color:#fff;
	line-height: 2.4;
}



.doctor {
	display: flex;
	justify-content: space-between;
	color: #fff;
	line-height: 1.8;
}

.doctorL {
	width: 65%;
	padding-top: 20px;
	margin-bottom: 50px;
	
}
.doctorR {
	width: 30%;
}
.doctorR img {
	width: 100%;
	height: auto;
}
.doctorL .katagaki {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
}
.doctorL .name {
	font-family: 'Noto Serif JP', serif;
	font-size: 4.8rem;
	font-weight: bold;
}

.doctorL .name span {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
}
.doctorL .reki {
	font-size: 1.8rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 15px 0;
}
.message p {
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.8;
}
.book {
	margin: 40px 0 0;
}
.book img {
	width: 100%;
	height: auto;
}





/* --------------------------　content02　-------------------------- */

.content02 {
	background: url("../../images/bg02.webp") no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	padding: 60px 0;
	background-attachment: fixed;
}


.content02 h2 {
	font-size: 3.4rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.content02 h2 span {
	font-size: 4.5rem;
	text-align: center;
	color:#9c0101;
}

.content02 h3 {
text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 40px;
	border-bottom: 3px solid  #000;
	border-top: 3px solid  #000;
	padding: 10px 0;
}

.nayamibox {
	background: #0d2f45;
	padding: 20px 40px 40px 40px ;
}

ul.list01 li{
	margin: 0;
    list-style: none;
	text-align: left;
	font-size: 2rem;
	line-height: 1.7;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
	margin: 0;
}
 
ul.list01 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec1b23; 
  margin-right: 10px;
}


.sectionTITLE {
	background-image: linear-gradient(90deg, rgba(98, 0, 0, 1), rgba(156, 0, 0, 1) 50%, rgba(98, 0, 0, 1));
	font-size: 3.6rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	line-height: 1.5;
	padding: 25px 0;
}


/* --------------------------　content03　-------------------------- */

.content03 {
	background:url("../../images/bg03.webp") no-repeat;
	background-position: center top ;
	padding: 60px 0;
	background-size: cover;
	background-attachment: fixed;
}

.content03 h2 {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 10px;
	color:#fff;
}
.content03 h2 span {
	font-size: 6rem;
	text-align: center;
	color:#ffea00;
}

.content03 h3 {
font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 40px;
	color:#fff;
}
.content03 h3 span {
	color:#ffea00;
	font-size: 5.2rem;
}
.arrow01 {
	margin-bottom: 10px;
}
.arrow01 img {
	width: 100%;
	height: auto;
}

.programLIST {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}
.programBOX {
	display: flex;
	justify-content: space-between;
}
.programL {
	width: 70%;
}
.programR {
	width: 28%;
}
.programR img {
	width: 100%;
	height: auto;
}
.programL h4 {
	font-size: 3rem;
	line-height: 1.4;
	border-bottom: 1px solid #222;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.programL p {
	font-size: 1.8rem;
	line-height: 1.6;
}



/* --------------------------　content03　-------------------------- */

.content04 {
	background:url("../../images/bg04.webp") no-repeat;
	background-position: center top ;
	padding: 40px 0;
	background-size: cover;
}

.content04 h2 {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 10px;
	color:#fff;
}

/* --------------------------　content05　-------------------------- */
.content05 {
	background:url("../../images/bg05.webp") no-repeat;
	background-position: center top ;
	padding: 40px 0;
	background-size: cover;
}
.content05 h2 {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.voiceBOX {
	padding: 40px;
	background: #fff;
	margin-bottom: 30px;
}
.voiceBOX .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.voiceBOX .head .headL {
	width: 15%;
}
.voiceBOX .head .headR {
	width: 80%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.voiceBOX .head .headL img {
	width: 100%;
	height: auto;
}
.voiceBOX .head .headR .vkata {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voiceBOX .head .headR .name {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.voiceBOX .head .headR .name span {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.voiceBOX h3 {
	background: #292113;
	color:#fff;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.voiceBOX p {
	line-height: 1.8;
	margin-bottom: 20px;
}



/* --------------------------　content06　-------------------------- */
.content06 {
	background:#fff;
	background-position: center top ;
	padding: 40px 0;
	background-size: cover;
}
.content06 h2 {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.accmap {
	margin: 50px 0 30px 0
}
.accmap iframe {
	width: 100%;
	height: 400px;
}


#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.7rem;
	line-height: 180%;
	border-bottom: 1px solid #c4c4c4;
	padding: 0;
	margin: 0;
	font-weight: normal;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #c4c4c4;
	clear: left;
	float: left;
	width: 18%;
	font-weight: normal;
}
dl#gaiyou dd {
	border-top: 1px solid #c4c4c4;
	margin-left:20%;
	font-weight: normal;
}


.content06 h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.content06 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.content06 h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


ul.list02 {
	margin-bottom: 40px;
}

ul.list02 li{
	margin: 0;
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	width: 100%;
	margin: 0;
}
 
ul.list02 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #0d2f45; 
  margin-right: 10px;
}


/* --------------------------　content07　-------------------------- */
.content07 {
	background:url("../../images/tokuten.webp") no-repeat;
	background-position: center top ;
	padding: 40px 0;
	background-size: cover;
	background-attachment: fixed;
}


/* --------------------------　content08　-------------------------- */
.content08 {
	background:#fff;
	background-position: center top ;
	padding: 40px 0;
	background-size: cover;
}
.content08 h2 {
	font-size: 4.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.content08 h2 span {
	font-size: 5.6rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #9c0101;
}


.notebox {
	background: #f4f4f4;
	padding: 20px 40px 40px 40px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}

.note {
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2.2em;
  line-height: 2.2em;
  padding: 2.2em 1em 0em 1em;
  margin: 0em 0;
	font-size: 2rem;
}

.notebox h3 {
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	margin: 40px 0 0px 0;
}

.phbox {
	display: flex;
	justify-content: space-between;
}
.phbox div {
	width: 32%;
}
.phbox div img {
	width: 100%;
	height: auto;
}







/* --------------------------　content03　-------------------------- */

.cta {
	background:url("../../images/bg04.webp") no-repeat;
	width: 100%;
	background-position: top center;
	padding: 80px 0;
	background-size: cover;
}

.cta h2 {
	font-size: 3.6rem;
	text-align: center;
	color:#dcb763;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.5rem;
	line-height: 0.9;
	margin-bottom: 40px;
}
.cta h2 span {
	font-size: 1.5rem;
	text-align: center;
	color:#fff;
	letter-spacing: 0.5rem;
}

.contactBOX {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: auto;
}
.contactBOX-item {
	width: 50%;
	padding:00px 40px;
	box-sizing: border-box;
	
	
}

.contactBOX-item:first-child {
	border-right: 1px solid #727171;
}

/* 019 */
.mailbutton a {
    background: #dcb763;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    color: #0c1a03;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	margin-top: 10px;
}
.mailbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.mailbutton a:hover {
  background: #ecc46a;
}
.mailbutton a:hover:after {
  right: 1.4rem;
}


/* 019 */
.telbutton a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 0px;
    color: #dcb763;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	line-height: 1.2;
}
.time {
	font-size: 1.4rem;
	color:#fff;
	text-align: center;
}


















@media screen and (max-width: 986px) {
	
/* --------------------------　content01　-------------------------- */

.content01 {
	background:url("../../images/bg01sp.webp") no-repeat;
	width: 100%;
	background-size: cover;
	background-position: top center;
	padding: 30px 0;
	background-attachment: fixed;
}

.content-wrap {
	max-width: auto;
	margin: auto 15px;
}
.content-wrap02 {
	max-width: auto;
	margin: auto;
}

.content01 h2 {
	font-size: 2rem;
	text-align: center;
	color:#dcb763;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.5rem;
	line-height: 0.9;
	margin-bottom: 40px;
}
.content01 h2 span{
	font-size: 1.5rem;
	text-align: center;
	color:#fff;
	letter-spacing: 0.5rem;
}

.content01 p {
	font-size: 1.4rem;
	text-align: center;
	color:#fff;
	line-height: 2.4;
}

.doctor {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	color: #fff;
	line-height: 1.8;
}

.doctorL {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	
}
.doctorR {
	width: 50%;
	margin: auto;
	margin-bottom: 15px;
}
.doctorR img {
	width: 100%;
	height: auto;
}
.doctorL .katagaki {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
}
.doctorL .name {
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	font-weight: bold;
}

.doctorL .name span {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
}
.doctorL .reki {
	font-size: 1.8rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 15px 0;
	text-align: left;
	font-size: 1.5rem;
}
.message p {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.8;
}
.book {
	margin: 20px 0 0;
}
.book img {
	width: 100%;
	height: auto;
}





/* --------------------------　content02　-------------------------- */

.content02 {
	background: url("../../images/bg02sp.webp") no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	padding: 30px 0;
	background-attachment: fixed;
}


.content02 h2 {
	font-size: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.content02 h2 span {
	font-size: 2.4rem;
	text-align: center;
	color:#9c0101;
}

.content02 h3 {
text-align: center;
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 3px solid  #000;
	border-top: 3px solid  #000;
	padding: 10px 0;
}

.nayamibox {
	background: #0d2f45;
	padding: 10px 20px 20px 20px ;
}

ul.list01 li{
	margin: 0;
    list-style: none;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.7;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
	margin: 0;
}
 
ul.list01 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec1b23; 
  margin-right: 10px;
}


.sectionTITLE {
	background-image: linear-gradient(90deg, rgba(98, 0, 0, 1), rgba(156, 0, 0, 1) 50%, rgba(98, 0, 0, 1));
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	line-height: 1.5;
	padding: 20px 10px;
	box-sizing: border-box;
}


/* --------------------------　content03　-------------------------- */

.content03 {
	background:url("../../images/bg03sp.webp") no-repeat;
	background-position: center top ;
	padding: 30px 0;
	background-size: cover;
	background-attachment: fixed;
}

.content03 h2 {
	font-size: 1.6rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 0px;
	color:#fff;
}
.content03 h2 span {
	font-size: 2.2rem;
	text-align: center;
	color:#ffea00;
	
}

.content03 h3 {
font-size: 1.7rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
	color:#fff;
}
.content03 h3 span {
	color:#ffea00;
	font-size: 2rem;
	margin-right: 3px;
}
.arrow01 {
	margin-bottom: 10px;
}
.arrow01 img {
	width: 100%;
	height: auto;
}

.programLIST {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.programBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.programL {
	width: 100%;
}
.programR {
	width: 100%;
	margin-bottom: 10px;
}
.programR img {
	width: 100%;
	height: auto;
}
.programL h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom: 1px solid #222;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.programL p {
	font-size: 1.5rem;
	line-height: 1.6;
}



/* --------------------------　content03　-------------------------- */

.content04 {
	background:url("../../images/bg04.jpg") no-repeat;
	background-position: center top ;
	padding: 20px 0;
	background-size: cover;
}

.content04 h2 {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 10px;
	color:#fff;
}

/* --------------------------　content05　-------------------------- */
.content05 {
	background:url("../../images/bg05.jpg") no-repeat;
	background-position: center top ;
	padding: 20px 0;
	background-size: cover;
}
.content05 h2 {
	font-size: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.voiceBOX {
	padding: 20px;
	background: #fff;
	margin-bottom: 15px;
}
.voiceBOX .head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
}
.voiceBOX .head .headL {
	width: 30%;
	margin: auto;
	margin-bottom: 10px;
}
.voiceBOX .head .headR {
	width: 100%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.voiceBOX .head .headL img {
	width: 100%;
	height: auto;
}
.voiceBOX .head .headR .vkata {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voiceBOX .head .headR .name {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}
.voiceBOX .head .headR .name span {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.voiceBOX h3 {
	background: #292113;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.voiceBOX p {
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 1.4rem;
}



/* --------------------------　content06　-------------------------- */
.content06 {
	background:#fff;
	background-position: center top ;
	padding: 20px 0;
	background-size: cover;
}
.content06 h2 {
	font-size: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.accmap {
	margin: 50px 0 30px 0
}
.accmap iframe {
	width: 100%;
	height: 400px;
}


#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.5rem;
	line-height: 160%;
	border-bottom: 1px solid #c4c4c4;
	padding: 0;
	margin: 0;
	font-weight: normal;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #c4c4c4;
	clear: left;
	float: left;
	width: 16%;
	font-weight: normal;
}
dl#gaiyou dd {
	border-top: 1px solid #c4c4c4;
	margin-left:22%;
	font-weight: normal;
}


.content06 h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.content06 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.content06 h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


ul.list02 {
	margin-bottom: 20px;
}

ul.list02 li{
	margin: 0;
    list-style: none;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8;
    margin-left:0px;
	padding-left: 0em;
  text-indent: -1.7em;
	width: 100%;
	margin: 0;
}
 
ul.list02 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #0d2f45; 
  margin-right: 10px;
}


/* --------------------------　content07　-------------------------- */
.content07 {
	background:url("../../images/tokuten.jpg") no-repeat;
	background-position: center top ;
	padding: 20px 0;
	background-size: cover;
}


/* --------------------------　content08　-------------------------- */
.content08 {
	background:#fff;
	background-position: center top ;
	padding: 20px 0;
	background-size: cover;
}
.content08 h2 {
	font-size: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.content08 h2 span {
	font-size: 2.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #9c0101;
	margin-right: 2px;
}


.notebox {
	background: #f4f4f4;
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.note {
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2.2em;
  line-height: 2.2em;
  padding: 2.2em 0 0em 0;
  margin: 0em 0;
	font-size: 1.5rem;
}

.notebox h3 {
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	margin: 40px 0 0px 0;
}

.phbox {
	display: flex;
	justify-content: space-between;
}
.phbox div {
	width: 32%;
}
.phbox div img {
	width: 100%;
	height: auto;
}







/* --------------------------　content03　-------------------------- */

.cta {
	background:url("../../images/bg04.jpg") no-repeat;
	width: 100%;
	background-position: top center;
	padding: 80px 0;
	background-size: cover;
}

.cta h2 {
	font-size: 3.6rem;
	text-align: center;
	color:#dcb763;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.5rem;
	line-height: 0.9;
	margin-bottom: 40px;
}
.cta h2 span {
	font-size: 1.5rem;
	text-align: center;
	color:#fff;
	letter-spacing: 0.5rem;
}

.contactBOX {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: auto;
}
.contactBOX-item {
	width: 50%;
	padding:00px 40px;
	box-sizing: border-box;
	
	
}

.contactBOX-item:first-child {
	border-right: 1px solid #727171;
}

/* 019 */
.mailbutton a {
    background: #dcb763;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    color: #0c1a03;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	margin-top: 10px;
}
.mailbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.mailbutton a:hover {
  background: #ecc46a;
}
.mailbutton a:hover:after {
  right: 1.4rem;
}


/* 019 */
.telbutton a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 0px;
    color: #dcb763;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	line-height: 1.2;
}
.time {
	font-size: 1.4rem;
	color:#fff;
	text-align: center;
}



	

}


.subpage main {
	margin-top: 90px;
}



#MailForm {
	border-top: none;
	width: 100%;
	font-size: 1.7rem;
	line-height: 180%;
	border-bottom: 1px solid #c4c4c4;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	
}

dl#MailForm dl,dl#MailForm dt,dl#MailForm dd {
	margin: 0;
	padding: 0;
}

dl#MailForm dt,dl#MailForm dd {
	padding: 15px;
	text-align: left;
}

dl#MailForm dt {
	border-top: 1px solid #c4c4c4;
	clear: left;
	float: left;
	width: 22%;
	font-weight: normal;
	position: relative;
}
dl#MailForm dd {
	border-top: 1px solid #c4c4c4;
	margin-left:25%;
	font-weight: normal;
	padding-left: 20px;
}

@media screen and (max-width: 986px) {
	
	
.subpage main {
	margin-top: 60px;
}



#MailForm {
	border-top: none;
	width: 100%;
	font-size: 1.5rem;
	line-height: 180%;
	border-bottom: 1px solid #c4c4c4;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
}

dl#MailForm dl,dl#MailForm dt,dl#MailForm dd {
	margin: 0;
	padding: 0;
}

dl#MailForm dt,dl#MailForm dd {
	padding: 0px 0;
	text-align: left;
	padding-bottom: 15px;
}

dl#MailForm dt {
	border-top: 1px solid #c4c4c4;
	clear: left;
	float: none;
	width: auto;
	font-weight: normal;
	position: relative;
	padding: 10px;
}
dl#MailForm dd {
	border-top: 0px solid #c4c4c4;
	margin-left:auto;
	font-weight: normal;
	padding-left: 0px;
}
	
	
}




.order01 {
	background: #000;
	padding: 40px 0;
}

@media screen and (max-width: 986px) {
	
.order01 {
	background: #000;
	padding: 20px 0;
}
	
}








.btn01,
a.btn01,
button.btn01 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
	width: 600px;
	margin: auto;
	box-sizing: border-box;
}

a.btn--yellow {
  color: #fff;
  background-color: #fb5503;
  border-bottom: 5px solid #903205;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #fff;
  background: #fb5503;
  border-bottom: 6px solid #903205;
}



@media screen and (max-width: 768px) {
.btn01,
a.btn01,
button.btn01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
	width: 80%;
	margin: auto;
	box-sizing: border-box;
}

a.btn--yellow {
  color: #fff;
  background-color: #fb5503;
  border-bottom: 5px solid #903205;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #fff;
  background: #fb5503;
  border-bottom: 6px solid #903205;
}	
}





.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
right:20px;
display:block;
width:250px;

}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}

.pcimg {
			display:block;
		}
.spimg {
			display:none;
		}



@media screen and (max-width: 768px) {
	
.pcimg {
			display:none;
		}
.spimg {
			display:block;
		}

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
right:0px;
display:block;
width:auto;
margin:0px;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}
}



.red {
	color:#9c0101;
}
