@charset "utf-8";

.sec_inner {
	width: 1200px;
	max-width: 100%;
	padding: 80px 0;
	margin: 0 auto;
}
.head01 { line-height: 1.4;}

/* plan */
#plan{
  width:100%;
	background: url(../img/plan_bg.jpg) no-repeat 50% 50% / cover;
  padding:40px 0 80px;
}

#plan .plan{
  width: 1100px;
	color: #fff;
  margin: 0 auto;
}
#plan .plan #slide_plan{
  width: 1100px;
}
#plan .plan #slide_plan li{
  width: 100%;
  max-width: 352px;
  margin: 0 21px;
  font-weight: bold;
}
#plan .plan #slide_plan li .img{
  height: 210px;
  overflow: hidden;
  background-color: #eee;
}
#plan .plan #slide_plan li li{
  margin: 0;
}
#plan .plan #slide_plan li img{
  vertical-align: bottom;
  width: 100%;
}
#plan .plan #slide_plan li:nth-last-of-type(1){
  margin-right: 0;
}

#plan .plan #slide_plan li h2{
  color: #fff;
  font-size: 16px;
  font-family :YuMincho, 'Yu Mincho', serif;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.3;
  height: 78px;
}
#plan .plan li .planning{
  text-align: center;
  margin-top: 15px;
}
#plan .plan #slide_plan li .planning li{
	display: inline-block;
	width: auto;
	max-width: inherit;
  margin: 0 auto;
	color: #fff;
  font-family :YuMincho, 'Yu Mincho', serif;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #c1b499;
}

#plan .plan li .planning li .bg{
  font-size: 20px;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
}
#plan .plantug{
  width: 1100px;
  margin: 50px auto 0;
  height: 110px;
  box-sizing: border-box;
  background:#e7e3dd;
}

#plan .plantug .boxL{
  color: #f2f2f2;
  font-family :YuMincho, 'Yu Mincho', serif;
  height: 110px;
  background:#332f00;
  line-height: 1.3;
  letter-spacing: 2px;
  padding:30px 35px;
  box-sizing:border-box;
}
#plan .plantug .boxL h2{
  font-size: 18px;
  padding-left:50px;
  position: relative;
  line-height: 50px;
}
#plan .plantug .boxL h2:after{
  content:"\f040";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 40px;
  margin-top: -27px;
  top: 50%;
}
#plan .plantug .boxR{
  width:800px;
  box-sizing: border-box;
  height: 110px;
}
#plan .plantug .boxR ul{
  width: 100%;
  margin-top:20px;
  padding-right: 30px;
}
#plan .plantug .boxR li{
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 0;
  font-family :YuMincho, 'Yu Mincho', serif;
  border-bottom: 1px dashed #b4ab98;
  line-height: 1.4;
}
#plan .slick-prev{
  left: -40px;
  top:125px;
}

#plan .slick-next{
  right: -40px;
  top:125px;
}


/* point */
#point {
	background-color: #f4f1ea;
	padding: 0 20px;
}
.pointTbl_wrap {
	position: relative;
	background: url(../img/point_main.jpg) no-repeat 50% 50% / cover;
	min-height: 540px;
	height: 55vh;
}
.pointTbl_wrap h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 356px;
	min-height: 320px;
	height: 100%;
	background-color: #383450;
	color: #fdffd8;
	font-size: 26px;
	font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN", Meiryo UI, "メイリオ UI", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.6;
	text-align: center;
	padding: 20px;
	margin: auto;
}
.pointTbl_wrap h2 > span { display: table-cell; vertical-align: middle;}

.point_main,
.point_box {
	padding-top: 100px;
	overflow: hidden;
}
.pointTbl2 {
	color: #383350;
	font-size: 1.25em;
	line-height: 0.8;
	padding: 1em 0;
}
.pointTbl2 small {
	font-size: 0.5em;
}

.point .img {
	position: relative;
}
.point .img img {
	max-width: 100%;
}
.point .img:before {
	position: absolute;
	top: -25%;
	left: 5%;
	width: 82px;
	height: 82px;
	content: "";
	background: no-repeat 50% 50% / contain;
}
.point .no1:before {
	top: -14%;
	width: 100px;
	height: 100px;
	background-image: url(../img/point1.png);
}
.point .no2:before {
	background-image: url(../img/point2.png);
}
.point .no3:before {
	background-image: url(../img/point3.png);
}
.point .no4:before {
	background-image: url(../img/point4.png);
}
.point .no5:before {
	background-image: url(../img/point5.png);
}
.point .no6:before {
	background-image: url(../img/point6.png);
}
.point .no7:before {
	background-image: url(../img/point7.png);
}
.point .no8:before {
	background-image: url(../img/point8.png);
}
.point .no9:before {
	background-image: url(../img/point9.png);
}

