body{
	font-family: "M PLUS Rounded 1c","Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	line-height: 1.8em;
	font-size:15px;
	min-width: 960px;
	}

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

コンテンツ最大幅の設定

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

.content-wrap{
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
	}

.content-wrap-l{
	max-width:1300px;
	margin:0 auto;
	padding:0 16px;
	}
.menu-mgn{
	margin-top:96px;
}

.slick-next {
    right: -20px !important;
}
.slick-prev {
    left: -2o8px !important;
    z-index: 2;
}

.sp-foot-nav{
	display:none;
}
/*共通パディング*/
/*
.box-pd{
	padding-top: 160px;
	padding-bottom: 100px
}
*/

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

各ページ共通要素

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

/*各共通タイトル*/
/*
.common-ttl {
    font-size: 30px;
}
.lower-ttl{

}
*/


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

共通フォントスタイル

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

/*
.color-1{
	color:#a88220;
}
.color-2{
	color:#ffdf03;
}

.color-3{
	color:#1d1106;
}

.bg-color-1{
	background-color: :#a88220;
}
.bg-color-2{
	background-color:#ae7430;
}

.bg-color-3{
	background-color:#1d1106;
}


.font-1{
	font-family: 'Anton', sans-serif;
}

.mincho{
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	}

.mincho2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

*/

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

パンくず

---------------------------------------- */
/*
.bread-wrap{

	position:relative;
	}
.breadcrumb {
    margin-top: 35px;
    font-size: 16px;
    font-weight: normal;
    font-family: -webkit-body;
}

.breadcrumb li{
	display:inline-block;
	}

.breadcrumb li a{
	color:#666;
	}

.breadcrumb li a:hover{
	text-decoration:underline;
	}

.breadcrumb li a:after{
	content:">";
	padding:0 8px;
	text-decoration:none !important;
	display: inline-block;
	}
*/
/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*
.to-top-btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    border: double #3ec8fb 1px;
    background: #000000;
    color: #3ec8fb;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
}*/

.common-ttl {
	text-align:center;
	font-size:40px;
	font-weight:900;
}
.common-ttl span{
	font-size:20px;
	display:block;
	margin-top:10px;
}

.common-ttl2 {
	position:relative;
	border-left:4px solid #fff;
	padding-left:10px;
}
.common-ttl3 {
	position:relative;
	border-left:4px solid #fff;
	padding-left:10px;
	text-align:center;
	font-weight:800;
}
.common-ttl4{
	font-size:16px;
}
.common-ttl4 span{
	font-size:40px;
	font-weight:700;
	margin-right:20px;
}
.common-ttl2 span{
	display:block;
	font-size:18px;
	margin-top:10px;
}

.white{
	color:#fff;
}

.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/* nav */
header .menu{
	margin-left:auto;
	padding-right: 10px;
	padding-top: 10px;
}

/*ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ç­‰ã¯éžè¡¨ç¤ºã«*/
.nav-unshown {
  display:none;
}



/*ã‚¢ã‚¤ã‚³ãƒ³ã®ã‚¹ãƒšãƒ¼ã‚¹*/
#nav-open {
    display: inline-block;
position:relative;
line-height:1em;
color:#666;
    background-color: none;
    padding: 5px;
    vertical-align: middle;
		z-index:99;
		position:relative;
		font-size:13px;
		width:50px;
		height:50px;
		font-style:normal;
}
#nav-open i{
	position: absolute;
	    width: 100%;
			text-align:center;
left:0px;
top:34px;
font-size:12px;
font-style:normal;

}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
 width:100%;
  height: 3px;
left:0px;
  border-radius: 3px;
  background: #666;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span{
	top: 8px;
	left:5px;
	width:calc(100% - 10px);
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background:#fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.navigation_item {
}
.sp-nav .navigation_item a,
.slide-toggle
 {
  width: 100%;
  padding: 1.0rem;
  color: #2058AC;
  border-bottom: 1px solid #ccc;
  display: block;
}

/*============================
#main-header
============================*/
#main-header {
	min-width:1200px;
	width:100%;
	padding:10px 0;
	background-color:#fff
	position:fixed;
	left:0;
	top:0;
	z-index:999;
}
#main-header .logo {
	margin-right:10px;
	padding-top: 6px;
}
#main-header .logo img{
	height: 50px;
}
#main-header .address{
	color: #aaa;
    padding-top: 14px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 1.5em;
}
#main-header .tel {
	margin-right:10px;
}
#main-header .cp {
}

