@charset "UTF-8";

/*
（768px以上）タブレット以上の場合
@media (min-width:768px){}

横幅1140pxを切るとき
@media (max-width:1139px){}

PC表示（1080px）より小さく、タブレット以上の場合
@media (min-width:768px) and (max-width:1139px){

横幅1140pxより大きいとき（PC表示）
@media (min-width:1140px){
}

*/
/****************************************************************************
 	top main-visual
****************************************************************************/
#main-visual-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 90%;
}
.main-visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
}
.main-visual-copy {
	z-index: 50;
    position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	height: auto;
}
@media (min-width:768px){
	.main-visual-copy {
		position: absolute;
		top: 45%;
		width: 45%;
		height: auto;
	}	
}



/****************************************************************************
 	top  news
****************************************************************************/
.sec-news {
	background-color: rgba(255,255,255,0.9);
	width: 90%;
	margin: -50px auto 30px auto;
	padding: 20px 20px;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-news {
		width: 96%;
		margin: -80px auto 40px auto;
		padding: 40px 20px;
	}
}
/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.sec-news {
		width: 1140px;
		min-height: 190px;
		margin: -100px auto 60px auto;
		padding: 50px 80px 35px 80px;
	}
}


.sec-news .title-box {
	text-align: center;
	margin-bottom: 20px;
}
.sec-news .title-box .title {
	font-family: 'Shrikhand', cursive;
	font-size: 33px;
	line-height: 1.2;
	color: #000;
}
.sec-news .title-box .m-btn {
	width: 80%;
}
@media (min-width:768px){
	.sec-news .title-box {
		text-align: center;
		margin-bottom: 0;
		width: 30%;
		float: left;
	}
	.sec-news .title-box .title {
		font-family: 'Shrikhand', cursive;
		font-size: 35px;
		line-height: 1.2;
		color: #000;
	}
	.sec-news .title-box .m-btn {
		width: 80%;
	}
}


