/* CSS Document */
.area table a,
.hokkaido-list a{
    font-size: 15px;
    color:#247bba;
    text-decoration: underline;
}
.area  table tr:first-child td {
  background-color: #f2f2f2;
}
.area  table tr td:first-child { 
  background-color: #f2f2f2;
}
.area .local .box{
    text-align: left;
    line-height: 1.8;
}
.area .local .box .intro{
    border: 1px solid #dfdfdf;
    margin: 20px 0;
    padding: 30px;
}
.area .local .box h3{
    margin: 20px 0 10px;
    text-align: left;
}
.area .local .box h4{
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.area .local .box strong{
    font-size: 15px;
}
.area .other .other-list {
    max-width: 950px;
    margin: 20px auto;
}
.area .other .other-list ul{
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.area .other .other-list ul li::after{
    content: " ／ ";
}
.area .other .other-list ul li:last-child::after {
    content: "";
}

#price table span{
	font-size: 11px;
}
#price li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

@media print, screen and (max-width: 768px) {
#head .head-inner .lead{
	margin:20px 0;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:center !important;
}
#head .head-inner p{
	font-size:16px;
	line-height:24px;
}
.calendar #head .head-inner p{
	text-align:center !important;
}
#content{
	margin:20px 0;
	padding:0 !important;
}

#content .sec{
	margin:0 0 40px;
}
#content h2{
	margin:0 0 10px;
	padding:20px 0;
	background:url(../images/tit_bg.png);
	border-bottom:1px solid #f8c9de;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
}

#content .box{
	padding:0 15px;
}

.flick{
	margin:20px auto 0;
	text-align:center;
}

.flick img{
	width:40px;
	height:auto;
}

/*----------------------------------------------------
flow
-----------------------------------------------------*/
.flow #content .sec{
	margin:60px 0 80px;
}
.flow #content h2{
	margin:0 0 20px;
}
.flow #content h2 span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	margin:-60px auto 0;
	width:60px !important;
}
.flow #content .sec .box .line{
	font-weight:bold;
	background:#fbd6e5;
}
.flow #content .sec .box{
	text-align:left;
}
.flow #content .sec figure{
	width:100%;
	margin:15px 0;
	padding:0;
}
.flow #content .sec .box p a{
	font-size:15px;
	background:url(../images/arr1.png) 0 6px no-repeat;
	padding:0 0 0 15px;
	color:#247bba;
	text-decoration:underline;
}

.flow .point .tit img{
	vertical-align:bottom;
}
.flow .point .tit{
	font-size:0;
	vertical-align:bottom;
}
.flow .point .box{
	padding:15px !important;
	border:15px solid #ebebeb;
	border-top:none;
	box-sizing:border-box;
	text-align:left;
}


/*----------------------------------------------------
form
-----------------------------------------------------*/
.form #content .sec .txt{
	padding:0 15px;
}
.form .example{
	margin:20px auto 0;
}
.form .example .tit{
	font-size:0;
	vertical-align:bottom;
}
.form .example .tit img{
	vertical-align:bottom;
}
.form .example .box{
	border:15px solid #ebebeb;
	border-top:none;
	box-sizing:border-box;
	padding:15px;
	text-align:left;
}
.form .example .box ul{
	margin:0 auto;
	text-align:center;
}
.form .example .box li{
	padding:10px 0;
}
.form .example .box li + li{
	border-top:1px solid #dfdfdf;
}
.form .example .box li a{
	color:#f576a6;
	font-size:16px;
	line-height:24px !important;
	text-align:center;
}
.form #content .sec3 .box-inner h3{
	margin:0 0 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	text-align:center;
}
.form #content .sec .txt p{
	margin:20px 0;
	font-size:16px;
	text-align:justify;
}
.form #content .sec3 .box-inner{
	margin:0 0 40px;
}
.form #content .sec3 .box-inner p{
	text-align:justify;
}
.form #content .price{
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.form #content .price::-webkit-scrollbar{
	height: 5px;
}
.form #content .price::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.form #content .price::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.form table{
	border:4px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
}
.form th,
.form td{
	border:1px solid #b5b5b5;
	padding:8px;
}
.form th{
	background:#ebebeb;
}
.form td{
	text-align:right;
	padding-right:20px;
}
.form .txt-right{
	text-align:right;
}
.form .list{
	margin:20px 0 0 0;
	padding:0 15px;
	text-align:left;
}
.form .list li{
	margin:0 0 5px 0;
    text-indent: -35px;
   padding-left: 35px;
}
.form .list p{
    margin-bottom: 20px;
}
.form .list strong{
     font-size: 16px;
 }