/*============================
#main-visual
============================*/

.bg-slider {
	width: 100vw;
	/*
	height: 100vh;*/
	height:100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

#main-visual {
	/*background-image:url(../img/bg.png);*/
	background-color:#333;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative;
	padding:100px 0 100px;
}
#main-visual .main-catch {
	z-index:2;
	width:1200px;
	margin:0 auto;
}


.main-catch {

}
.main-catch .top {
	/*
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	*/
}
.main-catch .top .ttl {
text-shadow:0px 0px 3px #000000;
	font-weight:700;
	color:#fff;
	line-height:1.3em;
	font-size: 34px;
	text-align:center;
}

.main-catch .top .img>i img{
}
.main-catch .bottom {
	margin-top:80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.main-catch .bottom .item {
	width:19%;

	background-color:#efefef;
}
.main-catch .bottom .item .img {
	background-color:#fff;
}
.main-catch .bottom .item .txt {
	padding:10px;

	font-weight:bold;
}


.main-catch .bottom .img {
	position:relative;
}
.main-catch .bottom .img>img{
	width:100%;
}
.main-catch .bottom .img>i{
	position:absolute;
	left: -13px;
top: -23px;
}


#main-visual .slider {
}
#main-visual .slider .item {
}
#main-visual .slider .item .info {
}

/*
.slider{
	width:1406px;
	margin-left:auto;
	margin-right:auto;
}*/

@media (max-width: 1200px) {
	/*
	.slider{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	.slider img{
	width:100%;

	}
	*/
}

/*============================
#course
============================*/
#course {
	background-color:#efefef;
	padding:60px 0;
	color:#555;
}
#course {
}
#course .txt{
	margin-top:40px;
}

.common-ttl4{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-top:40px;
}

#course .list {
}
#course .list .item {
	width:calc(50% - 20px);
	border:1px solid #969696;
	border-radius:10px;
	padding:20px;
	text-align:center;
	margin-top:40px;
}
#course .list .item .ttl {
}
#course .list .item .img{
	margin-top:20px;
}
#course .list .item .txt {
	margin-top:20px;
	text-align:left;
}

/*============================
#feature
============================*/
#feature {
	position:relative;
	background-color:#fff;
	padding:60px 0;
}

#feature .list {
}
#feature .list .item {
	text-align:center;
	width:calc(25% - 20px);
	margin-top: 40px;
}
#feature .list .item .img {
}
#feature .list .item .img img{
	width:100%;
}
#feature .list .item .ttl {
	font-size:20px;
	margin-top:20px;
	font-weight:800;
}
#feature .list .item .txt {
	margin-top:20px;
		text-align:left;
}
#feature .list .item .ttl::after,
#feature .list .item .ttl::before{
	content:" - ";
}
.bnr {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

/*============================
#point
============================*/
#point {
	background-image:url(../img/bg2.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 0;
	color:#387D8D;
}
#point {
}
#point .common-ttl {
}
#point .icon {
	text-align:center;
}
#point .img {

}
#point .copy {
	font-size:30px;
	font-weight:bold;
}
#point .copy .row{
}
#point .copy .row2{
	text-align:right;
	margin-top:40px;
}


#point .txt {
	margin-top:40px;
	text-align:center;
	color:#000;
}
#instagram {
	background-color:#efefef;
	padding:60px 0;
}
#instagram .gallery_photo {
margin-top:20px;
}
#instagram .gallery_photo .gallery_photo_list {
	width:calc(25% - 40px);
	border:1px solid #ccc;
	padding:10px;
	margin-top:20px;
	height:150px;
}
#instagram .gallery_photo .gallery_photo_list img{
	width:100%;
	height:100%;
	object-fit:cover;
}

#instagram .txt {
	margin-top:40px;
	text-align:center;
	color:#000;
}

.photo_list{

}
.photo_list .item{
	margin-top:40px;
		padding:0 5px;
	/*
width:calc(25% - 30px);
*/
background-color:#efefef;
}
.photo_list .item a{
}
.photo_list .item a img{
	height:150px;
	width:100%;
	object-fit:cover;
}
.photo_list .item .caption{
padding:10px;
background-color:#fff;
display: -webkit-box;
min-height:74px;

}
.photo_list .item .caption p{
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}

