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


/* contents01 */

.contents01 {
	width: 960px;
}

.contents01 .box {
	margin-bottom: 60px;
}

.contents01 .box:last-child {
	margin-bottom: 0px;
    margin-top: 0px;
}

.contents01 .box:nth-child(3) {
	margin-bottom: 0px;
}

.contents01 p {
	width: 96%;
	text-align: left;
	margin: auto;
}

.contents01 .box01 {
	display: flex;
  justify-content: center;
    gap: 70px;
	padding-top: 70px;
	width: 900px;
}

.contents01 .box02 {
	width: 900px;
}

.contents01 .box02 div {
	width:100%;
}

.contents01 .box02 div iframe {
	width:100%;
}

.contents01 .box03 {
	width: 900px;
	display: flex;
  justify-content: space-between;
}

.contents01 .box03 div:first-child {
	width: 70%;
}

.contents01 .box03 div:last-child {
	width: 30%;
}

p.ex {
        text-align: center;
}

.contents01 .box001 {
    display: flex;
    justify-content: center;
    gap: 70px;
    width: 900px;
}

/* contents02 */

.contents02 {
    width: 100%;
    padding-bottom: 0px;
}
 

.contents02, .contents04:nth-child(1) {
	width: 100%;
}

.contents02, .contents04:nth-child(3) {
	width: 100%;
}

.contents02 .box-in, .contents04 .box-in {
	width: 930px;
}

.contents02 .box {
	background-color: #FFFFFF;
	margin-bottom: 100px;
	position: relative;
	padding: 0px 40px 30px;
    border-style: solid;
    border-color: #42210b;
    border-width: 3px;
}

.contents02 .box:last-child {
	margin-bottom: 0px;
}

.contents02 .box:after {
	content: "";
	position: absolute;
　　　left: 0px;
　　　bottom: 0px;
	background-image: url("images/arrow02.svg");
　　　background-position: center bottom;
　　　background-repeat: no-repeat;
	width: 100%;
	height: 80px;
	display: block;
	margin-bottom: -80px;
}

.contents02 .box:last-child:after {
	display: none;
}


.contents02 .box div {
	background-image: url("images/arrow01.svg");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 50px 10px 30px;
}

.contents02 .box div:first-child {
	background-image: none;
	padding-top: 30px;
}

.contents02 h4 {
	width: 530px;
	margin: auto;
	background-color: #a67c52;
	padding: 6px 0px;
	text-align: center;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.contents02 h5 {
	font-size: 24px;
color: #603813;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}

.contents02 h5:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	width: 45px;
	height: 45px;
}

.contents02 h5.f01:before {
	background-image: url("../nosmoking/images/f01.svg");
}

.contents02 h5.f02:before {
	background-image: url("../nosmoking/images/f02.svg");
}

.contents02 h5.f03:before {
	background-image: url("../nosmoking/images/f03.svg");
}

.contents02 h5.f04:before {
	background-image: url("../nosmoking/images/f04.svg");
}

.contents02 h5.f05:before {
	background-image: url("../nosmoking/images/f05.svg");
}

.contents02 h5.f06:before {
	background-image: url("../nosmoking/images/f06.svg");
}

.contents02 h5.f07:before {
	background-image: url("../nosmoking/images/f07.svg");
}

.contents02 h5.f08:before {
	background-image: url("../nosmoking/images/f08.svg");
}

.contents02 h5.f09:before {
	background-image: url("../nosmoking/images/f09.svg");
}

.contents02 h5.f10:before {
	background-image: url("../nosmoking/images/f10.svg");
}

.contents02 p {
	line-height: 1.8;
}

/* contents03 */

.contents03 .box-in {
	padding: 35px 40px;
	border-style : solid;
border-color : #42210b;
border-width : 3px;
	width: 930px;
}

.contents03 h6 {
	text-align: center;
	font-size: 26px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}

.contents03 .box-in p {
	text-align: left;
}

/* contents04 */

.contents04 .box-in {
	background-color: #FFF;
	padding: 0px 40px;
}

.contents04 table {
	width: 100%;
	border-style : solid;
border-color : #754c24;
border-width : 4px;
}

.contents04 table td {
	color: #754c24;
	text-align: center;
	padding: 12px;
	border-style : solid;
border-color : #754c24;
border-width : 1px;
	vertical-align: middle;
}

.contents04 table td.left {
	color: #FFF;
	font-weight: bold;
	background-color: #42210b;
}

.contents04 table td span {
       font-size: 3px;
}

.contents04 .box01 p {
	line-height: 1.6;
}

.contents04 h6 {
	font-size: 20px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 16px;
}

.contents04 h6:before {
	content: "■ ";
	font-size: 14px;
}



.midashi04 {
    font-family: fertigo-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #42210b;
    line-height: 0.6;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.midashi04:nth-child(5){
    margin-top: 0px;
}

.midashi04 h6 {
    font-size: 16px;
    display: inline-block;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 5px 20px;
    background-color: #c5bfa7;
}

/*.midashi04:nth-child(4) {
    margin-bottom:0px;
}
*/

.midashi04:last-child {
    margin-top:0px;
}


.lay001 {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 60px;
    text-align: center;
}

.lay001 p, .lay03 p {
    line-height: 2;
}

.midashi001 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.midashi001 p{
    font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 26px;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 6px 50px;
    text-align: center;
}

p.tax {
    width:96%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.contents01 .box001 {
	display: flex;
  justify-content: center;
    gap: 70px;
	width: 900px;
}



.contents004 p {
    line-height: 1.8;
}

.feature {
    background-color: #f5f4f0;
    border-radius: 20px;
    padding-bottom: 20px;
}

.feature .midashi04  {
    padding-top:30px;
}

.feature .midashi04 h6 {
    font-size: 18px;
    color: #5c402d;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 10px;
    border-style: solid;
    border-color: #5c402d;
    border-width: 2px;
    text-align: center;
    background-color: #FFFFFF
}

#a01 {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
    height: 1px;
}

.lay001 {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

.lay002 {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
}

.lay002 p, .lay03 p {
    line-height: 2;
}

p.reserve {
    text-align: center;
    font-size: 18px;
    color: #c6173d;
    background-color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.midashi01a {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 30px;
}

.midashi01a h2  {
    font-family: fertigo-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 39px;
    color: #42210b;
    line-height: 0.6;
    margin-bottom: 30px;
    margin-top: 4px;
}

.midashi01a p {
    font-size: 20px;
    display: inline-block;
}

.midashi01a p, .midashi02 {
    font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 6px 50px;
    background-color: #42210b;
    text-align: center;
} 

.cp {
   text-align: center;
   margin-bottom: 30px;
}

/*bn*/

.box-detail {
    width: 700px;
    background-color: #f5f4f0;
    margin-top: 50px;
	margin-bottom: 50px;
    border-style: solid;
    border-color: #42210b;
    border-width: 4px;
    padding: 35px 20px 30px;
}

.box-detail h5 {
    font-family: "Zen Old Mincho", serif;
    font-size: 28px;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 400;
    margin-bottom: 20px;
	text-align: center;
}

.box-detail p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.box-detail p a {
    font-size: 18px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 400;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 60px;
    background-color: #42210b;
}




.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