/*----------------------------------------------------
calendar
-----------------------------------------------------*/
.calendar #content h2{
	margin:0 0 20px;
}
.calendar .box table caption{
	text-align:center;
	margin:0 auto;
	width:100%;
}
.calendar .box table caption img{
	width:40px;
	display:block !important;
	margin:0 auto !important;
	padding:0 0 10px;
}
.calendar .box table caption span{
	display:block;
	text-align:center;
}
.calendar .box table{
	border:1px solid #dddddd;
	border-collapse:collapse;
	margin:28px 0 0 0;
	width:100%;
}

.calendar .box table th,
.calendar .box table td{
	border:1px solid #dddddd;
	padding:3px;
	text-align:center;
	font-size:13px;
}

.calendar .box span{
	color:#ffffff;
	background:#ffa200;
	border:1px solid #dddddd;
	padding:2px 5px;
	font-weight:bold;
}
.calendar .box .green{
	color:#ffffff;
	background:#aacd06;
	border:1px solid #dddddd;
	padding:2px 5px;
	font-weight:bold;
} 

.calendar .box table span{
	color:#F90;
	background:#ffffff;
	border:none;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 10px;
}

.calendar .box table th{
	background:#f2f2f2;
}

.calendar .box table th.sun{
	background:#ffdddd;
}

.calendar .box table th.sat{
	background:#ddefff;
}

.calendar .box table .sun-txt{
	color:#F30;
}
.calendar .box table .sat-txt{
	color:#09F;
}

.calendar .box table .pos{
	color:#ffffff;
	background:#ffa200;
	font-weight:bold;
}
.calendar .box table .pos-green{
	color:#ffffff;
	background:#aacd06;
	font-weight:bold;
}
.calendar .box .pdf{
	margin:30px 0 0;
}
.calendar .box .pdf a{
	background:#e9e9e9;
	padding:20px 0;
	width:100%;
	display:block;
}
.calendar .box .pdf a span{
	color:#333 !important;
	border:none;
	background:url(../images/arr2.png) 0 5px no-repeat;
	padding:0 0 0 15px;
	
}
/*----------------------------------------------------
area
-----------------------------------------------------*/
.area #content h2{
	margin:0 0 20px;
}
.area h3{
	margin:20px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.area h3 .sp{
	padding:10px 0 0 10px;
	width:40px;
	height:auto;
	display:inline-block;
	vertical-align:bottom;
}

.area .sec1 .box{
	padding:1% !important;
}
.area .tab{
	width:100%;
}
.area .tab li{
	background:#f4f4f4;
	padding:5px 25px;
	display:inline-block;
	font-size:16px;
	margin:0 0 1%;
	width:15%;
}
.area .tab li.tokubetsu{
	width:30%;
}
.area .tab li.select{
	background:#ed5d9c;
	color:#fff;
}
.area .hide {
	display:none;
}



.area #content .content-area,
.area #content .sec2 .box-inner{
	overflow: auto;
	white-space: nowrap;
	padding:0 15px;
	-webkit-overflow-scrolling: touch;
}
.area #content .content-area::-webkit-scrollbar,
.area #content .sec2 .box-inner::-webkit-scrollbar{
	height: 5px;
}
.area #content .content-area::-webkit-scrollbar-track,
.area #content .sec2 .box-inner::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.area #content .content-area::-webkit-scrollbar-thumb,
.area #content .sec2 .box-inner::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.area #content .sec2 .box-inner{
	margin:10px 0 0;
}