#instagram
.content-wrap {

    padding: 0 30px;
}
.slick-dots {
    bottom: -36px !important;
	}
.slick-next:before, .slick-prev:before {
    color: #000 !important;
	}

/*============================
#course1
============================*/
.plan {
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative;
	color:#fff;
	padding:60px 0;
}
.plan::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(32,88,172,0.8);
}
.plan {
}

.plan .content {
	background-color:#fff;
	padding:40px;
	color:rgba(32,88,172,1);
	position:relative;
	margin-top:40px;
}
.plan .content .copy {
	font-size:25px;
	text-align:center;
	    line-height: 1.5;
}
.plan .content>.img {
	margin-top:20px;

}
.plan .content>.img img{
width:100%;
}
.plan .content>.txt {
	font-size:15px;
	text-align:center;
	margin-top:20px;
}
.plan .content>.console{
	padding:10px;
	background-color:#efefef;
	border-radius:10px;
	color:#ff3030;
	margin-top:20px;
}
.plan .content>.ttl {
	background-color:rgba(32,88,172,1);
	font-size:20px;
	    padding: 10px 10px 10px 20px;
	border-radius:30px;
	margin-top:40px;
	margin-bottom:20px;
	color:#fff;
}
.plan .content .list {
}
.plan .content .list .item {
	width:50%;
	padding:10px;
margin-bottom:20px;
}

.plan .content .list .item:nth-child(odd) {
border-right:1px solid #2058AC;

}
.plan .content .list .item .ttl {
	font-weight:700;

}
.plan .content .list .item .ttl i{
	margin-right:10px;

}
.plan .content .list .item .txt {
	margin-top:10px;
}
.plan .content .sche-outer {
}
.plan .content .sche-outer .img{
	position:relative;
	width:49%;
}
.plan .content .sche-outer .img img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	object-fit:cover;
	width:100%;
}
.plan .content .sche {
	width:49%;
}
.plan .content .sche table{
	border:1px solid #387D8D;
	/*width:500px;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.plan .content .sche table td{
		border:1px solid #387D8D;
		padding:10px;
		text-align:center;
}
.plan .content .sche table .blue{
		background-color:#88C4D2;
		color:#fff;
}
.plan .content .sche table th{
		border:1px solid #387D8D;
		padding:10px;
		text-align:center;
}
.plan .content .price {
	font-size:20px;
	text-align:center;
	font-weight:900;
	margin-top:20px;
}
.plan .content .price i{
	font-style:normal;
	margin-right:10px;
}
.plan .content .price span{
	font-size:37px;
	color:#FF1616;
}
.pay{
	color:#666;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pay div{
	line-height:1.5em;
}
.pay img{
	width:80px;
}
.plan .content .to-link {
	text-align:center;

}
.plan .content .to-link a{
	color:#FF1616;
	display:inline-block;
	margin-top:20px;
	padding:10px;
	border:1px solid #FF1616;
}
.plan .content .ttl2 {
	margin-top:20px;
	border-bottom:1px solid #2058AC;
	padding-bottom:10px;
	font-size:20px;

}
.plan .content .other {
	margin-top:20px;
}

/*============================
#acccess
============================*/
#acccess .common-ttl3{


}
#acccess{
		color:#000;
		padding:60px 0;
}

#acccess .content {
	margin-top:40px;
}
#acccess .content .map {
	width:50%;
}
#acccess .content .info {
	width:50%;
	padding-left:40px;
}
#acccess .content .info .ttl {
	border-bottom:#333 1px solid;
	padding-bottom:20px;
	line-height:1.5em;
	margin-bottom:20px;
	font-weight:bold;
}
#acccess .content .info .txt-bdr{
	border-bottom:#333 1px solid;
	padding-bottom:20px;
	margin-bottom:20px;
}
#acccess .content .info .txt {
}
#acccess .content .info .img {
	margin-top:20px;
}

/*============================
#contact
============================*/
#contact {
	margin-top:40px;

}
#contact .content-wrap{
	background-color:#efefef;
	color:#555;
	padding:40px;
}

#contact .main-ttl {
	color:#555;
	text-align:center;
	font-size:30px;
	border-bottom:1px solid #555;;
	padding-bottom:20px;
}
#contact .main-ttl i{
	display:block;