/*point数変更に伴う追加*/
.point .no01:before {
	background-image: url(../img/point1.png);
}
.point .no02:before {
	background-image: url(../img/point2.png);
}
.point .no03:before {
	background-image: url(../img/point3.png);
}
.point .no04:before {
	background-image: url(../img/point4.png);
}
.point .no05:before {
	background-image: url(../img/point5.png);
}
.point .no06:before {
	background-image: url(../img/point6.png);
}
/*point数変更に伴う追加*/

.point .no_morning:before {
	background-image: url(../img/point_morning.png);
}
.point .no_morning:after {
	position: absolute;
	top: -1.4em;
	left: 38%;
	content: attr(aria-label);
	color: #c91518;
	font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN", Meiryo UI, "メイリオ UI", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
}
.point .txt {
	line-height: 1.8;
}

.point_main .pointTbl2 {
	font-size: 1.65em;
}
.point_main .img {
	width: 44%;
	float: right;
}
.point_main .txt {
	padding-right: 50%;
}
.point_main .txt p {
	font-size: 1.15em;
}

.point_box_wrap {
	margin: 0 -15px;
	overflow: hidden;
}
.point_box {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.point_box:nth-child(4n+1) {
	clear: both;
}
.point_box .pointTbl2 {
	text-align: center;
}

/* map */
#map { background: url(../img/map_bg.jpg) no-repeat 50% 50% / cover;}
.map p {
	color: #fff;
	text-align: center;
	line-height: 1.8;
	padding: 1em 0;
}
.map .map_catch { font-size: 1.25em;}
.map_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 40px auto 50px;
}
.map iframe {
	width: 100%;
	height: 580px;
}
.map .map_info {
	display: table;
	width: 1000px;
	max-width: 100%;
	text-align: left;
	border: 1px solid #fff;
	padding: 2em 1em;
	margin: 0 auto;
}
.map .map_wrap + .map_info { margin-top: 40px;}
.map_info > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
.map_info .ico {
	width: 130px;
	text-align: center;
	border-right: 1px solid #fff;
	padding-right: 2em;
}
.map_info .ico img {
	max-width: 100%;
	width: 100%;
}

/* 210204 */
.inline_next_link {
	display: block;
	text-align: center;
	padding: 65px 0;
}
.inline_next_link li {
	display: inline-block;
	padding: 5px;
}
.inline_next_link a {
	margin: 0;
}



/* access */
#access {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #f4f4f4 ;
    font-size: 15px;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', serif;
}
#access .btn_clear {
  width: 100%;
  text-align: center;
}
.accessBox01 {
	width:20%;
	height: 280px;
	padding: 10px;
	border-left: 1px solid #b1a281;
	border-bottom: 1px solid #b1a281;
	float:left;
}
.accessBox01 th {
	font-weight: bold;
	color:#b1a281;
	text-align:center;
	border-top: 1px solid #b1a281;
  padding: 6px;
}
.accessBox01 th span{
	color:#b1a281;
	margin-right:5px;
	font-size:20px;
}
.accessBox01 .accessTxt01 {
	width:20%;
	font-weight:bold;
	font-size: 1em;
  vertical-align: top;
  padding: 0 0 0 10px;
}
.accessTxt01 {
	width:20%;
	font-weight:bold;
	font-size: 1em;
  vertical-align: top;
  padding: 3px 0 0 10px;
}
.accessTxt02 {
	font-size: 1em;
  line-height: 0;
}
.accessTxt03 {
	text-align:center;
}
.accessTxt03 span{
	margin:0 5px;
	font-size:20px;
	font-weight:bold;
	color:#b1a281;
}