.area table{
	border:4px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
}

.area th,
.area td{
	border:1px solid #b5b5b5;
	padding:4px;
	font-size:12px;
}

.area th{
	background:#ebebeb;
}

.area td{
	text-align:right;
	padding-right:20px;
}

.area .line{
	border-top:2px solid #b5b5b5;
}

.area .area-name{
	width:280px;
	text-align:left;
}

.area .total{
	border-top:2px solid #b5b5b5;
	color:#db7f09;
	font-size:14px;
	font-weight:bold;
}

.area .txt-right{
	text-align:left;
}

.area .txt_tokubetsu{
	font-size:18px;
	margin:80px auto;
	text-align:center;
}

.next_page{
	margin:20px 0 0;
	padding:15px;
}
.next_page a{
	display:block;
	padding:10px 0;
	font-size:18px;
	text-align:left;
	border-bottom:1px dotted #666;
	color:#1A94AD;
	text-decoration:underline;
}

.hokkaido{
	margin:20px 0 !important;
	background:#f5f5f5;
	border:1px solid #d8d8d8;
	border-radius: 5px;
	padding:10px;
}
.hokkaido .tit{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}
.hokkaido .tit span{
	color:#ff8a00;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-weight:bold;
	font-size:20px;
}
.hokkaido .lead{
	margin:20px 0;
	font-size:16px;
	line-height:28px;
	text-align:center;
}

.hokkaido h4{
	margin:0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.hokkaido .hokkaido-inner:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.hokkaido .hokkaido-inner{
	display:inline-table;zoom:1;
	min-height: 1%;
	border-radius: 5px;
	background:#fff;
	padding:15px;
}

.hokkaido li{
	margin:0 0 10px;
	text-align:left;
	font-size:16px;
}
    .hokkaido a{
        font-size: 16px;
    }
}

@media print, screen and (min-width: 769px) {
#content{
	width:100% !important;
	text-align:center;
}

#head{
	background:#c0c0c0;
	height:340px;
}
.flow #head .head-inner{
	background:url(../images/mainimg_flow.jpg) no-repeat center;
}/*
.form #head .head-inner{
	background:url(../images/mainimg_form.jpg) no-repeat center;
}*/
.area #head .head-inner{
	background:url(../images/mainimg_area.jpg) no-repeat center;
}
.calendar #head .head-inner{
	background:url(../images/mainimg_calendar.jpg) no-repeat center;
}
.quality #head .head-inner{
	background:url(../images/mainimg_quality.jpg) no-repeat center;
}
.flow #head .head-inner{
	padding:40px 0 0;
	height:340px;
}
.form #head .head-inner{
	padding:80px 0 0;
	height:340px;
}
.calendar #head .head-inner{
	padding:40px 0 0;
	height:340px;
}
.area #head .head-inner{
	padding:60px 0 0;
	height:340px;
}
.quality #head .head-inner{
	padding:40px 0 0;
	height:340px;
}
#head .head-inner{
	margin:0 auto;
	text-align:left;
	width:980px;
}