margin-bottom:10px;
	font-size:40px;
}
#contact .content {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:40px;
	margin-top:40px;
}
#contact .content .item {
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#contact .content .item .ttl {
	width:30%;
	color:#555;
}

#contact .content .item .ttl .req {
	color:#fff;
	background-color:#FF7A7A;
	font-size:12px;
	padding:4px;
	display:inline-block;
	margin-left:10px;
	line-height:1em;
}
#contact .content .item .form {
		width:70%;
}
#contact .content .item .form input[type=text],
#contact .content .item .form input[type=email],
#contact .content .item .form input[type=tel]
{
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #999;
	border-radius: 10px;
	outline: none;

}
#contact .content .item .form textarea{
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #999;
	border-radius: 10px;
	outline: none;

}
.radio{
	display:inline-block;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	    line-height: 1em;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

#contact .content .ssl {
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
	font-size:15px;
}

#contact .content .ssl .img {
	width:50px;
}
#contact .content .ssl .txt {
	width:calc(100% - 50px);
	padding-left:10px;
}
#contact .content .to-send {
	text-align:center;
}
#contact .content .to-send button{
	outline: none;
	background-color:#FF7A7A;
	max-width:300px;
	width:100%;
	display:inline-block;
	border-radius:10px;
	color:#fff;
	margin-top:20px;
	padding:20px;
	border: none;
	appearance:none;
        cursor: pointer;
}

/*============================
#main-footer
============================*/
#main-footer {
	background-color:#333;
	padding:40px;
	font-size:13px;
	text-align:center;
	margin-top:80px;
	color:#fff;
}

.thanks{
	padding:60px 0;
}

.close-btn {
	position:absolute;
	right: 6px;
    top: 9px;
	z-index:99;
	display: inline-block;
	width: 30px;
	height: 30px;
border: 1px solid #ccc;
	cursor: pointer;
}
.close-btn span::before,
.close-btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #ccc;
}
.close-btn span::before {
	transform: rotate(-45deg);
}
.close-btn span::after {
	transform: rotate(45deg);
}

.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 500ms;
}
.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*============================
#service
============================*/
#service {
	background-color:#353535;
	padding:60px 0;
	color:#fff;
}
#service  .top-txt {
	text-align:center;
	border-bottom:1px solid rgba(32,88,172,1);
	padding-bottom:10px;
}
#service  .rental {
}
#service  .common-ttl3 {
	color: rgba(32,88,172,1);
}
#service .top-txt {
	margin-top:20px;
}
#service  .rental .info {
 width:49%;
 margin-top:40px;
}
#service  .rental .info .ttl {
	color: #fff;
	border-bottom:1px solid #fff;
	font-size:30px;
	padding-bottom:20px;
}
#service  .rental .info .txt {
 margin-top:20px;
}
#service  .rental .img {
	margin-top:40px;
width:49%;
height:250px;
}
#service  .rental .img img{
	height:100%;
	width:100%;
	object-fit:cover;
}
#service  .price {
}
#service  .price .item {
	border-radius: 30px;
	overflow:hidden;
		text-align:center;
		width:24%;
		background-color:#efefef;
		margin-top:20px;
}
#service  .price .item .ttl {
	background-color: rgba(32,88,172,1);
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}
#service  .price .item .txt {
	font-weight:bold;
	padding:10px;
	font-size:18px;
}
#service  .price .item .txt a{
	text-decoration:underline;
}
#service  .price .item .txt span{
	font-size:13px;
}
#service  .pay {
}
#service  .tokuten {
	padding:10px;
	margin-top:20px;
	background-color: #f4f9ff;
}
#service  .tokuten .ttl {
	font-size:20px;
	color:rgba(32,88,172,1);
	border-bottom:1px solid rgba(32,88,172,1);
	padding-bottom:10px;
	margin-top:5px;
}
#service  .tokuten .txt {
}
#service  .price.col2 {
}
#service  .price.col2 .item {
	width:49%;
}
#service  .price.col2 .item .ttl {

}
#service  .price.col2 .item .txt {
}

#service  .txt-box{

}

#service  .txt-box{
    padding: 10px;
    margin: 20px 0;
  background: #e6e6e6;
    border: dashed 1px #333;/*点線*/
		color:#333;
}
#service  .txt-box p{
    margin: 0;
		font-style:italic;
    padding: 0;
}

