@charset "UTF-8";
/* CSS Document */
/* html{
	scroll-behavior: smooth;
} */
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #000;
	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
------------------------------*/
.color-inner{
	padding-top: 20px;
	padding-bottom: 20px;
}


.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;
}
.main_text{
	color: #796a56;
	font-weight: 600;
	font-size: 21px;
}
.line{
	background: linear-gradient(transparent 60%, #ee8da5 40%);
	padding-bottom: 5px;
}

/* box
------------------------------*/
.hejimete_text_box{
	padding: 1rem 0 1rem;
}
/* .hejimete_text{
	position: absolute;
	left: 0;
	bottom: 0;
}
.hejimete_text img{
	width: 250px;
} */


.present_box{
    background: #FFF;
	border-left: 3px solid #009844;
	border-right: 3px solid #009844;
	border-bottom: 3px solid #009844;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	padding: 20px 20px;
}
.present .title {
    font-size: 1.2em;
    background: #009844;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	border: 3px solid #009844;
}



/* color
------------------------------*/
.brown{
	color: #a57a44;
}
.pink{
	color: #ea6188;
}
/* title
------------------------------*/
.tit{
	font-size: 20px;
	line-height: 1.5;
}
.tit_sub{
	font-size: 18px;
}


.period img{
	width: 30%;
}
.day img{
	width: 60%;
}
.hajimete_text_sp img{
	width: 40%;
}


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

}
.icon_area{
	padding: 15px 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: 50px;
	height: 50px;
}


/* bg
------------------------------*/
.main_bg{
	background-image: url(./img/flag.png),url(./img/bg_01.png);
	background-size:contain, cover;
	background-position: top center,center;
	background-repeat: no-repeat,no-repeat;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bg_02{
	background-image: url(./img/bg_02.png);
	background-size: cover;
	background-position: center;
	border-top: #009944 solid 11px;
}
.bg_sky-b{
	background-color: #f5fafd;
}
.bg_pink{
	background-color: #f9dbe1;
}
.bg_03{
	background-image: url(./img/bg_03.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f9dbe1;
	padding: 2rem 0;
}













.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: 1.5rem 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: 180px;
}

.foot_cp_logo img{
	width: 200px;
}






.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;
	}
	/* list
	------------------------------*/
	ul.comment_list{
		font-size: 20px;
	}
	/* space
	------------------------------*/
	.color-inner{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.contents_space{
		margin-top: 4rem;
	}

	/* text
	------------------------------*/
	.lead_text{
		font-size: 24px;
	}
	.lead_text_s{
		font-size: 18px;
	}

	/* title
	------------------------------*/
	.day img{
		width: 340px;
	}
	.period img{
		width: 170px;
	}
	/* button
	------------------------------*/
	.arrow{
		padding: 0 0 0 26px;
	}
	/* bg
	------------------------------*/

	.main_bg{
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	.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;
	}
	/* box
	------------------------------*/
	.hejimete_text_box{
		position: relative;
		padding: 1rem 0 3rem;
	}
	.hejimete_text{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.hejimete_text img{
		width: 180px;
	}
	.foot_cp_logo img{
		width: 282px;
	}

	.present_box{
		padding: 60px 60px;
	}
	.present .title {
		padding: 30px 50px;
	}
}


@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
	------------------------------*/
	.hejimete_text img{
		width: 250px;
	}
	/* text
	------------------------------*/
	.main_text{
		font-size: 32px;
	}
}
@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;
	}
	/* text
	------------------------------*/
	.main_text{
		font-size: 28px;
	}
}


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

@media screen and (max-width: 575px){
	.cp_logo {
		margin-bottom: 1rem;
	}
	.icon_area{
		padding: 15px 0 75px;
	}
	.main_text{
		font-size: 18px;
	}
}
@media screen and (max-width: 460px){

}

@media (min-width: 576px) and (max-width: 767px) {
		/* box
	------------------------------*/
	.present_box{
		padding: 40px 40px;
	}
	.present .title {
		padding: 20px 40px;
	}
}

@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%;
	}
}
