/*--------------------------------------------------------*/

/*  ページ内リンクの上部スペース　*/

/*--------------------------------------------------------*/

a.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

/*--------------------------------------------------------*/

/*  スライドで出現するロゴ　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.cb-header {
	width:100%;
	position: fixed;
	top:-70px;
	z-index:999;
	background-color:rgba(255,255,255,0.85);
	border-bottom:1px solid #003755;
}

.cb-header .cb-headBox{
}

.cb-header .cb-headBox .logo{
	padding:10px 0 10px 15px;
}

.cb-header .cb-headBox .logo img{
	height:49px;
}

}

@media print, screen and (min-width: 1080px){

.cb-header {
	width:100%;
	position: fixed;
	top:-70px;
	z-index:999;
	background-color:rgba(255,255,255,0.85);
	border-bottom:1px solid #003755;
}

.cb-header .cb-headBox{
}

.cb-header .cb-headBox .logo{
	padding:10px 0 10px 15px;
}

.cb-header .cb-headBox .logo img{
	height:49px;
}

}

/*--------------------------------------------------------*/

/*  見出しと段落　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.midashiBox{
	padding:0 20px;
}

.h2Box{
	max-width:350px;
	margin:0 auto;
	height:135px;
	background:url("../img/midashi.svg") center top no-repeat;
	background-size: 100%;
}

.h2Box p.sub_tit{
	padding-top:43px;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.h2Box h2.midashi{
	margin-top:2px;
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:24px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.danraku10{margin-top:10px;}
.danraku20{margin-top:20px;}
.danraku30{margin-top:30px;}
.danraku40{margin-top:40px;}
.danraku50{margin-top:50px;}

}

@media print, screen and (min-width: 1080px){

.midashiBox{
	padding:0 20px;
}

.h2Box{
	max-width:540px;
	margin:0 auto;
	height:209px;
	background:url("../img/midashi.svg") center top no-repeat;
	background-size: 100%;
}

.h2Box p.sub_tit{
	padding-top:73px;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.h2Box h2.midashi{
	padding-top:4px;
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:32px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.danraku10{margin-top:10px;}
.danraku20{margin-top:20px;}
.danraku30{margin-top:30px;}
.danraku40{margin-top:40px;}
.danraku50{margin-top:50px;}

}

/*--------------------------------------------------------*/

/*  ロゴ　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.shisetsu_logoBox{
	text-align:center;
	margin:35px 0 0;
}

.shisetsu_logoBox .shisetsu_logo{
}

.shisetsu_logoBox .shisetsu_logo img{
	max-width:210px;
}

}

@media print, screen and (min-width: 1080px){

.shisetsu_logoBox{
	text-align:center;
	margin:50px 0 0;
}

.shisetsu_logoBox .shisetsu_logo{
}

.shisetsu_logoBox .shisetsu_logo img{
	max-width:300px;
}

}

/*--------------------------------------------------------*/

/*  キャッチコピーとメイン写真　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.mainBox{
	margin-top:10px;
}

.mainBox .copyBox{
	background:url("../img/copy_bg.jpg") center top no-repeat;
	background-size:500px;
}

.mainBox .copyBox h2.main_copy{
	text-align:center;
	padding-top:30px;
}

.mainBox .copyBox h2.main_copy img{
	max-width:130px;
}

.mainBox .main_photoBox{
	position:relative;
	max-width:750px;
	width:100%;
	margin:0 auto;
}

.mainBox .main_photoBox .main_photo{
	text-align:center;
}

.mainBox .main_photoBox .main_photo .main_photo_img{
}

.mainBox .main_photoBox .kushitsu{
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
}

.mainBox .main_photoBox .kushitsu img{
	width:27vw;
	max-width:220px;
}

}

@media print, screen and (min-width: 1080px){

.mainBox{
	margin-top:30px;
}

.mainBox .copyBox{
	background:url("../img/copy_bg.jpg") center top no-repeat;
	background-size:800px;
}

.mainBox .copyBox h2.main_copy{
	text-align:center;
	padding-top:30px;
}

.mainBox .copyBox h2.main_copy img{
	max-width:200px;
}

.mainBox .main_photoBox{
	position:relative;
	width:100%;
}

.mainBox .main_photoBox img{
	width:100%;
}

.mainBox .main_photoBox .main_photo{
	text-align:center;
}

.mainBox .main_photoBox .main_photo .main_photo_img{
}

.mainBox .main_photoBox .kushitsu{
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
}

.mainBox .main_photoBox .kushitsu img{
	width:25vw;
	max-width:200px;
}

}

/*--------------------------------------------------------*/