#service  .txt-box .sub{
	text-align:right;
	font-style:italic;
}

.insta-btn{
	background-color:#88C4D2;
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	margin:10px 20px;
}

#reason{
	padding:60px 0;
}
#reason table{
	width:100%;
	margin-top:40px;
		border:2px solid #ccc;
}

#reason table th{
	background-color:#efefef;
	font-size:15px;
	font-weight:bold;
		text-align:center;
}
#reason table td{
	font-size:15px;
}


#reason table th,
#reason table td{
	padding:10px;
	border:1px solid #ccc;
}
#reason table th{
	background-color:#93beea;
}

#reason table td:first-child{
	background-color:#e8e8e8;
}
#reason table td:last-child{
	text-align:left;
	background-color:#fff;
	font-size:16px;
	line-height:1.8em;
}

#reason table td.style-1{
	font-size:50px;
	font-weight:700;
	color:red;
}
#reason table td.style-2{
	font-size:40px;
	font-weight:normal;
	color:#000;
}
#reason table td.style-3{
	font-size:35px;
	font-weight:700;
	color:#000;
}
#reason table td.style-4{
	font-size:35px;
	font-weight:normal;
	color:#000;
}

#reason .author{
	margin-top:10px;
	text-align:right;
}

#reason .info{
	padding: 10px;
	margin: 20px 0;
background: #e6e6e6;
	border: dashed 1px #333;/*点線*/
	color:#333;
}

#reason .txt{
	width:60%;
	padding-right:10px;
}
#reason .img{
	width:40%;
}
#reason .img img{
	width:100%;
}

a.to-detail{
	padding:20px 10px;
	text-align:center;
	color:#fff !important;;
width:100%;
display:inline-block;
font-size:18px;
max-width:300px;
background-color:#e46737;
font-weight:bold;
border-radius:10px;


}

.navigation_item a.to-detail{
	margin:20px auto;
}

#flow {
    background-color: #49A6CE;
    padding: 60px 0;
    color: #fff;
}

#flow .item:first-child{
	margin-top:40px;
}

#flow .item{
	margin-bottom:20px;
	position:relative;
}

#flow .item::before {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #fff transparent transparent transparent;
}

#flow .item:last-child::before {
	display:none;
}

#flow .item h3{

}
#flow .item h3{
color:#fff;
padding:20px;
font-size: 27px;
background-color:#26799C;
width:30%;
}
#flow .item h3 i{
	font-size:30px;
	font-weight:700;
	margin-right:10px;
}

#flow .item .txt{
	padding:20px;
	background-color:#fff;
	width:70%;
	color:#000;
}

#example{
	padding:60px 0;
}

#example .txt{
margin-top:40px;
text-align:center
}
#example .list{

}
#example .list .item{
margin-top:40px;
	width:24%;
}
#example .list .item .img img{
	width:100%;
		border-radius:20px;
}

#example .list .item .ttl{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
}

#price{
	padding:60px 0;
}

#price .txt{
	margin-top:40px;
	text-align:center
}

#price .p-table{
	width:100%;
	margin-top:40px;

}
#price .p-table{
	border:2px solid #555;
}
#price .p-table th{
	background-color:#156AAB;
	color:#fff;
		font-size:24px;
}
#price .p-table1 th:first-child,
#price .p-table td:first-child{
	background-color:#D7EDFF;
	font-weight:bold;
}
#price .p-table1 th:first-child{
	color:inherit;
}
#price .p-table th,
#price .p-table td{
	font-weight:bold;
	padding:20px;
	border:1px solid #555;
}
#price .p-table td {
	font-size:30px;
}
#price .p-table td span{
	color:#FF141C;

}
#price .alert{
	margin-top:40px;
	color:#FF0000;
	font-size:24px;
	padding:15px;
	text-align:center;
	background-color:#FFB2B2;
}
#important{
	padding:60px 0;
	background-color:#F3F3F3;
}
#important table{
	margin-top:40px;
	width:100%;
}
#important table th{
	background-color:#606060;
	color:#fff;
	font-size:24px;
		border:1px solid #555;
		padding:20px;
}
#important table td{
	width:100%;
		border:1px solid #555;
		padding:20px;
		background-color:#fff;
}

#sp-foot-nav{
	display:none;
}
/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {


}
