@charset "utf-8";
/*オリジナル*/

.sp{
    display: none;
}

.sec_entry {
    margin-top: 80px;
    display: none;
}

#entryform h2 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  display: inline-block;
}

#entryform h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #EBDE67; /*アイコン色*/
}

#entryform{
	margin-top: 40px;
    text-align: center;
}



.mp0{
	margin: 0 !important;
	padding: 0 !important;
}

.eventh3{
    	margin-top: 40px;
    	position: relative;
  		padding: 0.5em;
  		background: #4362a9;
  		color: white;
    }

.eventh3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(24, 54, 97);
}

.eventh3_blue {
  position: relative;
  padding: 0.5em;
  background: #8abf92;
  color: white;
}

.eventh3_blue::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #7a967e;
}

.eventh3_bluegreen p,.eventh3_bluegreen h3{
    margin: 0;
    white-space: nowrap;
}

.eventh3_bluegreen {
  position: relative;
  padding: 0.5em;
  background: #286D6D;
  color: white;
}

.eventh3_bluegreen::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #1E4948;
}

.eventh3_lightblue {
  position: relative;
  padding: 0.5em;
  background: #7c9ab2;
  color: white;
}

.eventh3_lightblue::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #738c9f;
}

.eventh3_blue p,.eventh3_blue h3{
    margin: 0;
    white-space: nowrap;
}

.eventh3_orange p,.eventh3_orange h3{
    margin: 0;
    white-space: nowrap;
}

.eventh3_orange {
  position: relative;
  padding: 0.5em;
  background: #ea5413;
  color: white;
}

.eventh3_orange::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #cb5624;
}

.mt-0{
    	margin-top: 0px !important;
    }

.mt-40{
        margin-top: 40px !important;
    }

.mb-30{
        margin-bottom: 30px !important;
    }

.event-large{
	font-size: 26px;
	color: #183661;
  	padding: 0.5em 0;
  	border-top: solid 3px #183661;
  	border-bottom: solid 3px #183661;
  	text-align: center;
    
}

.event-large-green{
    font-size: 35px !important;
    color: #23ac38;
    padding: 0 0 0.5em 0;
    border-top: solid 3px #23ac38;
    border-bottom: solid 3px #23ac38;
    text-align: center;
    line-height: 1.2 !important;
}

.event-large-green span{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px !important;
    color: #81ca8c;
}

.event-large-bluegreen{
    font-size: 35px !important;
    color: #286D6D;
    padding: 0 0 0.5em 0;
    border-top: solid 3px #286D6D;
    border-bottom: solid 3px #286D6D;
    text-align: center;
    line-height: 1.2 !important;
}

.event-large-bluegreen span{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px !important;
    color: #5A9B99;
}

.event-large-lightblue{
    font-size: 35px !important;
    color: #7c9ab2;
    padding: 0 0 0.5em 0;
    border-top: solid 3px #7c9ab2;
    border-bottom: solid 3px #7c9ab2;
    text-align: center;
    line-height: 1.2 !important;
}

.event-large-lightblue span{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px !important;
    color: #a3bfd5;
}

.event-large-orange{
    font-size: 35px !important;
    color: #ea5413;
    padding: 0.5em 0;
    border-top: solid 3px #ea5413;
    border-bottom: solid 3px #ea5413;
    text-align: center;
    line-height: 1.2 !important;
}

.event-large-orange span{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px !important;
    color: #5A9B99;
}

.eventh3_fes {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2898B3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.6;
}

.fesline{
    border-width: 2px 0 0 0 !important;
    border-style: dashed !important;
    border-color: #808080 !important;
}

.eventh4_green {
    font-size: 26px !important;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left:solid 5px #ffc67d;
}

.eventh4_green p{
    margin: 0;
}

.bubble {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #193661;
}

.bubble:after {
  position: absolute;
  bottom: -9px;
  left: 49%;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #193661 transparent transparent transparent;
}

.peace{
    padding-top: 0.5em;
}