#head .head-inner .lead{
	margin:25px 0 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#fff;
}
#head .head-inner p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
#content .sec h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	background:url(../images/tit_bg.png);
	margin:0 0 40px;
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #f8c9de;
}
/*----------------------------------------------------
flow
-----------------------------------------------------*/
.flow #content .sec{
	margin:120px 0 160px;
}
.flow #content .sec .box{
	margin:0 auto;
	width:980px;
}
.flow #content h2 span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	margin:-120px auto 0;
}
.flow #content .sec .box{
	display:table;
}
.flow #content .sec .box .txt,
.flow #content .sec .box .img{
	display:table-cell;
	vertical-align:middle;
}
.flow #content .sec .box .line{
	font-size:16px;
	font-weight:bold;
	background:#fbd6e5;
}
.flow #content .sec .box p,
.flow #content .sec .box p a{
	font-size:16px;
	line-height:32px;
}
.flow #content .sec .box p a{
	background:url(../images/arr1.png) 0 8px no-repeat;
	padding:0 0 0 15px;
	color:#247bba;
	text-decoration:underline;
}
.flow #content .sec .box .txt{
	text-align:left;
	padding-right:80px;
}
.flow #content .sec .box figure{
	margin:0;
	padding:0;
}
.flow #content .sec5 .box h3{
	margin:20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
}
/*----------------------------------------------------
form
-----------------------------------------------------*/
.form  #content .sec{
	margin-bottom:120px;
}
.form #content .sec p{
	font-size:16px;
	line-height:32px;
}
.form #content .sec figure{
	margin:40px 0 0;
}
.form #content .sec3 .box{
	display:table;
	width:980px;
	margin:20px auto 0;
}
.form #content .sec3 .box-inner{
	display:table-cell;
	width:31%;
}
.form #content .sec3 .box-inner + .box-inner{
	padding-left:30px;
}
.form #content .sec3 .box-inner h3{
	margin:0 0 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:32px;
	text-align:center;
}
.form #content .sec3 .box-inner p{
	text-align:left;
	font-size:14px;
	line-height:24px;
}

.form .example{
	margin:120px auto 0;
	width:980px;
	position:relative;
}
.form .example .tit{
	position:absolute;
	top:-72px;
	left:0;
	right:0;
}
.form .example .box{
	border:25px solid #ebebeb;
	box-sizing:border-box;
	width:980px;
	padding:15px;
	text-align:center;
}
.form .example .box ul{
	margin:0 auto;
	text-align:center;
}
.form .example .box li{
	display:inline-block;
	width:32%;
	text-align:center;
	padding:20px 0;
}
.form .example .box li + li{
	border-left:1px solid #dfdfdf;
}
.form .example .box li a{
	color:#f576a6;
	font-size:16px;
	line-height:24px !important;
}

.form .price{
	width:980px;
	margin:0 auto;
}

.form table{
	border:4px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
}

.form th,
.form td{
	border:1px solid #b5b5b5;
	padding:8px;
}

.form th{
	background:#ebebeb;

}

.form td{
	text-align:right;
	padding-right:20px;
}

.form .txt-right{
	text-align:right;
}

.form .list{
	width:980px;
	margin:40px auto;
	display:block;
	text-align:left;
}

.form .list li{
	margin:0 0 5px 0;
    text-indent: -35px;
   padding-left: 35px;
}
.form .list p{
    margin-bottom: 20px;
}
.form .list strong{
     font-size: 16px;
 }
    

/*----------------------------------------------------
calendar
-----------------------------------------------------*/
.calendar  #content .sec{
	margin-bottom:120px;
}
.calendar .box{
	margin:0 auto;
	text-align:center;
	width:1008px;
}
.calendar .box-inner{
	position:relative;
	margin-right:-28px;
	zoom: 1;/* for IE6,7 */
	width:1008px;
}
.calendar .box table{
	border:1px solid #dddddd;
	border-collapse:collapse;
	width:308px;
	height:250px;
	float:left;
	margin:28px 28px 0 0;
}

.calendar .box table th,
.calendar .box table td{
	border:1px solid #dddddd;
	padding:3px;
	text-align:center;
	font-size:13px;
}

.calendar .box span{
	color:#ffffff;
	background:#ffa200;
	border:1px solid #dddddd;
	padding:2px 5px;
	font-weight:bold;
}
.calendar .box .green{
	color:#ffffff;
	background:#aacd06;
	border:1px solid #dddddd;
	padding:2px 5px;
	font-weight:bold;
}
.calendar .box table caption{
	text-align:left;
	padding:0 0 10px 140px;
}

.calendar .box table th{
	height:20px;
}

.calendar .box table td{
	height:23px;
}

.calendar .box table caption img{
	display:inline;
	vertical-align:middle;
}