/*  ブログ　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.blogBox{
	margin:40px auto 0;
	max-width:400px;
	padding:0 30px;
}

.blogBox h2.blog_midashi{
	text-align:center;
}

.blogBox h2.blog_midashi img{
	width:60vw;
	max-width:320px;
}

.blogBox .blog_newBox{
	margin-top:40px;
}

.blogBox .blog_newBox .blog_newBox_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_ph{
	width:30%;
	margin-right:20px;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_ph img{
	width:100%;
	height:115px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	object-fit: cover;
	object-position:0% 50%;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info{
	flex:1;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info p.blog_date{
	font-size:14px;
	color:#333;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info h3.blog_title{
	margin-top:6px;
	font-size:18px;
	color:#333;
	font-weight:700;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info p.blog_txt{
	margin-top:6px;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.02em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .bt_blog{
	margin:25px auto 0;
	max-width:400px;
}

.blogBox .bt_blog a{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	display:block;
	max-width:400px;
	padding:18px 0;
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.03em;
	text-decoration:none;
	background:#FFF;
	border:1px solid #333;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .bt_blog a:hover{
	background:#EEE;
	text-decoration:none;
}

}

@media print, screen and (min-width: 1080px){

.blogBox{
	margin:50px auto 0;
	max-width:600px;
	padding:0 30px;
}

.blogBox h2.blog_midashi{
	text-align:center;
}

.blogBox h2.blog_midashi img{
	width:58vw;
	max-width:300px;
}

.blogBox .blog_newBox{
	margin-top:60px;
}

.blogBox .blog_newBox .blog_newBox_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_ph{
	width:30%;
	margin-right:35px;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_ph img{
	width:100%;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_ph img{
	width:100%;
	height:170px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	object-fit: cover;
	object-position:0% 50%;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info{
	flex:1;
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info p.blog_date{
	font-size:18px;
	color:#333;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info h3.blog_title{
	margin-top:6px;
	font-size:25px;
	color:#333;
	font-weight:700;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .blog_newBox .blog_newBox_inner .blog_info p.blog_txt{
	margin-top:8px;
	font-size:18px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.02em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .bt_blog{
	margin:35px auto 0;
	max-width:600px;
}

.blogBox .bt_blog a{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	display:block;
	max-width:600px;
	padding:20px 0;
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.03em;
	text-decoration:none;
	background:#FFF;
	border:1px solid #333;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blogBox .bt_blog a:hover{
	background:#EEE;
	text-decoration:none;
}

}

/*--------------------------------------------------------*/

/*  メッセージ　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.messageBox{
	margin-top:40px;
	width:100%;
	background:url("../img/bg01.jpg") center top repeat-y;
	background-size:cover;
}

.messageBox .messageBox_inner{
	padding:40px 20px;
}

.messageBox .messageBox_inner h2.message_title{
	text-align:center;
	font-family: "TsukuARdGothicStd-D", sans-serif;
	font-size:32px;
	font-weight:500;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .messageBox_inner .message_img{
	margin-top:50px;
	text-align:center;
}

.messageBox .messageBox_inner .message_txtBox{
	max-width:400px;
	margin:55px auto 45px;
	padding:0 10px;
}

.messageBox .messageBox_inner .message_txtBox p.message_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

.messageBox .messageBox_inner .message_img02{
	text-align:center;
}

}

@media print, screen and (min-width: 1080px){

.messageBox{
	margin-top:50px;
	width:100%;
	background:url("../img/bg01.jpg") center top repeat-y;
	background-size:cover;
}

.messageBox .messageBox_inner{
	padding:60px 0;
}

.messageBox .messageBox_inner h2.message_title{
	text-align:center;
	font-family: "TsukuARdGothicStd-D", sans-serif;
	font-size:40px;
	font-weight:500;
	color:#333;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .messageBox_inner .message_img{
	margin-top:60px;
	text-align:center;
}

.messageBox .messageBox_inner .message_txtBox{
	max-width:600px;
	margin:60px auto;
	padding:0 10px;
}

.messageBox .messageBox_inner .message_txtBox p.message_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

.messageBox .messageBox_inner .message_img02{
	text-align:center;
}

}

/*--------------------------------------------------------*/

