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

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

.und {
	text-decoration: underline;
}



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


figure {
	padding: 0;
	margin: 0;
}


/* --------------------------　order01　-------------------------- */
.order01 {
	background: url("../../images/buttonbg.png");
	padding: 30px 0 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
		
}
.order01 .wrap {
	width: 600px;
	margin: auto;
}
.order01 img {
	width: 100%;
	height: auto;
}
.order01 a:hover img {
	transform: scale(1.05);
	opacity: 1;
}

.buttonbox02 {
	width: 600px;
	margin: 50px auto;
}
.buttonbox02  img {
	width: 100%;
	height: auto;
}
.buttonbox02 a:hover img {
	transform: scale(1.05);
	opacity: 1;
}

@media screen and (max-width: 986px) {
	
.order01 {
	padding: 10px 0 10px;
}
.order01 .wrap {
	width: auto;
	margin: auto 15px;
}
.order01 img {
	width: 100%;
	height: auto;
}
	
.buttonbox02 {
	width: 90%;
	margin: 30px auto;
}
.buttonbox02  img {
	width: 100%;
	height: auto;
}
.buttonbox02 a:hover img {
	transform: scale(1.05);
	opacity: 1;
}
	
}

.content-wrap {
	max-width: 1000px;
	padding: 80px 0;
	margin: auto;
	background: #fff;
	box-shadow: 0 20px 20px rgba(200,200,200,0.3);
	box-sizing: border-box;
}
.content-wrap02 {
	max-width: 1000px;
	margin: auto;
}

.block01 {
	padding: 0px;
	box-sizing: border-box;
	max-width: 880px;
	margin: auto;
}
@media screen and (max-width: 986px) {
	
.content-wrap {
	max-width: auto;
	padding: 40px 0;
	margin: auto;
	background: #fff;
	box-shadow: 0 20px 20px rgba(200,200,200,0.3);
	box-sizing: border-box;
}
.content-wrap02 {
	max-width: auto;
	margin: auto;
}

.block01 {
	padding: 0px;
	box-sizing: border-box;
	max-width: auto;
	margin: auto 15px;
}
	
}



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

.content01 {
	background:#ebeff3;
	width: 100%;
}
.content01 h2 {
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: 0.5rem;
	line-height: 0.9;
	margin-bottom: 70px;
}
.content01 h2 span{
	background: linear-gradient(transparent 70%, #fff301 20%);
}
.content01 p {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
}


.profilebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.profileL {
	width: 65%;
}
.profileR {
	width: 30%;
	position: relative;
	margin-top: 0px;
}
.profileR img {
	width: 100%;
	height: auto;
	position: relative;
}
.profileL .kata {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
}
.profileL .name {
	font-size: 4rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 15px;
}

.ph01 {
	margin: 50px 0 50px 0;
}
.ph01 img {
	width: 100%;
	height: auto;
}

.content01 h3 {
	font-size: 2.4rem;
	border-bottom: 3px solid #222;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 30px;
}
p.media {
	font-size: 1.8rem;
	line-height: 1.8;
}



/* --------------------------　message　-------------------------- */

.message {
	background: url("../../images/bg01.png");
	background-size: 50%;
	padding: 80px 0 40px 0;
	
}

.content01 h4 {
	border: 8px solid #222;
	padding: 40px;
	box-sizing: border-box;
	outline: 6px solid #d2d1d1;
  outline-offset: -14px;
	text-align: center;
	font-size: 4rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}

.content01 h4 .clip {
	position: absolute;
	right: 0;
  left: 0;
  margin: 0 auto;
	width: 500px;
	top:-41px;
}
.content01 h4 span {
background: linear-gradient(transparent 70%, #fff301 20%);
}

.content01 h4 .clip img {
	width: 100%;
	height: auto;
}
.message p {
	margin-bottom: 24px;
}

.message-wrap {
	margin-bottom: 80px;
}
.voice {
	background: url("../../images/bg02.png");
	padding: 80px 0;
	margin-bottom: 80px;
}
.voicebox {
	background: #fff;
	 box-shadow: 10px 10px #cfbe98;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.voicebox:last-child {
	margin-bottom: 0px;
}
.voicebox .head {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dashed #cfbe98;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.voicebox .head .ph {
	width: 20%;
}
.voicebox .head .ph img {
	width: 100%;
	height: auto;
}
.voicebox .head .txt {
	width: 75%;
}
.voicebox .head .txt .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.voicebox .head .txt .vname {
	color:#92969e;
	line-height: 1.5;
}
.voicebox p {
	font-size: 1.8rem;
}



table#syosai {
    width: 100%;
    border: 1px #d1d1d1 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.8rem;
	margin-bottom: 20px;
	line-height: 1.8;
}

table#syosai th {
    padding: 15px;
    border: #d1d1d1 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
	width: 20%;
}
table#syosai td {
    padding: 15px;
    border: 1px #d1d1d1 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