.accessBox02 {
	width:20%;
	height: 280px;
	padding: 10px;
	border-left: 1px solid #b1a281;
	border-bottom: 1px solid #b1a281;
	float :left;
}
.accessBox02 th {
	font-weight: bold;
	color:#b1a281;
	text-align:center;
	border-top: 1px solid #b1a281;
}
.accessBox02 th span{
	color:#b1a281;
	margin-right:5px;
	font-size:20px;
}
.accessBox03 {
	width:20%;
	height: 280px;
	padding: 10px;
	border-left: 1px solid #b1a281;
	border-right: 1px solid #b1a281;
	border-bottom: 1px solid #b1a281;
	float:left;

}
.accessBox03 th {
	font-weight: bold;
	color:#b1a281;
	text-align:center;
	border-top: 1px solid #b1a281;
}
.accessBox03 th span{
	color:#b1a281;
	margin-right:5px;
	font-size:20px;
}
.accessTbl {
	width: 1200px;
	margin: auto;
	border: 1px solid #b1a281;
	border-collapse: collapse;
	font-size: 13px;
}
.accessTbl tr {
	border: 1px solid #b1a281;
	border-collapse: collapse;
}
.accessTbl tr td {
	border: 1px solid #b1a281;
	border-collapse: collapse;
	width: 20%;
	padding: 10px 0 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
.accessTbl tr td div {
	margin-bottom: 10px;
}
.accessTbl tr td div:last-of-type {
	margin-bottom: 0;
}
.accessTbl tr td div h3 {
	color: #b1a281;
	padding: 15px 0;
}
.accessTbl tr td div h3 span {
	margin-right: 5px;
	font-size: 20px;
	padding: 10px 0;
}
.accessTbl tr td div dl {
	margin: 0 0 10px 0;
	text-align: left;
}
.accessTbl tr:first-of-type td:first-of-type div dl {
}
.accessTbl tr td div dl dt {
	width: 100%;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.accessTbl tr td div dl dd {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.7em;
}
.accessTbl tr td div p {
}
.accessTbl tr td div p span {
	margin: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #b1a281;
}

.inline_next_link {
	display: block;
	text-align: center;
	padding: 65px 0;
}
.inline_next_link li {
	display: inline-block;
	padding: 5px;
}
.inline_next_link a {
	margin: 0;
}

/* 240124 */
.member_txt {
	margin-top: 80px;
    font-size: 1.25em;
    line-height: 170%;
    padding-top: 70px;
    border-top: 2px dotted #9e8b63;
}

.member_txt strong {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(159 37 5);
}

.plan .map_catch {
    font-size: 1.25em;
	color: #fff;
    text-align: center;
    line-height: 1.4;
}

.plan .map_catch strong {
	font-size: 3em;
	color: rgb(159 37 5);
	-webkit-text-stroke: 1px #b1a281;
}

.member_link_txt {
	margin-top: 15px;
	line-height: 150%;
}
/* 240207　会員登録完了フロー */
.underline{
	text-decoration: underline;
}

/* 240215 インボイス制度 */
.invoice_info{
	text-align: center;
    line-height: 150%;
    border: 2px dotted #9e8b63;
    padding: 28px;
    width: 70%;
    margin: 45px auto 0;
}
.invoice_info	>span{
	display: block;
    font-size: 16px;
    color: #9e8b63;
    font-weight: bold;
    margin-bottom: 18px;
}
.invoice_info a{
	display: block;
    border: 1px solid #9e8b63;
    color: #9e8b63;
    width: 245px;
    text-align: center;
    padding: 4px;
    font-size: 15px;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 18px auto 0;
}
.invoice_info a:hover{
	background: #9e8b63;
    color: #fff;
}
.invoice_info a i{
	font-size: 18px;
    margin-right: 10px;
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
		.sec_inner {
			width: 93%;
			padding: 40px 0;
			margin: 0 auto;
		}

    /* plan */
    #plan {
        width: 100%;
        padding: 40px 0;
    }

    #plan .plan {
        width: 93%;
    }
    #plan .plan #slide_plan {
        width: 100%;
    }
    #plan .plan #slide_plan li {
        width: 100%;
        max-width: initial;
        margin: 0 10px;
    }
    #plan .plan #slide_plan li h2 {
        font-size: 15px;
        padding: 10px 5px;
        height: 65px;
    }

    #plan .plan li .planning {
        margin-top: 5px;
    }
    #plan .plan li .planning li {
        font-size: 12px;
    }
    #plan .plan #slide_plan li .img {
        height: 150px;
        overflow: hidden;
    }

    #plan .plan li .planning li .bg {
        font-size: 16px;
    }
    #plan .plantug {
        width: 93%;
        margin: 20px auto 0;
        height: initial;
    }

    #plan .plantug .boxL {
        height: initial;
        padding: 10px 15px;
    }
    #plan .plantug .boxL h2 {
        font-size: 16px;
        padding-left: 40px;
    }
    #plan .plantug .boxL h2:after {
        font-size: 30px;
        margin-top: -25px;
    }
    #plan .plantug .boxR {
        width: 100%;
        height: initial;
    }
    #plan .plantug .boxR ul {
        width: 100%;
        margin-top: 0;
        margin: 0px auto 10px;
        padding: 10px;
    }
    #plan .plantug .boxR li {
        font-size: 12px;
        line-height: 1.4;
        padding: 5px 5px;
    }
    #plan .slick-prev {
        left: 0px;
        top: 36%;
    }

    #plan .slick-next {
        right: 0px;
        top: 36%;
    }


    /* point */
		#point {
			padding: 0;
		}
		.pointTbl_wrap {
			min-height: 200px;
			height: 35vh;
		}
		.pointTbl_wrap h2 {
			top: auto;
			width: 100%;
			left: 0;
			height: auto;
			min-height: auto;
			font-size: 16px;
			line-height: 1.4;
			padding: 10px;
		}
		.point_main,
		.point_box {
			padding-top: 30px;
		}
		.pointTbl2 {
			font-size: 1.1em;
			line-height: 1.2;
			padding: 0.5em 0;
		}
		.pointTbl2 small {
			font-size: 0.6em;
		}
		.pointTbl_wrap h2 br {
			display: none;
		}

		.point_main .pointTbl2 {
			font-size: 1.2em;
			padding: 0.5em 0;
		}
		.point .img,
		.point_main .img {
			width: 400px;
			max-width: 100%;
			float: none;
			margin: 0 auto;
		}
		.point .img:before {
			top: -16%;
			width: 50px;
			height: 50px;
		}
		.point_main .img:before {
			top: -14%;
			width: 60px;
			height: 60px;
		}
		.point_main .txt {
			text-align: center;
			padding-right: 0;
		}
		.point_main .txt p {
			font-size: 1em;
			text-align: center;
		}
		.point_box_wrap {
			margin: 0 -5px;
		}
		.point_box {
			width: 50%;
			padding-left: 5px;
			padding-right: 5px;
		}
		.point_box:nth-child(3n+1) {
			clear: none;
		}
		.point_box:nth-child(2n+1) {
			clear: both;
		}
		.point_box .pointTbl2 {
			font-size: 14px;
			line-height: 1.4;
		}
		.point_box p {
			font-size: 12px;
			line-height: 1.4;
		}

    /* access */
		.map p {
			font-size: 0.85em;
			padding: 0.5em 0;
		}
		.map .map_catch { font-size: 1em;}
		.map_wrap {
			margin-top: 20px;
		}
		.map iframe{
				height: 500px;
		}
		.map .map_info {
			display: block;
			padding: 1em;
		}
		.map .map_wrap + .map_info { margin-top: 20px;}
		.map .map_wrap + .map_info { margin-top: 40px;}
		.map_info > span {
			display: block;
			padding: 0.5em 0;
		}
		.map_info .ico {
			width: auto;
			border-right: none;
			border-bottom: 1px solid #fff;
			padding-right: 0;
			margin: 0 auto;
		}
		.map_info .ico img {
			width: 90px;
		}

		/* 210204 */
		.route_content{
			margin: 20px auto;
		  max-width: 100%;
		}
		.map_info{
			width: 100%;
		    font-size: 0.85em;
		    padding: 1em;
		    max-width: 90%;
				display: block;
		}
		.map_info .ico img{
			width: 90px !important;
			}
		.map_info .ico{
			width: auto;
			border-right: none;
			border-bottom: 1px solid #ccc;
			padding-right: 0;
			margin: 0 auto;
			display: block;
			padding: 0.5em 0;
			line-height: 15px;
			vertical-align: middle;
			}
			.map_info .text{
				display: block;
		    padding: 0.5em 0;
		    line-height: 1.5;
			}


    /* access */
    #access {
        padding: 40px 0 40px 0;
        background: #f4f4f4 ;
    }
    #access .btn_clear {
      width: 100%;
      text-align: center;
      margin-top:20px;
    }
    .accessBox01 {
    	width:50%;
    	padding: 10px;
    	border-top: 1px solid #b1a281;
      border-left: 1px solid #b1a281;
      border-bottom: 1px solid #b1a281;
    	float:left;
    	height: 400px;
    }
    .accessBox01 th {
    	font-weight: bold;
    	color:#b1a281;
    	text-align:center;
    	border-top: 1px solid #b1a281;
      font-size: 0.8em;
    }
    .accessBox01 th span{
    	color:#b1a281;
    	margin-right:5px;
    	font-size:1em;
    }
    .accessTxt01 {
    	width:19%;
    	font-weight:bold;
    	font-size: 0.7em;
    	display:none;
    }
    .accessTxt02 {
    	font-size: 0.8em;
    	padding-left: 5px;
    }
    .accessTxt03 {
    	text-align:center;
      font-size: 0.8em;
    }
    .accessTxt03 span{
    	margin:0 5px;
    	font-size:20px;
    	font-weight:bold;
    	color:#b1a281;
    }
    .accessBox02 {
    	width:50%;
    	border-top: 1px solid #b1a281;
      border-bottom: 1px solid #b1a281;
      border-left: 1px solid #b1a281;
    	float:left;
    	height: 200px;
    }
    .accessBox02 th {
    	font-weight: bold;
    	color:#b1a281;
    	text-align:center;
    	border-top: 1px solid #b1a281;
    	padding: 5px;
      font-size: 0.8em;
    }
    .accessBox02 th span{
    	color:#b1a281;
    	margin-right:5px;
      font-size:1em;
    }
    .accessBox03 {
    	width:50%;
      border-top: 1px solid #b1a281;
      border-bottom: 1px solid #b1a281;
      border-left: 1px solid #b1a281;
    	float:left;
    	height: 200px;
    }
    .accessBox03 th {
    	font-weight: bold;
    	color:#b1a281;
    	text-align:center;
    	border-top: 1px solid #b1a281;
      font-size: 0.8em;
    }
    .accessBox03 th span{
    	color:#b1a281;
    	margin-right:5px;
      font-size:1em;
    }
      .accessTbl {
        width: 95%;
        margin: auto;
        border: 1px solid #b1a281;
        border-bottom: none;
        font-size: 13px;
      }
      .accessTbl tr {
      }
      .accessTbl tr td {
        border-bottom: 1px solid #b1a281;
        float: left;
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
      }
      .accessTbl tr td div {
        margin-bottom: 10px;
      }
      .accessTbl tr td div:last-of-type {
        margin-bottom: 0;
      }
      .accessTbl tr td div h3 {
        color: #b1a281;
        padding: 10px 0;
      }
      .accessTbl tr td div h3 span {
        margin-right: 5px;
        font-size: 18px;
      }
      .accessTbl tr td div dl {
        margin: 0 0 10px 0;
        text-align: left;
      }
      .accessTbl tr td div dl dt {
        width: 20%;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
      }
      .accessTbl tr td div dl dd {
        width: 65%;
        margin: 0 0 0 10%;
        display: inline-block;
        line-height: 2em;
      }
      .accessTbl tr td div p span {
        margin: 0 5px;
        font-size: 20px;
        font-weight: bold;
        color: #b1a281;
      }

		.inline_next_link {
			padding: 30px 0;
		}
		.inline_next_link li {
			display: block;
			padding: 5px 0;
		}
		.inline_next_link a {
			margin: 0 auto;
		}

		/* 240124 */
		.plan .map_catch {
			font-size: 3.8vw;
			margin-top: 7%;
		}

		.plan .map_catch strong {
			font-size: 6.0vw;
		}

		.member_txt {
			margin-top: 12%;
			font-size: 3.8vw;
			line-height: 180%;
			padding-top: 10%;
		}

		.member_txt strong {
			font-size: 6.0vw;
		}

		.head01.maintitle {
			font-size: 5.0vw;
		}

		.member_link_txt {
			font-size: 3.8vw;
		}

		/* 240215 */
		.invoice_info{
			width: 93%;
            font-size: 3.8vw;
			padding: 6% 2%;
		}
}

/* 260528 shutto調整 */
:lang(en) .btn_clear a {
        width: fit-content;
    padding: 20px 40px;
}

:lang(en) .point_box .pointTbl2 {
    line-height: 1.4;
}

:lang(en) .accessTbl td p {
line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	:lang(en) .btn_clear a {
    padding: 20px 5%;
}
}