@charset "UTF-8";
/* CSS Document */


/* contents-guide */

.contents-guide {
	padding-top: 90px;
	margin-bottom: 30px;
}

.contents-guiden {
	padding-top: 0px;
	margin-bottom: 80px;
}

.contents-guide .news-box {
	width: 1170px;
	padding: 25px 50px;
	border-style : solid;
border-color : #C6B198;
border-width : 3px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 35px;
}

.news {
	height: 300px;
	width: 100%;
}

.news iframe {
	width: 100%;
	height: 300px;
}


/* main-img-top */

.main-img-top {
	position: relative;
}

.main-img-top > img {
	width: 100%;
height: 744px;
	object-fit: cover;
}

.main-img-top h2 {
	position: absolute;
right: 0px;
top: 0px;
	display: flex;
  justify-content: center;
	align-items: center;
	height: 100%;
}


/* contents-top */

.contents-top {
	width: 100%;
	background-image: url("top/images/back01.jpg");
background-position: center 620px;
background-repeat: no-repeat;
}

.midashi-box {
	display: flex;
  justify-content: flex-start;
	margin-bottom: 40px;
}

.contents03 .midashi-box, .contents06 .midashi-box {
  justify-content: center;
}

.midashi-box h3, .contents01 h3 {
	font-family: 'Jost', sans-serif;
	font-size: 30px;
color: #c6b198;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 600;
}

.midashi-box h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
	color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	border-left-style : solid;
border-left-color : #988575;
border-left-width : 1px;
	padding-left: 20px;
	margin-left: 20px;
}

/* contents00 */

.contents00 {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 70px;
}


/* contents01 */

.contents01 {
	width: 1200px;
	margin-bottom: 160px;
	padding-top: 60px;
	display: flex;
  justify-content: space-between;
}

.contents01 .box01 {
	background-image: url("top/images/icon01.svg");
background-position: 280px top;
background-repeat: no-repeat;
	padding-top: 35px;
	flex: 1;
	position: relative;
}

.contents01 .box01::after {
	content: "";
	position: absolute;
left: 30px;
bottom: 60px;
	background-image: url("top/images/icon02.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 373px;
	height: 367px;
}

.contents01 .box02 {
	width: 590px;
	padding-top: 130px;
}

.contents01 .box02 img {
	width: 100%;
height: auto;
}

.contents01 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #42210b;
line-height: 2.2;
letter-spacing: 0.1em;
font-weight: 400;
	margin-top: 15px;
	margin-bottom: 40px;
}

.contents01 p, .contents02 p, .contents03 p, .contents05 p {
color: #231815;
line-height: 1.8;
}


/* contents02 */

.contents02 {
	width: 100%;
	margin-bottom: 280px;
	background-image: url("top/images/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
}

.contents02 .box-wrap {
	width: 1400px;
	display: flex;
  justify-content: space-between;
	flex-direction: row-reverse;
}

.contents02 .box01 {
	width: 729px;
}

.contents02 .box01 .box002 {
	margin-top: 100px;
	padding-left: 55px;
}

.contents02 .box02 {
	width: 404px;
	position: relative;
	margin-top: 320px;
}

.contents02 .box02::before {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("top/images/text01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 398px;
	height: 250px;
	margin-right: -140px;
	margin-top: -215px;
}

.contents02 .box02::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("top/images/icon03.png");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 324px;
	height: 324px;
	margin-right: -160px;
	margin-bottom: -200px;
}


.contents02 h6 {
	margin-top: 40px;
}

h6.btn01 a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
color: #c6b198;
line-height: 1.2;
	letter-spacing: 0.2em;
font-weight: normal;
	position: relative;
	border-style : solid;
border-color : #c6b198;
border-width : 1px;
	border-radius: 60px;
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	width: 250px;
	outline: none;
	z-index: 1;
	overflow: hidden;
	background-color: #FFF;
	background-image: url("common/images/link-arrow01.svg");
background-position: right 25px center;
background-repeat: no-repeat;
	transition: .5s;
}

.contents02 h6.btn01 a::after {
	display: none;
}

h6.btn01 a:hover {
	color: #FFF;
	background-color: #c6b198;
	background-image: url("common/images/link-arrow02.svg");
}


/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
	background-color: #fffbf7;
	padding: 70px 0px;
	position: relative;
	margin-top: 120px;
}