.jyoken {
	border: 1px #d1d1d1 solid;
	padding: 30px;
}
.jyoken h3 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
}



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

ul.list02 li{
	margin: 0;
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.7;
    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: #df4444; 
  margin-right: 10px;
}

ul.list02 li span {
	color:#b63c01;
}

.floating-banner {
display: none;
}


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

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

.content01 {
	background:#ebeff3;
	width: 100%;
}
.content01 h2 {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.content01 h2 span{
	background: linear-gradient(transparent 70%, #fff301 20%);
}
.content01 p {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: left;
}


.profilebox {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 10px;
}
.profileL {
	width: auto;
	text-align: center;
}
.profileR {
	width: 50%;
	position: relative;
	margin-top: 0px;
	margin: auto;
	margin-bottom: 15px;
}
.profileR img {
	width: 100%;
	height: auto;
	position: relative;
}
.profileL .kata {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
.profileL .name {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 15px;
}

.ph01 {
	margin: 30px 0;
}
.ph01 img {
	width: 100%;
	height: auto;
}

.content01 h3 {
	font-size: 2rem;
	border-bottom: 3px solid #222;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
}
p.media {
	font-size: 1.4rem;
	line-height: 1.6;
}



/* --------------------------　message　-------------------------- */

.message {
	background: url("../../images/bg01.png");
	background-size: 100%;
	padding: 40px 0 20px 0;
	
}

.content01 h4 {
	border: 6px solid #222;
	padding: 20px 10px;
	box-sizing: border-box;
	outline: 4px solid #d2d1d1;
  outline-offset: -10px;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
}

.content01 h4 .clip {
	position: absolute;
	right: 0;
  left: 0;
  margin: 0 auto;
	width: 80%;
	top:-20px;
}
.content01 h4 .clip img {
	width: 100%;
	height: auto;
}
.message p {
	margin-bottom: 16px;
}

.message-wrap {
	margin-bottom: 40px;
}
.voice {
	background: url("../../images/bg02.png");
	padding: 40px 0;
	margin-bottom: 40px;
}
.voicebox {
	background: #fff;
	 box-shadow: 6px 6px #cfbe98;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.voicebox:last-child {
	margin-bottom: 0px;
}
.voicebox .head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 2px dashed #cfbe98;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voicebox .head .ph {
	width: 40%;
	margin: auto;
	margin-bottom: 15px;
}
.voicebox .head .ph img {
	width: 100%;
	height: auto;
}
.voicebox .head .txt {
	width: 100%;
}
.voicebox .head .txt .title {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.voicebox .head .txt .vname {
	color:#92969e;
	line-height: 1.5;
	font-size: 1.4rem;
}
.voicebox p {
	font-size: 1.4rem;
}



table#syosai {
    width: 100%;
    border: 1px #d1d1d1 solid;
	border-width: 1px 1px 0px 1px;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.5rem;
	margin-bottom: 20px;
	line-height: 1.8;
}

table#syosai th {
    padding: 10px;
    border: #d1d1d1 solid;
    border-width: 0 0 1px 0px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
table#syosai td {
    padding: 10px;
    border: 0px #d1d1d1 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.jyoken {
	border: 1px #d1d1d1 solid;
	padding: 5px 15px 15px 15px;
}
.jyoken h3 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 10px;
}



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

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

ul.list02 li span {
	color:#b63c01;
}
 
	
	
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 2; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
right:0px;
display:block;
width:auto;
margin:0px;
	padding: 10px;
	box-sizing: border-box;
	background: #222;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}
	
}


