@charset "UTF-8";
/*
* TWINKLE version 2.0.3
*/
/*
* ADDContexts
*/


/*
*
* TOP
* --------------------------------------------------
*/

.top_comment{
	font-weight: 400;
	color: #1E1E1E;
	font-size: 35px;
	line-height: 1.1;
	font-family: 'Kiwi Maru', serif;
  	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;

display: inline-block;


}



.top_comment_box{
text-align: center;


}


/*
*
* CONTENTS CHOICE
* --------------------------------------------------
*/
@media screen and (min-width: 680px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:inline; }
}



.seminer_detail{
	font-size: 16px;
	line-height: 1.6667;
	letter-spacing: 0.03em;
}



.h2_title_big {
	font-size: 22px;
	font-weight: 600;
	color: #EA818E;
	background-color: #F6CDD3;
	border-bottom: solid 6px #EA818E;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
	padding: 10px;
}




.sub_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding: 15px 15px 10px 35px;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
}
 
.sub_title::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 5px;
	height: 25px;
	background-color: #EA818E;
}



.installment-note{
  background:#d9d9e6;      /* 薄いグレー */
  color:#2f5bff;           /* 青文字 */
  text-align:center;       /* 中央寄せ */
  padding:10px 0;          /* 上下余白 */
  margin:20px 0;
  font-weight:500;
font-size: 14px;
}







.section-divider{
  border:0;
  height:1px;
  background:linear-gradient(to right, transparent, #ccc, transparent);
  margin:30px 0;
}





/*
*
* SEMINER BT
* --------------------------------------------------
*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #EA818E;
  background: #F6CDD3;
  -webkit-box-shadow: 0 5px 0 #EA818E;
  box-shadow: 0 5px 0 #EA818E;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #EA818E;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #EA818E transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #EA818E;
  -webkit-box-shadow: 0 2px 0 #EA818E;
  box-shadow: 0 2px 0 #EA818E;
}





.map{
	padding-top:20px;
}


.workshop_detail_accent {
    font-size: 18px;
    line-height: 1.6667;
    letter-spacing: 0.03em;
color:#006600;
}



.workshop_detail {
	padding-top:20px;
    font-size: 18px;
    line-height: 1.6667;
    letter-spacing: 0.03em;
color:#fca3b7;
}



.title_small {

    font-size: 12px;
    line-height: 1.5;

}


.fs-16{
	color:#fca3b7;
	font-size: 16px;
}


.f-movie{
	color:#fca3b7;
	font-size: 13px;
}


.movie-d{
/*
    padding-left: 10px;
*/
    font-size: 13px;
    text-transform: uppercase;
}

.text-green {
    color: #00a48d;
}

.text-red {
    color: #d7003a;
}

.text-blue {
    color: #1d50a2;
}

.text-orange {
    color: #ea5504;
}

.text-pink {
    color: #e95295;
}

.text-puple {
    color: #734e95;
}

.detail_sub{
    font-size: 0.9em;
font-weight:400;

}

.hr1 {
  position: relative;
	overflow: visible;
	text-align: center;
	color: #ccc;
	border-width: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

.hr1::after {
  position: absolute;
	top: -0.6em;
	left: 50%;
	display: inline-block;
	content: '\02749';
	background: #ffffff;
}



.separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ccc, #999, #ccc);
  margin: 20px 0;
}
.text_bw{    margin: 15px 0 0 0;}
.w300{font-weight:600;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}



@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */

.title_ac{

font-size:14px;
margin:10px; 0;
}


}

@media screen and (min-width: 980px) {
    /* 980px以上用（PC用）の記述 */
.title_ac{
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
color: #1E1E1E;
    font-family: "Poppins", sans-serif;

}

}







.side_blog{

padding: 5px 5px;
background-color:#FFFFFF;
margin:10px 0;
border-radius: 10px
}



.kiji{
font-size:0.8em;

}



.t_mark {
    padding: 3px 10px;
    color: #ffffff;
    background: #fca3b7;
    border-radius: 10px;
font-size:1.5em;
/*
    background: linear-gradient(90deg, #EA818E 0%, #EA818E 15%, #FCA3B7 15%, #FCA3B7 100%);*/
}

.b_mark {
    padding: 3px 10px;
    color: #ffffff;
    background: #228B22;
    border-radius: 10px;
text-align: center;
/*
    background: linear-gradient(90deg, #EA818E 0%, #EA818E 15%, #FCA3B7 15%, #FCA3B7 100%);*/
}

.b_title{

font-size:0.75em;


}


.date{
display:block;
font-size:0.75em;


}

.article{

font-color:#ffff00;
}


.flex-container {
    display: flex;
}

.flex-item {
    flex-basis: 100%;
}

.image-wrap{
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 10px 5px;
}

.image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.IMAGE_MID{

width:60%;
border-radius: 18px;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;

    max-width: 100%;
    height: auto;
}

.blog_list{

border-radius: 18px;

}


.image-wrap img:hover {
  opacity: 0.7;
filter: grayscale(100%) brightness(0.9) sepia(100%) hue-rotate(290deg) saturate(200%);
}



.marker_green {
    color: #000000;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #d5ead8 65%);
}


.marker_blue {
    color: #000000;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #a0d2f2 65%);
}

/*menuのMENU*/
.rd-navbar-toggle .menu-text {
    color: #F6B3BF; 
    font-size: 8px; 
    font-weight: bold; 
    text-align: center; 
    display: block; 
    margin-top: -10px;
}

.rd-navbar-toggle .menu-text {

    transform: rotate(0deg); 
}