.pop {
  position: relative;
  color: #333;
}
.pop:before {
  content: "";
  position: absolute;
  background: #faffbd;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}

.pop strong{
    position: relative;
    color: #333;
    display: inline-block;
    margin: 0;
    text-shadow: 0 0 2px white;
    z-index: 1;
    white-space: nowrap;
    font-size:34px;
}

.feslarge {
  position: relative;
  text-align: center;
  border: 2px solid #F7AF30;
  background: #fff;
}

.feslarge:before,
.feslarge:after {
  position: absolute;
  content: '';
}

.feslarge:before {
  top: -45px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #F7AF30;
  border-radius: 50%;
  background: #fff;
}

.feslarge:after {
  top: 2px;
  left: 2px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #F7AF30;
  background: #fff;
}

.feslarge i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -44px;
  left: calc(50% - 38px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.feslarge span {
    font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
  line-height: 1.2;
}

.feslarge span:before,
.feslarge span:after {
  position: absolute;
  content: '';
}

.feslarge span:before {
  top: -37px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #F7AF30;
  border-radius: 50vw 50vw 0 0;
}

.feslarge span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}

.pop span{
    font-size:65px;
    color:#ffb351;
}

.radius{
    border-radius: 10px !important;  
}

.container{
    max-width: 1000px;
    margin: 0 auto;
}

.shadow{
     box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.22);
}


/*.animation{
  animation: fuwafuwa 1.5s linear infinite;
  scale: 1;
}*/

.gr-present{
    width:800Px;
    margin: 0 auto;
}

.red{
    color:#ff0000;
}

.bold{
    font-weight: bold;
}

summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding-left: 20px; /* アイコン分の余白 */
  cursor: pointer;
  font-weight: bold;
  width: 100px;
  margin: 0 0 0 auto;
}
summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}
/* 疑似要素でアイコンを表示 */
summary:before,
summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #70BF85;
}
summary:after {
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}
/* オープン時 */
details[open] summary:after {
  transform: rotate(90deg); /* 90度回転 */
  left: 4px;
  top: 5px;
}

.p-20 summary:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #545454;
}

/*@keyframes fuwafuwa{
 0%{transform:translateX(0)}
 50%{transform:translateX(-10px)}
 100%{transform:translateX(0)}
}*/

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container{
    position: absolute;
    bottom: 0;
    right: 0;
}

 .wp-block-cover, .wp-block-cover-image{
    min-height: 330px !important;
}

.w-800{
    width: 800px;
    margin: 0 auto;
}

.w-523{
    width: 523px;
    margin: 0 auto;
}

.headingcenter{
    width: 462px;
    margin: 0 auto;
}

.headingcenter2{
    width: auto;
    margin: 0 auto;
}

.headingmodel {
    position: relative;
    padding-top: 50px;
/*    padding-left: 30px;*/
    font-size: 32px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
    color: #4b4b4b;
}

.headingmodel span {
    position: relative;
    z-index: 2;
}

.headingmodel::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -20px;
    left: -45px;
    color: #aad5df;
    font-size: 88px;
    font-weight: 400;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

.headingnumber {
    position: relative;
    font-size: 26px;
    text-align: center;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
    color: #4b4b4b;
}

.headingnumber::before {
    content: attr(data-number);
    display: block;
    margin-bottom: 30px;
    color: #2898B3;
    font-size: 30px;
}

.headingnumber::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color: #2898B3;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

.hr-dots {
  border: 0 !important;
  height: 10px;
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 13px;

  &::before {
    content: '•••';
    color: #4b4b4b;
    font-size: 1.25em;
    letter-spacing: .75em;
    opacity: .75;
  }

}

.p-20{
    padding:20px;
}

.w-343{
    width: 343px !important;
}

.w-732{
    width: 732px !important;
}

.w-600{
    width: 600px !important;
}

.w-443{
    width: 443px;
    margin: 0 auto;
}

.w-139{
    width: 139px;
    margin: 0 auto;
}