.calendar .box table span{
	color:#F90;
	background:#ffffff;
	border:none;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 10px;
}

.calendar .box table th{
	background:#f2f2f2;
}

.calendar .box table th.sun{
	background:#ffdddd;
}

.calendar .box table th.sat{
	background:#ddefff;
}

.calendar .box table .sun-txt{
	color:#F30;
}
.calendar .box table .sat-txt{
	color:#09F;
}

.calendar .box table .pos{
	color:#ffffff;
	background:#ffa200;
	font-weight:bold;
}
.calendar .box table .pos-green{
	color:#ffffff;
	background:#aacd06;
	font-weight:bold;
}
.calendar .box .pdf{
	margin:60px 0 0;
}
.calendar .box .pdf a{
	background:#e9e9e9;
	padding:20px 80px;
}
.calendar .box .pdf a span{
	color:#333 !important;
	border:none;
	background:url(../images/arr2.png) 0 5px no-repeat;
	padding:0 0 0 15px;
	
}
/*----------------------------------------------------
area
-----------------------------------------------------*/
.area #content .sec{
	margin-bottom:120px;
}
.area .box{
	width:980px;
	margin:0 auto;
}

.area h3{
	margin:20px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.area .tab{
	overflow:hidden;
}
.area .tab li{
	background:#f4f4f4;
	padding:5px 25px;
	float:left;
	font-size:16px;
	margin-right:1px;
	cursor:pointer;
}
.area .tab li.select{
	background:url(../images/tab_bg.png) bottom center no-repeat;
	padding-bottom:14px;
	color:#fff;
}

.area .hide {
	display:none;
}

.area table{
	border:4px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
}

.area th,
.area td{
	border:1px solid #b5b5b5;
	padding:8px;
}

.area th{
	background:#ebebeb;
	width:150px;
}

.area td{
	text-align:right;
	padding-right:20px;
}

.area .line{
	border-top:2px solid #b5b5b5;
}

.area .area-name{
	width:280px;
	text-align:left;
}

.area .total{
	border-top:2px solid #b5b5b5;
	color:#db7f09;
	font-size:16px;
	font-weight:bold;
}

.area .txt-right{
	text-align:right;
}

.area .txt_tokubetsu{
	font-size:18px;
	margin:80px auto;
	text-align:center;
}


.point{
	margin:200px auto 0;
	width:980px;
	position:relative;
}
.point .tit{
	position:absolute;
	top:-72px;
	left:0;
	right:0;
}

.point .box{
	border:25px solid #ebebeb;
	box-sizing:border-box;
	width:980px;
	padding:15px;
	text-align:left;
}

.hokkaido{
	background:#f5f5f5;
	border:1px solid #d8d8d8;
	border-radius: 5px;
	padding:30px;
}
.hokkaido .tit{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.hokkaido .tit span{
	color:#ff8a00;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:30px;
}
.hokkaido .lead{
	margin:20px 0;
	font-size:16px;
	line-height:30px;
	text-align:center;
}

.hokkaido h4{
	margin:0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}
.hokkaido .hokkaido-inner:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.hokkaido .hokkaido-inner{
	display:inline-table;zoom:1;
	min-height: 1%;
	border-radius: 5px;
	background:#fff;
	padding:15px;
}
.hokkaido .hokkaido-list{
	margin:60px 0 0;
    display: flex;
    width:480px;
    float: left;
}
    
.hokkaido-list ul{
    width:230px;
}
.hokkaido-list li{
	margin:0 0 10px;
	text-align:left;
	font-size:16px;
	
}

.hokkaido figure{
	float:right;
}
    .hokkaido a{
        font-size: 16px;
        text-decoration: underline;
        color: #1C72B0;
    }
.l_navi li a{
	line-height:16px;
}
.l_navi li:first-child{
	padding-left:0;
	border:none;
}
.l_navi li{
	padding:3px 15px 0 15px;
	display:inline-block;
	border-left:1px solid #cbcbcb;
}
}