/*  どんなところ？　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.point{
	margin:30px auto 0;
}

.point .pointBox{
	max-width:590px;
	margin:0 auto;
	padding:0 20px;
}

.point .point_mt{
	margin-top:60px;
}

.point h3.point_tit{
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:28px;
	font-weight:700;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:0 10px;
}

.point .point_photo{
}

.point .photo_margin01{
	margin:22px 0 32px;
}

.point .photo_margin02{
	margin-top:22px;
}

.point .photo_margin03{
	margin:12px 0 32px;
}

.point p.point_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
	padding:0 10px;
}

}

@media print, screen and (min-width: 1080px){

.point{
	margin:40px auto 0;
}

.point .pointBox{
	max-width:590px;
	margin:0 auto;
	padding:0 30px;
}

.point .point_mt{
	margin-top:80px;
}

.point h3.point_tit{
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:32px;
	font-weight:700;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:0 10px;
}

.point .point_photo{
}

.point .photo_margin01{
	margin:30px 0 30px;
}

.point .photo_margin02{
	margin-top:30px;
}

.point .photo_margin03{
	margin:15px 0 30px;
}

.point p.point_txt{
	font-size:19px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
	padding:0 10px;
}

}

/*--------------------------------------------------------*/

/*  1日の過ごし方　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.sugoshikata{
	margin-top:40px;
	background:url("../img/bg02.jpg") center top repeat-y;
	padding:30px 0;
	background-size:contain;
}

.sugoshikata .sugoshikata_inner{
	margin:0 20px;
	padding:30px 30px;
	background-color:#FFF;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox{
}

.sugoshikata .sugoshikata_inner .sugoshikataBox .sugosu_ph{
	text-align:center;
	margin-bottom:28px;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox h3.sugosu_name{
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:22px;
	font-weight:700;
	color:#003754;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:10px;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_arrow{
	text-align:center;
	margin:25px 0;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_arrow img{
	width:70px;
}

}

@media print, screen and (min-width: 1080px){

.sugoshikata{
	margin-top:60px;
	padding:60px 0;
	background:url("../img/bg02.jpg") center top repeat-y;
	background-size:contain;
}

.sugoshikata .sugoshikata_inner{
	padding:50px 50px;
	max-width:590px;
	margin:0 auto;
	background-color:#FFF;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox{
	padding:0 10px;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox .sugosu_ph{
	text-align:center;
	margin-bottom:30px;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox h3.sugosu_name{
	text-align:center;
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:28px;
	font-weight:700;
	color:#003754;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_txt{
	font-size:19px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_arrow{
	text-align:center;
	margin:25px 0;
}

.sugoshikata .sugoshikata_inner .sugoshikataBox p.sugosu_arrow img{
	width:70px;
}


}

/*--------------------------------------------------------*/

/*  テーブル　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

table.tbl_outline{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.access .outlineBox table.tbl_outline tr{
}

table.tbl_outline td{
	border-top:1px solid #CCC;
	padding:12px 0;
}

table.tbl_outline td.koumoku{
	width:30%;
	font-size:13px;
	color:#333;
	font-weight:700;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

table.tbl_outline td.info{
	width:70%;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media print, screen and (min-width: 1080px){

table.tbl_outline{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tbl_outline tr{
}

table.tbl_outline td{
	border-top:1px solid #CCC;
	padding:14px 0;
}

table.tbl_outline td.koumoku{
	width:22%;
	font-size:16px;
	color:#333;
	font-weight:700;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

table.tbl_outline td.info{
	width:78%;
	font-size:16px;
	color:#333;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

/*--------------------------------------------------------*/

/*  安心の暮らしサポート　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.support{
	margin:40px auto 0;
	max-width:750px;
}

.support .line01{
	margin:30px 0;
	line-height:0;
	font-size:0;
}

.support .supportBox{
	padding:0 20px;
}

.support .supportBox .support_img{
	text-align:center;
}

.support .supportBox .support_img img{
	width:78vw;
	max-width:440px;
}

.support .supportBox .support_txtBox{
	width:80vw;
	max-width:440px;
	margin:30px auto 0;
}

.support .supportBox .support_txtBox p.support_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

}

@media print, screen and (min-width: 1080px){

.support{
	margin:60px auto 0;
	max-width:750px;
}

.support .line01{
	margin:40px 0;
	line-height:0;
	font-size:0;
}

.support .supportBox{
	padding:0 20px;
}

.support .supportBox .support_img{
	text-align:center;
}

.support .supportBox .support_img img{
	width:540px;
}

.support .supportBox .support_txtBox{
	width:600px;
	margin:40px auto 0;
}

.support .supportBox .support_txtBox p.support_txt{
	font-size:19px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

}

/*--------------------------------------------------------*/

