@charset "UTF-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #613607;
	background-color: #FFFFFF;
}

html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
*:focus {
	outline: none;
  }
/* font
------------------------------*/

a.close.disabled {
  pointer-events: none;
}
/* link
------------------------------*/
a{
	color: #3c3c3c;
	transition : color 0.5s ease 0s;
	text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover{
	text-decoration: none;
	color: #a57a44;
}
.underline_link{
	text-decoration: underline!important;
}

.pos_r{
	position: relative;
}


li{list-style-type: none;}
iframe{
	vertical-align: bottom;
}
figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    margin: 0 0 0;
}
figure:hover {
	opacity: 0.7;
}


.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}
.row-10>div,.row-10>li {
    padding-right:5px;
    padding-left:5px;
}


/* list
------------------------------*/
ul.comment_list{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}

.comment_list li::before{
	content: "※";
}
ul.comment_list.font-l{
	font-size: 18px;
}
ol  {
	position: relative;
	margin: 0;
	padding: 0
}
ol li  {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol li span {
	position: absolute;
	left: 0;
	margin: 0
}


/* space
------------------------------*/



.contents_space{
	margin-top: 2rem;
}
.tit_space{
	margin-bottom: 2rem;
}


/* text
------------------------------*/
.lead_text{
	font-size: 18px;
}
.lead_text_s{
	font-size: 16px;
	line-height: 1.3;
}
.text_common{
	font-size: 16px;
	line-height: 1.5;
}
.bold{
	font-weight: 600;
}
.l-h18{
	line-height: 1.8;
}
.l-h2{
	line-height: 2.5;
}
.l-spacec_c1{
	letter-spacing: .08em;
	text-indent: .08em;
}
.l-spacec_c2{
	letter-spacing: .2em;
	text-indent: .2em;
}
.l-spacec_1{
	letter-spacing: .1em;
}



/* box
------------------------------*/


/* color
------------------------------*/
.brown{
	color: #a57a44;
}

/* title
------------------------------*/
.tit{
	font-size: 20px;
	line-height: 1.5;
}
.tit_sub{
	font-size: 18px;
}



/* button
------------------------------*/
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}





.arrow{
	position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.l_triangle::before{
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fee123;
}

/* footer
------------------------------*/
footer{

}
.icon_area{
	padding: 30px 0;
}
.copy_area{
	background-color: #009944;
	color: #FFF;
	padding: 1rem 0;
	text-align: center;
	font-size: 12px;
}
img.insta-icon{
	width: 50px;
}


/* topBtn
------------------------ */
.topBtn_box{
	position:relative;
}
.topBtn {
  position:fixed;
  bottom:20px;
  right:10px;
  z-index: 10;
}
.topBtn:before {
  position:absolute;
}
.topBtn:hover {
  opacity:0.7;
}
.topBtn img{
	width: 60px;
	height: 60px;
}


/* bg
------------------------------*/
.main_bg{
	background-image: url(./img/main_bg.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding-top: 1.5rem;
	background-color: #fff000;

}
.stripe_bg{
	background-image: url(./img/stripe_bg.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	padding: 1.5rem 0 1.5rem;
}
.border_bg{
	background-image: url(./img/border_bg.png);
	background-repeat: repeat;
	background-size: auto;
	padding: 3rem 0;
}
.moyou_bg{
	background-image: url(./img/moyou_bg.png);
	background-repeat: repeat;
	background-size: auto;
}
.kanyuu{
	border-top: 10px solid #00a73c;
	padding: 2rem 0 3rem;
}
.cp_logo img{
	width: 240px;
}

.foot_cp_logo img{
	width: 282px;
}






.box{
    background-color: #FFF;
    border: 4px solid #c9a063;
    border-radius: 20px;
    padding: 15px;
}
.kumiai_bg{
	background-color: #ce616e;
	padding: 2rem 0;
	border-top: 10px solid #FFF;
}
.osusume01{
	position: absolute;
    right: -35px;
    bottom: 0;
    z-index: 1;
}
.osusume01 img{
	width: 200px;
}

.osusume02{
	position: absolute;
    left: -35px;
    bottom: 0;
    z-index: 1;
}
.osusume02 img{
	width: 229px;
}
.osusume03{
	position: absolute;
    right: -35px;
	top: -10%;
    z-index: 1;
}
.osusume03 img{
	width: 200px;
}

.osusume_boder{
	border-bottom: 3px dotted #bd9f66;
	border-top: none;
}








@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}

	/* space
	------------------------------*/
	.contents_space{
		margin-top: 4rem;
	}

	/* text
	------------------------------*/
	.lead_text{
		font-size: 28px;
	}
	.lead_text_s{
		font-size: 20px;
	}
	/* title
	------------------------------*/


	/* button
	------------------------------*/
	.arrow{
		padding: 0 0 0 26px;
	}
	/* bg
	------------------------------*/
	.main_bg{
		padding-top: 3rem;
	}
	.border_bg{
		padding: 4rem 0;
	}
	.stripe_bg{
		padding: 1.5rem 0 3rem;
	}
	.cp_logo img{
		width: 350px;
	}
	.kumiai_bg{
		padding: 3rem 0;
	}
	.box{
		padding: 25px;
	}
	.kanyuu{
		padding: 4rem 0 5rem;
	}

}


@media (max-width: 767px) {
	img.insta-icon{
		margin-bottom: 1rem;
	}

}

@media (min-width: 992px) {
	/* title
	------------------------------*/
	.tit{
		font-size: 35px;
	}
	.tit_sub{
		font-size: 21px;
	}

	.item_tit{
		padding: 30px 0;
	}

	/* button
	------------------------------*/

}
@media (max-width: 1199px) {

}
@media (min-width: 1200px){
	.osusume01{
		right: -8%;
		bottom: 0;
	}
	.osusume01 img{
		width: 283px;
	}
	.osusume02{
		left: -5%;
		bottom: 0;
	}
	.osusume02 img{
		width: 306px;
	}
	.osusume03{
		right: -6%;
		top: -8%;
	}
	.osusume03 img{
		width: 265px;
	}
}
@media (max-width: 1399px){

}
@media (min-width: 992px) and (max-width: 1199px) {
	.osusume01{
		right: -8%;
		bottom: 0;
	}
	.osusume01 img{
		width: 237px;
	}
	.osusume02{
		left: -6%;
		bottom: 0;
	}
	.osusume02 img{
		width: 260px;
	}
	.osusume03{
		right: -6%;
		top: -5%;
	}
	.osusume03 img{
		width: 223px;
	}
}
@media (min-width: 1601px) {

}
@media (min-width: 1400px) {

}
@media (max-width: 991px) {
	/* .topBtn{
		display: none!important;
	} */

}
@media (min-width: 768px) and (max-width: 991px) {
	/* title
	------------------------------*/
	.tit{
		font-size: 28px;
	}
	.tit_sub{
		font-size: 21px;
	}

	/* button
	------------------------------*/

}


@media screen and (min-width: 576px){
}

@media screen and (max-width: 575px){
	.cp_logo {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 460px){

}

@media (min-width: 768px) and (max-width: 824px) {
	img.osusume01-text {
		margin-bottom: 3rem;
	}
}

@media print{

}




/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}