.contents03::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/back03.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 122px;
	margin-top: -120px;
}

/* contents03a */

.contents03a {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	position: relative;
	margin-top: 60px;
}


/* contents04 */

.contents04 {
	padding: 70px 0px 80px;
	display: flex;
  justify-content: center;
}

.contents04 .box {
	width: 390px;
	text-align: center;
	margin: 0px 50px;
}

.contents04 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	margin: 30px auto;
}

.contents04 p {
	font-size: 14px;
color: #231815;
line-height: 1.8;
	text-align: left;
}


/* contents05 */

.contents05 {
	width: 100%;
	background-image: url("top/images/back04.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 240px;
}

.contents05 .box {
	width: 1160px;
	position: relative;
	margin-bottom: 140px;
}

.contents05 .box-box {
	width: 590px;
	position: relative;
	padding-left: 55px;
}

.contents05 .box01 .box-box {
	width: 550px;
}

.contents05 .box03  {
	display: flex;
  justify-content: flex-end;
	margin-bottom: 100px;
}

.contents05 .box01::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("top/images/img05.jpg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 653px;
	height: 378px;
	margin-right: -120px;
	margin-top: -170px;
}

.contents05 .box02::before {
	content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("top/images/icon04.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 252px;
	height: 267px;
	margin-top: -210px;
}

.contents05 .box02::after {
	content: "";
	position: absolute;
left: 80px;
bottom: 0px;
	background-image: url("top/images/icon05.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 215px;
	height: 278px;
	margin-bottom: -270px;
}


.contents05 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
color: #42210b;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 400;
	margin-bottom: 20px;
}

.contents05 .box-box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 45px;
	height: 56px;
	margin-top: -10px;
}

.contents05 .box01 .box-box::before {
	background-image: url("top/images/f01.svg");
}

.contents05 .box02 .box-box::before {
	background-image: url("top/images/f02.svg");
}

.contents05 .box03 .box-box::before {
	background-image: url("top/images/f03.svg");
}


/* contents06 */

.contents06 {
	width: 100%;
	padding: 70px 0px;
	text-align: center;
	background-color: #f7f4f0;
}

.contents06a h5 {
	margin-bottom: 35px;
}

.contents06a h5 img {
	height: 130px;
	width: auto;
}

.contents06b .box01 {
	margin-bottom: 90px;
}

.contents06b .box01 .box  {
	display: flex;
  justify-content: flex-start;
}

.contents06b .box01 .box:not(:last-child)  {
	margin-bottom: 70px;
}

.contents06b .box01 .box:nth-child(even) {
	justify-content: flex-end;
}

.contents06b .box01 .box-box {
	width: 90%;
	background-color: #FFF;
	padding: 70px 7%;
	display: flex;
  justify-content: flex-end;
	align-items: center;
	text-align: left;
	gap:0px 5%;
}

.contents06b .box01 .box:nth-child(odd) .box-box {
	border-radius: 0px 40px 40px 0px;
	padding-left: 0px;
}

.contents06b .box01 .box:nth-child(even) .box-box {
	flex-direction: row-reverse;
	border-radius: 40px 0px 0px 40px;
	padding-right: 0px;
}

.contents06b .box01 .box002 {
	width: 700px;
}

.contents06b .box01 .box002 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
color: #42210b;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: normal;
	margin-bottom: 30px;
}

.contents06b .box01 .box002 h4 span {
color: #f7862a;
}

.contents06b .box02 {
	width: 1060px;
}

.contents06b .box02 h4 {
	text-align: center;
	margin-bottom: 40px;
}

.contents06b .box02 .box-in {
	border-top-style : solid;
border-top-color : #988575;
border-top-width : 1px;
}

.contents06b .box02 .box {
	border-bottom-style : solid;
border-bottom-color : #988575;
border-bottom-width : 1px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 22px 0px;
}

.contents06b .box02 .box001 {
	width: 17%;
	text-align: center;
}

.contents06b .box02 .box002 {
	flex: 1;
	text-align: left;
	padding-left: 30px;
}

.contents06b .box02 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
color: #42210b;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: normal;
}

.contents06b .box02 .map-box, .contents06b .box02 .map-box iframe {
	width: 100%;
height: 300px;
}

.contents06b .box02 .map-box {
	padding-top: 15px;
	margin-bottom: 15px;
}