/*  料金のご案内　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.price{
	margin:60px auto 0;
	max-width:750px;
}

.price .price_inner{
	padding:0 20px;
}

}

@media print, screen and (min-width: 1080px){

.price{
	margin:80px auto 0;
	max-width:750px;
}

.price .price_inner{
}

}

/*--------------------------------------------------------*/

/*  設備とアクセス　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.access{
	margin:60px auto 0;
	max-width:750px;
}

.access .slide_photo{
}

.access .outlineBox{
	margin-top:80px;
	padding:0 20px;
}

.access .outlineBox h3.outline_title{
	padding-bottom: 15px;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#333;
	line-height:1.6em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox{
	margin-top:10px;
	padding:0 20px;
}

.access .accessBox .accessBox_inner{
	border:1px solid #CCC;
}

.access .accessBox .accessBox_inner #googlemapBox{
	width:100%;
}

.access .accessBox .accessBox_inner #googlemapBox iframe {
	width: 100%;
	aspect-ratio: 3/4; //アスペクト比（縦横比）を指定
}

.access .accessBox .accessBox_inner .access_info{
	padding:20px 20px 30px;
}

.access .accessBox .accessBox_inner .access_info p.bt_kakudai{
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info p.add{
	margin-top:15px;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info .bt_keiro a{
	display:block;
	max-width:400px;
	margin:25px auto 0;
	padding:28px 0;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.06em;
	text-decoration:none;
	background:#FCF8C9;
	border:2px solid #F7E757;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info .bt_keiro a:hover{
	background:#FAF298;
	text-decoration:none;
}

}

@media print, screen and (min-width: 1080px){

.access{
	margin:80px auto 0;
	max-width:750px;
}

.access .slide_photo{
}

.access .outlineBox{
	margin-top:80px;
}

.access .outlineBox h3.outline_title{
	padding-bottom: 20px;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:22px;
	font-weight:700;
	color:#333;
	line-height:1.6em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox{
	margin-top:10px;
}

.access .accessBox .accessBox_inner{
	border:1px solid #CCC;
}

.access .accessBox .accessBox_inner #googlemapBox{
	width:100%;
}

.access .accessBox .accessBox_inner #googlemapBox iframe {
	width: 100%;
	aspect-ratio: 3/3; //アスペクト比（縦横比）を指定
}


.access .accessBox .accessBox_inner .access_info{
	padding:25px 30px 30px;
}

.access .accessBox .accessBox_inner .access_info p.bt_kakudai{
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info p.add{
	margin-top:15px;
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height:1.8em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info .bt_keiro a{
	display:block;
	max-width:440px;
	margin:25px auto 0;
	padding:33px 0;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:20px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.06em;
	text-decoration:none;
	background:#FCF8C9;
	border:2px solid #F7E757;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.access .accessBox .accessBox_inner .access_info .bt_keiro a:hover{
	background:#FAF298;
	text-decoration:none;
}

}

/*--------------------------------------------------------*/

/*  よくある質問　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.faq{
	margin-top:30px;
	border-bottom:1px solid #D1DBDE;
}

.faq .faqBox{
	border-top:1px solid #D1DBDE;
}

.faq .faqBox .faqBox_inner{
	max-width:500px;
	margin:0 auto;
	padding:30px 30px;
}

.faxBox_first{
}

.faq .faqBox .faqBox_inner h3.question{
	font-size:19px;
	color:#333;
	font-weight:700;
	line-height:1.8em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.faq .faqBox .faqBox_inner p.answer{
	margin-top:20px;
	font-size:16px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

}

@media print, screen and (min-width: 1080px){

.faq{
	margin-top:40px;
	border-bottom:1px solid #D1DBDE;
}

.faq .faqBox{
	border-top:1px solid #D1DBDE;
}

.faq .faqBox .faqBox_inner{
	width:540px;
	margin:0 auto;
	padding:40px 0;
}

.faxBox_first{
}

.faq .faqBox .faqBox_inner h3.question{
	font-size:22px;
	color:#333;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.faq .faqBox .faqBox_inner p.answer{
	margin-top:20px;
	font-size:19px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

}

/*--------------------------------------------------------*/

/*  お問い合わせ　*/