.heading16 {
    position: relative;
    padding-bottom: 20px;
    font-size: 26px;
    text-align: center;
}

.heading16 strong{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

.heading16::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #333333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
}

.heading03 strong{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

.heading03 h2{
    margin: 0;
}

.heading03::before,
.heading03::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #4b4b4b;
}

.heading03::before {
    margin-right: 20px;
}
.heading03::after {
    margin-left: 20px;
}

.mincho strong{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

.heading01 {
    display: inline;
    font-size: 21px !important;
    background-image: linear-gradient(rgba(0,0,0,0) 70%, #d8ecec 70%);
}

.eventh3_green {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #70BF85;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.6;
}

.pc{
    display: block;
}

.points{
    font-family: "din-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #362C1B;
    font-size: 25px;
    margin-bottom: 0 !important;
}

.points-title {
    width: 110%;
    color: #fff;
    padding: 1.5rem 3rem;
    display: inline-block;
    line-height: 1.3;
    background: #70BF85;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
    font-size: 18px;
    left: -10%;
    position: relative;
}

.points-border {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

.points-border p{
    margin-bottom: 10px;
}

.points-border:before {
    content: '';
    position: absolute;
    border-right: solid 1px #362C1B;
    border-bottom: solid 1px #362C1B;
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 0px;
}

.present-head {
  color: #fff;
  padding: 0.5em;
  line-height: 1.3;
  background: #362C1B;
  vertical-align: middle;
  border-radius: 0px 60px 60px 0px;
  font-size: 26px;
  width: 100%;
  margin: 0 auto !important;
}

.present-title {
    font-size: 26px !important;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #EBDE67;
}


.font-green{
    color: #70BF85;
}

.font-yellow{
    color: #EBDE67;
}

.font-dark{
    color:#362C1B;
}

.openhouse {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 61px;
    line-height: 1;
    letter-spacing: 4px;
}


@media only screen and (max-width:767px){
	
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .entryh2{
		padding-left: 12px;
    	font-size: 1.7rem;
    	margin-bottom: 20px;
    }

    .point-style{
    	padding-top: 40px !important;
    }

    .wp-block-cover, .wp-block-cover-image{
        min-height: 200px !important;
    }

    .pop:before {
        width: 100px;
        height: 100px;
    }

    .pop strong{
        font-size: 17px;
    }

    .pop span{
        font-size: 38px;
    }

    .eventh4_green {
        font-size: 20px !important;
    }

    .event-large-green{
        font-size: 26px !important;
    }

    .event-large-bluegreen{
        font-size: 26px !important;
    }

    .event-large-lightblue{
        font-size: 26px !important;
    }

    .container{
        max-width: 92%;
        margin: 0 auto;
    }

    .gr-present{
        width:auto;
        margin: 0 auto;
    }

    .bubble:after{
        left:45% !important;
    }

    .w-800,.w-443,.w-523{
        width: 100%;
    }

    .headingmodel {
        font-size: 24px;
        padding-left: 0;
    }
    
    .headingmodel::before{
        font-size: 77px;
        top: -5px;
        left: 0px;
    }

    .headingcenter{
        width: auto !important;
    }

    .w-343{
        width: 318px !important;
    }

    .w-732,.w-600 {
        width: auto !important;
    }

    .w-139{
        width: 192px !important;
    }

    .heading01{
        font-size: 19px !important;
    }

    .heading03{
        font-size: 24px;
    }

    .modelresposiveh2 strong,.modelresposiveh2 h2{
        font-size: 19px !important;
    }

    .wp_contents .modelresposivep{
        font-size: 12px !important;
    }

    .wp_contents .price-responsive{
        font-size: 20px !important;
    }

    .points-title {
        width: 100%;
        padding: 1.5rem 2rem;
        left: 0px;
    }

    .points{
        text-align: center;
    }

    .present-head{
        font-size: 24px;
        text-align: left !important;
    }

    .points-border p{
        margin-left: 20px;
    }

    .present-title{
        font-size: 20px !important;
    }
}