/*
.sec-news .media-box {
	clear: both;
	margin: 10px 0 0 0;
	background-color: #fdfdd4;
	padding: 20px;
}
.sec-news .media-title {
	margin: 10px 0 0 0;
	color: #000;
	line-height: 1.5;
	font-size: 15px;
}
.sec-news .media-txt {
	margin: 10px 0 0 0;
	line-height: 1.5;
	font-size: 15px;
}
@media (min-width:768px){
	.sec-news .media-box {
		clear: both;
		margin: 20px 0 0 0;
		padding: 25px;
	}
	.sec-news .media-img {
		width: 30%;
		float: left;
		margin: 0 30px 5px 0;
	}
	.sec-news .media-title {
		margin: 0 0 0 0;
		line-height: 1.5;
		font-size: 22px;
	}
	.sec-news .media-txt {
		margin: 10px 0 0 0;
		line-height: 1.5;
		font-size: 16px;
	}
}
*/
.sec-news .media-box {
	clear: both;
	margin: 10px 0 0 0;
	background-color: #fdfdd4;
	padding: 20px;
}
.sec-news .media-title {
	color: #000;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}
.sec-news .list-item {
	margin-top: 10px;
}
@media (min-width:768px){
	.sec-news .media-box {
		clear: both;
		margin: 20px 0 0 0;
		padding: 30px;
	}
	.sec-news .media-title {
		font-size: 20px;
	}
	.sec-news .media-box .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec-news .media-box .list-item {
		/*width: 48.5%; 2列の時*/
		width: 100%;
		text-align: center;
	}
	.sec-news .media-box .list-item img {
		width: auto;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (min-width:1140px){
	.sec-news .media-box {
		padding: 30px 50px;
	}
	.sec-news .media-title {
		font-size: 23px;
	}
	.sec-news .media-box .list-item img {
		width: 700px;
	}
}

/* rss箇所
-------------------------------------------------------------------*/
.rss-list-item {
		display: block;
		line-height: 1.3;
		margin-bottom: 15px;
		font-size: 15px;
}
@media (min-width:768px){
	.rss-wrap {
		width: 65%;
    	float: right;
	}
	.rss-list-item {
	}	
}


/****************************************************************************
 	top  intro
****************************************************************************/
.sec-intro {
}
.sec-intro .title {
	width: 95%;
	text-align: center;
	margin: 0 auto 10px auto;
}
.sec-intro .copy {
	color: #fff;
	margin-bottom: 15px;
}
.sec-intro .img-box {
	width: 90%;
	margin: 0 auto;
	z-index: 100;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-intro .copy-box {
		width: 65%;
		float: left;
		padding-left: 15px;
	}
	.sec-intro .title {
		width: 70%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.sec-intro .copy {
		margin-bottom: 0;
	}
	.sec-intro .img-box {
		width: 35%;
		float: left;
		margin: 0px auto 0 auto;
	}
}
/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.sec-intro .copy-box {
		width: 65%;
		float: left;
		padding-left: 50px;
	}
	.sec-intro .title {
		width: 60%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.sec-intro .copy {
		font-size: 21px;
		margin-bottom: 0;
	}
	.sec-intro .img-box {
		width: 35%;
		float: left;
		margin: -30px auto 0 auto;
	}
}


/****************************************************************************
 	top  point
****************************************************************************/
.sec-point {
	background-color: #fff;
	margin-top: -50px;
	padding: 80px 0 0 0;
}
.sec-point .point-list-item {
	display: table;
    width: 100%;
}
.sec-point .point-note {
	padding: 30px 20px 70px 20px;
}
.sec-point .point-01 .point-note {
	background: url(../img/index/point_001_bg.png) no-repeat 93% 13%;
	background-size: 100px auto;
}
.sec-point .point-02 .point-note {
	background: url(../img/index/point_002_bg.png) no-repeat 93% 93%;
	background-size: 100px auto;
}
.sec-point .point-03 .point-note {
	background: url(../img/index/point_003_bg.png) no-repeat 95% 95%;
	background-size: 110px auto;
}
.sec-point .point-04 .point-note {
	background: url(../img/index/point_004_bg.png) no-repeat 93% 95%;
	background-size: 95px auto;
}
.sec-point .point-05 .point-note {
	background: url(../img/index/point_005_bg.png) no-repeat 95% 95%;
	background-size: 110px auto;
}
.sec-point .point-06 .point-note {
	background: url(../img/index/point_006_bg.png) no-repeat 95% 95%;
	background-size: 130px auto;
}
.sec-point .point-note-num {
	display: inline-block;
	font-family: 'Shrikhand', cursive;
	font-size: 22px;
	color: #000;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
.sec-point .point-note-maincopy {
	font-size: 30px;
	color: #000;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec-point .point-note-subcopy {
	line-height: 1.6;
}
.sec-point .point-note-subcopy-star {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	border: 1px dashed #515151;
	padding: 5px;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-point {
		margin-top: -40px;
		padding: 60px 0;
	}
	.sec-point .point-list-item {
		display: table;
		width: 100%;
		min-height: 360px;
		height: 360px;
	}
	.sec-point .point-img {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		padding: 0;
	}
	.sec-point .point-01 .point-img {
		background: url(../img/index/point_001_img.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-02 .point-img {
		background: url(../img/index/point_002_img.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-03 .point-img {
		background: url(../img/index/point_003_img.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-04 .point-img {
		background: url(../img/index/point_004_img.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-05 .point-img {
		background: url(../img/index/point_005_img_202510.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-06 .point-img {
		background: url(../img/index/point_006_img_new2.jpg) no-repeat 50%;
		background-size: cover;
	}
	.sec-point .point-note {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		padding: 0 3%;
	}
	.sec-point .point-note-num {
		font-size: 24px;
		color: #000;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.sec-point .point-note-maincopy {
		font-size: 33px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.sec-point .point-note-subcopy {
		line-height: 1.4;
		font-size: 16px;
	}
	.sec-point .point-note-subcopy-star {
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
		border: 1px dashed #515151;
		padding: 5px;
	}
}

/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.sec-point {
		margin-top: -50px;
		padding: 120px 0;
	}
	.sec-point .point-list-item {
		min-height: 550px;
		height: 550px;
	}
	.sec-point .point-note {
		padding: 0 5%;
	}
	.sec-point .point-01 .point-note {
		background-size: 182px auto;
	}
	.sec-point .point-02 .point-note {
		background-position: 93% 90%;
		background-size: 160px auto;
	}
	.sec-point .point-03 .point-note {
		background-position: 95% 90%;
		background-size: 166px auto;
	}
	.sec-point .point-04 .point-note {
		background-position: 95% 80%;
		background-size: 151px auto;
	}
	.sec-point .point-05 .point-note {
		background-position: 95% 90%;
		background-size: 172px auto;
	}
	.sec-point .point-06 .point-note {
		background-position: 95% 90%;
		background-size: 207px auto;
	}
	.sec-point .point-note-num {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.sec-point .point-note-maincopy {
		font-size: 42px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.sec-point .point-note-subcopy {
		line-height: 1.8;
		font-size: 18px;
	}
}


/****************************************************************************
 	top common
****************************************************************************/
.sec-movie .inner,
.sec-flow .inner,
.sec-price .inner {
	width: 100%;
	padding: 40px 20px;
}
@media (min-width:1140px){
	.sec-movie .inner,
	.sec-flow .inner,
	.sec-price .inner {
		width: 1140px;
		margin: 0 auto;
		padding: 80px 0 50px 0;
	}
}

.title-l {
	font-family: 'Shrikhand', cursive;
	font-size: 33px;
	line-height: 1.0;
	margin: 0 0 30px 0;
	text-align: center;
	letter-spacing: 1px;
}
@media (min-width:768px){
	.title-l {
		font-size: 50px;
		margin: 0 0 50px 0;
	}	
}

.title-l.title-l-white {
	color: #fff;
}
.title-l.title-l-white .inn {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

.title-l.title-l-black {
	color: #000;
}
.title-l.title-l-black .inn {
	display: inline-block;
	border-bottom: 2px solid #000;
}


/****************************************************************************
 	top  movie
****************************************************************************/
.sec-movie {
}
.sec-movie .movie-thumb {
	position: relative;
}
.sec-movie .photo {
	width: 100%;
	display: block;
	overflow: hidden;
}
.sec-movie .photo img {
	width: 100%;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.sec-movie .photo img:hover {
	-webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	opacity: 1.0;
}
.sec-movie .playmark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	margin: -30px 0 0 -30px;
}
.sec-movie .movie-thumb-link:hover .playmark img  {
	opacity: 1.0;
}
@media (min-width:768px){
	.sec-movie .playmark {
		width: 124px;
		margin: -62px 0 0 -62px;
	}
}


/****************************************************************************
 	top  flow
****************************************************************************/
.sec-flow {
	background-color: #fff;
}

.sec-flow .flow-list-item {
    counter-increment: flow-list-item;
	position: relative;
	border-bottom: 1px dashed #959595;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sec-flow .flow-list-item .title {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}
.sec-flow .flow-list-item .title:before {
	font-family: 'Shrikhand', cursive;
	font-size: 22px;
	color: #000;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	content: "0" counter(flow-list-item);
	position: absolute;
	top: 9px;
	left: 0;
}
.sec-flow .flow-list-item .copy {
	line-height: 1.6;
}
.sec-flow .flow-list-item .contact-how-wrap {
	margin: 10px 0 0 0;
}
.sec-flow .flow-list-item .contact-how-wrap .name {
	display: inline-block;
	width: 50px;
	border: 1px solid #000;
	text-align: center;
	padding: 3px 0 3px 0;
	margin: 0 5px 0 0;
	font-size: 10px;
	color: #000;
}
.sec-flow .flow-list-item .contact-how-wrap .note {
	display: inline;
	line-height: 2.0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.sec-flow .flow-list-item .contact-how-wrap .note a {
	color: #000;
}
.sec-flow .flow-list-item .contact-how-wrap .note .mail-img {
	 width: 80%;
	 margin: 8px 0 0 0;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-flow .flow-list-item {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.sec-flow .flow-list-item .title {
		font-size: 30px;
		padding: 0 0 0 70px;
		margin-bottom: 0;
		width: 35%;
		float: left;
	}
	.sec-flow .flow-list-item .title:before {
		font-size: 32px;
		line-height: 1.2;
		position: absolute;
		top: 8px;
		left: 0;
	}
	.sec-flow .flow-list-item .copy {
		line-height: 1.6;
		font-size: 18px;
		width: 65%;
		float: right;
	}
	.sec-flow .flow-list-item .contact-how-wrap {
		margin: 5px 0 10px 0;
	}
	.sec-flow .flow-list-item .contact-how-wrap .name {
		width: 80px;
		padding: 2px 0 0 0;
		margin: 0 10px 0 0;
		font-size: 13px;
		color: #000;
	}
	.sec-flow .flow-list-item .contact-how-wrap .note {
		line-height: 1.8;
		font-size: 22px;
		margin: 10px 0 0 0;
	}
	.sec-flow .flow-list-item .contact-how-wrap .note .mail-img {
		 width: 311px;
		 margin: 8px 0 0 0;
	}
}
/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.sec-flow .flow-list-item .title {
		width: 20%;
	}
	.sec-flow .flow-list-item .copy {
		width: 70%;
	}	
}

/****************************************************************************
 	top  price
****************************************************************************/
.sec-price {
	background-color: #efefef;
}

.sec-price .time-copy {
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.sec-price .time-copy-caution {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.price-main-list-item {
	background-color: #fff;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 20px;
}
.price-main-list-item .title {
	background-color: #04b7f9;
	padding: 5px 5px;
	color: #fff;
	margin-bottom: 10px;
}
.price-main-list-item .price {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
}
.price-main-list-item .copy {
	line-height: 1.4;
	margin-top: 3px;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-price .time-copy {
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.sec-price .time-copy-caution {
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}
	.price-main-list-item {
		margin-bottom: 20px;
		padding: 15px 15px 20px 15px;
	}
	.price-main-list-item .title {
		font-size: 22px;
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.price-main-list-item .price {
		font-size: 35px;
	}
	.price-main-list-item .copy {
		font-size: 17px;
	}
}

/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.price-main-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.price-main-list-item {
		width: 32%;
		margin-right: 2%;
	}
	.price-main-list-item:nth-child(3n) {
		margin-right: 0;
	}
}



.price-sub-list-item {
	background-color: #fff;
	padding: 15px 15px;
	margin-bottom: 20px;
}
.price-sub-list-item .title {
	color: #04b7f9;
}
.price-sub-list-item .copy {
	line-height: 1.6;
}
.price-sub-list-item .copy .caution {
	font-size: 13px;
	line-height: 1.5;
	margin: 5px 0 0 0;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.price-sub-list-item {
		padding: 15px 0px 15px 15px;
		margin-bottom: 20px;
	}
	.price-sub-list-item .title {
		width: 31%;
		float: left;
		font-size: 20px;
	}
	.price-sub-list-item .copy {
		width: 69%;
		float: right;
		font-size: 18px;
		padding-top: 3px;
	}
	.price-sub-list-item .copy .caution {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0 0 0;
	}
}
/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.price-sub-list-item {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.price-sub-list-item:nth-child(2n) {
		margin-right: 0;
	}
	.price-sub-list-item.price-sub-list-item-2line {
		min-height: 130px;
	}
	.price-sub-list-item.price-sub-list-item-3line {
		min-height: 150px;
	}
}


.price-caution-txt {
	text-align: center;
	font-size: 14px;
}
@media (min-width:768px){
	.price-caution-txt {
		font-size: 16px;
	}
}


/****************************************************************************
 	top  instagram
****************************************************************************/
/*- instagram埋め込み ---------------------*/
#insta-wrap {
	 width: 100%;
	 margin: 0 auto;
	 background-color: #fff;
}
#insta-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#insta-box li {
	position: relative;
	margin: 0;
	width: 50%;
	height: 50%;
}
#insta-box li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#insta-box li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#insta-box li a:hover img {
	opacity: 0.7;
}
@media (min-width:768px){
	#insta-box {
		 margin: 0 auto;
	}
	#insta-box li {
		width: 16.666666%;
		height: auto;
	}
}

/*- instagram埋め込み END ---------------------*/


/****************************************************************************
 	top  access
****************************************************************************/
.sec-access {
	background-color: #dbf4fe;
}
.sec-access .inner {
	width: 100%;
	padding: 40px 20px;
}
@media (min-width:1140px){
	.sec-access .inner {
		width: 1140px;
		margin: 0 auto;
		padding: 80px 0;
	}
}


.map-wrap {
}
.map-wrap .map-box {
	width: 100%;
	height: 300px;
	background-color: #ccc;
}
.map-wrap .map-box #map{
  width: 100%;
  height: 100%;
}
.map-wrap .map-note {
	background-color: #fff;
	padding: 30px 15px 30px 15px;
	line-height: 1.6;
}
.map-wrap .btn-wrap {
	margin: 20px 0;
}
.map-wrap .btn-wrap .m-btn {
	width: 80%;
}
.map-wrap .tsuriba-map {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.map-wrap .tsuriba-txt {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
}
/*タブレット以上の場合（768px以上）*/
@media (min-width:768px){
	.sec-access .top-title-l {
		margin-bottom: 80px;
	}
	.map-wrap {
		position: relative;
		margin-top: 30px;
	}
	.map-wrap .map-box {
		width: 100%;
		height: 500px;
	}
	.map-wrap .map-note {
		width: 45%;
		padding: 30px 20px 10px 20px;
		line-height: 1.6;
		font-size: 18px;
		position: absolute;
		top: -50px;
		left: 20px;
	}
	.map-wrap .btn-wrap .m-btn {
		width: 80%;
	}
	.map-wrap .tsuriba-map {
		width: 75%;
		margin: 0 auto;
	}
	.map-wrap .tsuriba-txt {
		margin: 10px 0 0 0;
	}
}
/*PC表示（横幅1140pxより大きいとき）*/
@media (min-width:1140px){
	.map-wrap .map-box {
		width: 100%;
		height: 550px;
	}
	.map-wrap .map-note {
		width: 32%;
		padding: 50px 30px 20px 30px;
		position: absolute;
		top: -50px;
		left: 50px;
	}
	.map-wrap .tsuriba-map {
		width: 85%;
	}
}


/*アクセス情報 2025.10.01追加*/
.access-box {
	margin-top: 2rem;
}
.access-box .photo {
	width: 100%;
}
.access-box .photo img {
	border-radius: 15px;
}
.access-box .note {
	margin-top: 1rem;
}
.access-box .note .ttl {
	color: #fff;
	padding: 0 0 0 1rem;
	line-height: 1.8;
}
.access-box .note .ttl.syugou {
	background-color: #f00;
}
.access-box .note .ttl.parking {
	background-color: #044df9;
	margin-top: 1rem;
}
.access-box .note .text {
	padding: .5rem 1rem;
	line-height: 1.5;
}
.access-box .note .text .link-gmap {
	font-weight: bold;
}
.access-box .note .text .link-gmap.syugou {
	color: #f00;
}
.access-box .note .text .link-gmap.parking {
	color: #044df9;
}
.access-box .note .text .caution {
	font-size: .95rem;
	margin-top: .8rem;
}
@media (min-width:768px){
	.access-box {
		margin-top: 2rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.access-box .photo {
		width: 40%;
	}
	.access-box .note {
		width: 58%;
		margin-top: 0;
	}
	.access-box .note .ttl {
		font-size: 1.2rem;
	}
	.access-box .note .text {
		font-size: 1.15rem;
		padding: .5rem 1rem;
		line-height: 1.5;
	}
	.access-box .note .text .caution {
		font-size: 1rem;
		margin-top: .8rem;
	}
}
@media (min-width:1140px){
	.access-box {
		margin-top: 3rem;
	}
	.access-box .photo img {
		border-radius: 20px;
	}
	.access-box .note .ttl {
		font-size: 1.3rem;
	}
	.access-box .note .text {
		font-size: 1.2rem;
		padding: .5rem 1rem;
		line-height: 1.5;
	}
	.access-box .note .text .caution {
		font-size: 1rem;
		margin-top: .8rem;
	}
}

/****************************************************************************
 	top  boat
****************************************************************************/
.sec-boat {
	background-color: #fff;
}


.sec-boat .inner {
	width: 100%;
	padding: 40px 20px;
}
.sec-boat .boat-box {
	counter-increment: boat-box;
	background-color: #e6f8ff;
	padding: 20px 20px 20px 20px;
	margin-top: 55px;
	line-height: 1.6;
	position: relative;
}
.sec-boat .boat-box .boat-name {
	background-color: #04b7f9;
	width: 110px;
	height: 110px;
	margin: -55px auto 10px auto;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.1;
	position: relative;
	padding: 53px 0 0 0;
}
.sec-boat .boat-box .boat-name:before {
	font-family: 'Shrikhand', cursive;
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	content: "0" counter(boat-box);
	position: absolute;
	top: 15px;
	left: 40px;
}
.sec-boat .boat-box .catch {
	font-weight: bold;
	font-size: 20px;
	color: #04b7f9;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 10px 0;
}
.sec-boat .boat-box .boat-img {
	margin-bottom: 10px;
}
.sec-boat .boat-box.big .boat-img .photo-list-item {
	margin-bottom: 10px;
}
.sec-boat .boat-box .main-copy {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.sec-boat .boat-box .marker-yellow {
	background-color: #ffff00;
}
.sec-boat .boat-box .price {
	border-top: 1px dashed #ccc;
	padding: 10px 0 0 0;
}
.sec-boat .boat-box .price {
	font-size: 18px;
}
@media (min-width:768px){
	.sec-boat .boat-box-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sec-boat .boat-box {
		width: 49%;
		margin: 2% 2% 0 0;
		padding: 20px 20px 20px 20px;
		min-height: 800px;
	}
	.sec-boat .boat-box:nth-child(2n) {
		margin: 2% 0 0 0;
	}
	.sec-boat .boat-box.big {
		width: 100%;
		margin: 8% 0 0 0;
		padding: 20px 35px 20px 35px;
		min-height:auto;
	}
	.sec-boat .boat-box .catch {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	.sec-boat .boat-box .boat-name {
		width: 130px;
		height: 130px;
		margin: -65px auto 10px auto;
		font-size: 22px;
		position: relative;
		padding: 63px 0 0 0;
	}
	.sec-boat .boat-box .boat-name:before {
		font-size: 26px;
		position: absolute;
		top: 20px;
		left: 47px;
	}
	.sec-boat .boat-box .boat-img {
		margin-bottom: 20px;
	}
	.sec-boat .boat-box.big .boat-img .photo-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sec-boat .boat-box.big .boat-img .photo-list-item {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.sec-boat .boat-box.big .boat-img .photo-list-item:nth-child(3n) {
		margin: 0 0 2% 0;
	}
	.sec-boat .boat-box .copy-wrap {
		padding: 0 10px;
	}
	.sec-boat .boat-box .main-copy {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.sec-boat .boat-box .list-disc-item {
		font-size: 18px;
	}
	.sec-boat .boat-box .marker-yellow {
		background-color: #ffff00;
	}
	.sec-boat .boat-box .price {
		line-height: 2;
	}
}

@media (min-width:1140px){
	.sec-boat .inner {
		width: 1140px;
		margin: 0 auto 0 auto;
		padding: 80px 0 130px 0;
	}
	.sec-boat .boat-box {
		width: 48%;
		margin: 2% 4% 0 0;
		padding: 20px 35px 20px 35px;
		line-height: 1.6;
		min-height: 850px;
	}
	.sec-boat .boat-box.big {
		margin: 6% 0 0 0;
	}
	.sec-boat .boat-box .copy-wrap {
		padding: 0 20px;
	}
	.sec-boat .boat-box .main-copy {
		font-size: 24px;
	}
	.sec-boat .boat-box.big .list-disc {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sec-boat .boat-box.big .list-disc-item {
		width: 48%;
		margin: 0 4% 10px 0;
	}
	.sec-boat .boat-box.big .list-disc-item:nth-child(2n) {
		margin: 0 0 10px 0;
	}
}