/*--------------------------------------------------------*/

@media screen and (max-width: 1080px){

.contact{
	background:url("../img/bg01.jpg") center top repeat;
}

.contact .contact_inner{
	padding:40px 20px 30px;
}

.contact .contact_inner h2.contact_midashi{
	text-align:center;
	margin:0 auto;
	max-width:500px;
}

.contact .contact_inner p.contact_message{
	margin-top:20px;
	padding:0 20px;
	text-align:center;
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .shisetsu_photo{
	margin:30px 0 0;
	text-align:center;
}

.contact .contact_inner .shisetsu_photo img{
	max-width:230px;
}

.contact .contact_inner .shisetsu_logo{
	text-align:center;
	margin:30px 0 0;
}

.contact .contact_inner .shisetsu_logo img{
	max-width:230px;
}

.contact .contact_inner h3.contact_title{
	margin-top:30px;
	border-top:1px solid #146E91;
	border-bottom:1px solid #146E91;
	padding: 15px 0;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:18px;
	font-weight:700;
	color:#003755;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .under_contact_btBox01{
	margin-top:20px;
}

.contact .contact_inner .under_contact_btBox02{
	margin-top:20px;
}

.contact .contact_inner .under_contact_bt_tel{
	display:block;
	position: relative;
	width:100%;
	max-width:500px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	background:#003755;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contact .contact_inner .under_contact_bt_tel a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.contact .contact_inner .under_contact_bt_tel .under_contact_txt{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:18px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:8px;
}

.contact .contact_inner .under_contact_bt_tel .under_contact_tel{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.04em;
	color:#FFF;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .under_contact_bt_tel .under_contact_tel span{
	font-size:20px;
}

.contact .contact_inner .under_contact_bt_tel .uketsuketime{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:15px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-top:8px;
}

.contact .contact_inner .under_contact_bt_mail{
	display:block;
	position: relative;
	width:100%;
	max-width:500px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	background:#146E91;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contact .contact_inner .under_contact_bt_mail a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.contact .contact_inner .under_contact_bt_mail .under_contact_mail{
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:21px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:3px;
}

}

@media print, screen and (min-width: 1080px){

.contact{
	background:url("../img/bg01.jpg") center top repeat;
}

.contact .contact_inner{
	padding:60px 0;
}

.contact .contact_inner h2.contact_midashi{
	text-align:center;
	margin:0 auto;
	width:540px;
}

.contact .contact_inner p.contact_message{
	margin-top:30px;
	text-align:center;
	font-size:19px;
	color:#333;
	font-weight:400;
	line-height:2.0em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .shisetsu_photo{
	margin:40px 0 0;
	text-align:center;
}

.contact .contact_inner .shisetsu_photo img{
	max-width:400px;
}

.contact .contact_inner .shisetsu_logo{
	text-align:center;
	margin:40px 0 0;
}

.contact .contact_inner .shisetsu_logo img{
	max-width:300px;
}

.contact .contact_inner h3.contact_title{
	margin-top:55px;
	border-top:1px solid #146E91;
	border-bottom:1px solid #146E91;
	padding: 15px 0;
	text-align:center;
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:21px;
	font-weight:700;
	color:#003755;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .under_contact_btBox01{
	margin-top:20px;
}

.contact .contact_inner .under_contact_btBox02{
	margin-top:20px;
}

.contact .contact_inner .under_contact_bt_tel{
	display:block;
	position: relative;
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:25px 0;
	text-align:center;
	background:#003755;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contact .contact_inner .under_contact_bt_tel a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.contact .contact_inner .under_contact_bt_tel .under_contact_txt{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:18px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:8px;
}

.contact .contact_inner .under_contact_bt_tel .under_contact_tel{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.04em;
	color:#FFF;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contact_inner .under_contact_bt_tel .under_contact_tel span{
	font-size:22px;
}

.contact .contact_inner .under_contact_bt_tel .uketsuketime{
	font-family: "TsukuARdGothicStd-B", sans-serif;
	font-size:16px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-top:8px;
}

.contact .contact_inner .under_contact_bt_mail{
	display:block;
	position: relative;
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:25px 0;
	text-align:center;
	background:#146E91;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contact .contact_inner .under_contact_bt_mail a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.contact .contact_inner .under_contact_bt_mail .under_contact_mail{
	font-family: "TsukuARdGothicStd-E", sans-serif;
	font-size:21px;
	font-weight:700;
	color:#FFF;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:3px;
}

}