/* contents07 */

.contents07 {
	width: 100%;
	padding: 70px 0px;
	text-align: center;
	background-color: #FFF;
}

.contents07 .box01 {
	margin-bottom: 70px;
}

.contents07 .box01 h3, .contents07 .box02 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #42210b;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 500;
	margin-bottom: 30px;
}

.contents07 .box01 h4, .contents07 .box01 h4 a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 48px;
color: #736357;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
}

.contents07 .box01 h4 {
	display: inline-block;
	padding-left: 340px;
	position: relative;
	margin-bottom: 50px;
}

.contents07 .box01 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 5px;
	background-image: url("top/images/tel-contents.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 321px;
	height: 53px;
}


/*contact*/
.contact {
	width: 100%;
	text-align: left;
}

.contact table {
	width: 1000px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	
}

.contact table .box {
	margin-bottom:5px;
	
}

.contact table tr {
	clear: both;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
}

.contact table tr td {
	color: #4d4d4d;
	line-height:1.6;
	display: inline-block;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:750px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:750px;
}

.contact table tr td.left {
	width: 230px;
	padding-right: 20px;
	text-align: right;
}

.contact table tr.t-end td {
	vertical-align: top;
}

.contact table tr.errer td {
	color: #F87492;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #F87492;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}

.contact table tr.c-box {
	background-color: #F1F1F1;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: none;
	margin-bottom: 0px;
	margin-top:0px;
}


.contact .c-box td input {
	width: 530px;
}


.contact .c-box td.left {
	width: 230px;
}




form,input,textarea,button{
	margin:0;
	padding:10px;
	font-size:100%;
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid #FFF;
	background-color: #f5f8fa;
}

textarea[type="textarea"] {
	border: 1px solid #FFF;
	padding: 10px;
	background-color: #f5f8fa;
}


.check-box {
	padding-top:30px;
	padding-bottom:30px;
	margin-top: 50px;
	width: 700px;
	text-align: center;
	background-image: url(../img/index/text-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.check-box p {
	color:#000;
	line-height:1.6;
	margin-bottom:15px;
}

.check-box span {
	color:#000;
	font-size:16px;
	line-height: 2;
	padding-left:15px;
	display:inline-block;
}

.check-box p a {
	color:#29abe2;
	line-height:1.6;
	text-decoration:underline;
}



.button {
	text-align: center;
	margin-top: 50px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back {
	display:inline-block;
	padding:40px;
	padding-top:12px;
	padding-bottom:10px;
	background-color:#988575;
	color:#FFF;
	font-size:15px;
	letter-spacing:0.2em;
	border: 1px solid #988575;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: #988575;
}


.btn-box {
	padding-top:40px;
	clear:both;
	margin-bottom:30px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
}

.formtable input  {
	width: 100%;
}




.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}




span.text003 {
	display:none;
}


.text002 {
	padding-top: 60px;
}


.contents-oral {
    padding-top: 20px;
	margin-bottom: 100px;
}

.contents-oral .oral-box {
	width: 800px;
	padding: 25px 50px;
	border-style : solid;
border-color : #C6B198;
border-width : 3px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 35px;
    
}

.contents-oral p {
    font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 32px;
    color: #42210b;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-align: center;
    margin-bottom:20px;
}

.contents-oral .oral-boxin ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contents-oral .oral-boxin ul li {
    margin: 0px 20px;
}

.contents-oral .oral-boxin ul li a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
    color: #c6b198;
    line-height: 1.2;
	letter-spacing: 0.05em;
    font-weight: normal;
	position: relative;
	border-style : solid;
    border-color : #c6b198;
    border-width : 1px;
	border-radius: 60px;
	display: inline-block;
	padding: 10px 5px;
	text-align: center;
	width: 260px;
	outline: none;
	z-index: 1;
	overflow: hidden;
	background-color: #FFF;
    /*
	background-image: url("common/images/link-arrow01.svg");
    background-position: right 5px center;
    background-repeat: no-repeat;
    */
	transition: .5s;
    
}

.contents-oral .oral-boxin ul li a::after {
	display: none;
}

.contents-oral .oral-boxin a:hover {
	color: #FFF;
	background-color: #c6b198;
    /*
	background-image: url("common/images/link-arrow02.svg");
    */
}





    .sp-view {
        display: none;
    }