@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick/fonts/slick.eot");
  src: url("slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slick/fonts/slick.woff") format("woff"), url("slick/fonts/slick.ttf") format("truetype"), url("slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/* CSS Document */
html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	overflow-x: hidden;
}

p {
    margin-bottom: 0px;
    font-size: 14px;
    /*font-weight: 800;*/
}


.red {
	color: #E30000;
}

.yerrow {
	color: #FAF570;
	font-weight: 800;
	word-wrap:normal;
	display: inline;
}
.yellow {
	color: #9E4400;
	font-weight: 800;
	word-wrap:normal;
	display: inline;
}


.stripe1{
	background-image: url("../images/stripe.png");
	background-repeat: repeat-x;
	background-position: center top;
	height: 8px;
	
}

span{
	display: inline-block;
}

div.clearfix {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.cal_pad0{
	padding-left: 0px;
	padding-right: 0px;
}


.main {
	background-color: #ffffff;
}


header {
	display: block;
	background-color: #ffffff;
    position: relative;
}

header .row{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}



footer {
	background-color: #FC7EA0;
	color:rgba(255,255,255,1.00);
}



.newback2 {
	background-image: url("../images/cuteback02.jpg");
	background-position: center;
}


.anime1{
	animation:1s cubic-bezier(.1,.47,.59,.96) 1s infinite alternate forwards running infi01;
}

.anime2{
	animation:1s cubic-bezier(1,0,0,1) 1200ms infinite alternate forwards running infi02;
	transform-origin: left bottom;
	display: block; position: absolute; top: -34px; left: 244px;
}

@keyframes infi01{
  0%{
	  transform:scale(0.9);
  }
  100%{
   transform:scale(1.0);
  }
}
@keyframes infi02{
  0%{
	  transform:scale(0.9) rotate(-0.04turn);
  }
  100%{
   transform:scale(1.0)  rotate(0.02turn);
  }
}





.roots {
	overflow: hidden;
}



.logo {
	display: block;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	height: 75px;
	width: 75px;
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	
}

.tel{
	background-image: url("../images/freedial.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 32px;
	display: block;
	padding-left: 35px;
	font-size: 22px;
}


.sliderset .slider_page{
	display: block;
	height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	text-indent: -9000px;
}


h2 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 20px;
}


h3.h304{
	color: #7C3D34;
	font-size: 24px;
	text-align: left;
	font-weight: 800;
	
}
h3.h304 i{
	font-style: normal;
	display: block;
	float: left;
	border-bottom: solid 5px #FC7EA0;
	color: #FC7EA0;
	font-size: 40px;
	margin-right: 20px;
	font-weight: 400;
}



h5{
	margin-bottom: 0px;
}

.checks01 h4{
    font-size: 20px;
    background-image: url("../images/dot01.png");
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: contain;*/
    background-size: 24px;
    padding-left: 40px;
    font-weight: 800;
}

.checks01 .nakami{
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

.checks01 .nakami2{
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}





.checks02 h4{
    font-size: 20px;
    background-image: url("../images/dot02.png");
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: contain;*/
    background-size: 24px;
    padding-left: 30px;
    font-weight: 800;
}

.checks02 .nakami{
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

.checks02 .nakami2{
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}






.point02 h3{
	padding-top: 20px;
	padding-bottom: 20px;
}
.point02 p{
	padding-bottom: 30px;
}

.point03 h3{
	font-size: 24px;
	line-height: 200%;
	margin-top: 15px;
}

.point03 h3 strong{
	font-size: 36px;
	font-weight: 800;
}

.point03 h4 {
	font-weight: 800;
	color: #FC7EA0;
	margin-bottom: 30px;
}

.lp2022 .point03 h4 {
	font-weight: 800;
	color: #953D00;
	margin-bottom: 30px;
}


.h501{
	color: #7C3D34;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: solid 2px #E2D2C7;
	border-bottom: solid 2px #E2D2C7;
}


.whiteboard {
	background-color: #ffffff;
	padding: 20px;
	padding-bottom: 1px;
}

.whiteboard p{
	margin-bottom: 20px;
}

.whiteboard i{
	text-decoration: none;
	font-style: normal;
	position: relative;
	z-index: 1;
	color: #ffffff;
	margin-right: 20px;
	padding-left: 5px;
	width: 20px;
	height: 20px;
	display:inline-block;
	line-height: 20px;
}

.whiteboard i::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	color: #C1C1C1;
	font-size: 20px;
	z-index: -1;
	text-align: center;
	line-height: 20px;
}

.whiteboard p strong{
	font-size: 16px;
}


.sns_icon a{
	display: block;
	height: 24px;
	width: 24px;
	background-image: url("../images/sns01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9000px;
}

.sns_icon.facebook a{
	background-image: url("../images/sns02.png");
}

.sns_icon.line a{
	background-image: url("../images/sns03.png");
}

.sns_icon.instagram a{
	background-image: url("../images/sns04.png");
}

.sns_icon.pintarest a{
	background-image: url("../images/sns05.png");
}



.waku01 {
	border: solid 1px #707070;
	padding: 20px;
}

.waku01 h4{
	color: #490707;
}

.waku02 {
	border: solid 6px #FC7EA0;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 15px;
}
.waku03 {
	border: solid 6px #E09863;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 15px;
}


.button01{
	display: block;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	border: solid 5px #7C3D34;
	border-radius: 10px;
	/*text-indent: -9000px;*/
	background-image: url("../images/button02.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	padding: 20px 20px;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	position: relative;
}

.button01 .button01b{
	display: block;
	position: absolute;
	bottom:13px;
	right: 2px;
	height: 7px;
}

.button01::after{
	content: "";
	background-image: url("../images/button_shadow.png");
	display: block;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: -32px;
}
.button01:hover{
	-ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
	-moz-opacity:0.9; /* FF , Netscape */
	-webkit-opacity: 0.9; /* Safari 1.x */
	opacity:0.9;
	zoom:1; /*IE*/	
}


.button03{
	display: block;
	width: 100%;
	height: 140px;
	background-color: #ffffff;
	border: solid 5px #7C3D34;
	border-radius: 10px;
	background-image: url("../images/button02.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	position: relative;
}

.button03::after{
	content: "";
	background-image: url("../images/button_shadow.png");
	display: block;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: -32px;
}
.button03:hover{
	-ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
	-moz-opacity:0.9; /* FF , Netscape */
	-webkit-opacity: 0.9; /* Safari 1.x */
	opacity:0.9;
	zoom:1; /*IE*/	
}



.button03 .button03a{
	display: block;
	position: absolute;
	top:10px;
	left: 10px;
}
.button03 .button03b{
	display: block;
	position: absolute;
	bottom:13px;
	right: 2px;
	height: 7px;
}




.button02 input{
	display: block;
	width: 100%;
	height: 80px;
	background-color: #AC945A;
	color: #ffffff;
	border-radius: 10px;
	position: relative;
	padding: 20px 20px;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	border: none;
	font-size: 24px;
	font-weight: 800;
	background-image: url("../images/arrow3.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
}

.button02 input::after{
	content: "";
	background-image: url("../images/button_shadow.png");
	display: block;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: -32px;
}
.button02 input:hover{
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-webkit-opacity: 0.7; /* Safari 1.x */
	opacity:0.7;
	zoom:1; /*IE*/	
}










.h403{
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}
.h403::before{
	display: block;
	content: "[";
	font-size: 48px;
	position: absolute;
	top:0px;
	left: 0px;
}
.h403::after{
	display: block;
	content: "]";
	font-size: 48px;
	position: absolute;
	top:0px;
	right: 0px;
}




/*SLIDE TEST*/


.swiper-slide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}


.swiper-button-next, #wide .swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
}


.swiper-wrapper {
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 166.6%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/*ここまで SLIDE  TEST*/



.basic_back01{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:cover;
    
}







/*2023*/
.button2023_01{
    display: block;
    background-color: #AE9A85;
    color: #ffffff;
    width: 360px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding-top: 14px;
    transition: all 500ms linear;
}
.button2023_01:hover {
        background-color:#ffffff;
    color: #AE9A85;
    text-decoration: none;
        
}

a img{
    transition: all 500ms linear;
}
a img:hover{
    opacity: 0.75;
}


.button2023_02{
    display: block;
    background-color: #4A3E34;
    color: #ffffff;
    width: 480px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding-top: 14px;
    transition: all 500ms linear;
}
.button2023_02:hover {
        background-color:#ffffff;
    color: #4A3E34;
    text-decoration: none;
        
}


.button2023_event{
    display: block;
    background-color: rgba(255, 255, 255, 0.80);
    color: #009AFF;
    width: 300px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
    backdrop-filter: blur(5px);
    transition: all 500ms linear;
}
.button2023_event:hover{
    background-color: #009AFF;
    color:rgba(255,255,255,0.80);
    text-decoration: none;
}



.contact_info02{
    margin-bottom: 15px;
    color: #505050;
    font-weight: 600;
    font-size: 16px;
}

.flash_tel a{
    position: absolute;
    display: block;
    width: 304px;
    height: 32px;
    background-image: url("../images/flash_tel.png");
    background-repeat: no-repeat;
    background-size:contain;
    top:10px;
    right: 10px;
}
.flash_text01{
    position: absolute;
    display: block;
    width: 360px;
    height: 360px;
    background-image: url("../images/flash_text03.png");
    background-repeat: no-repeat;
    background-size:contain;
    top: 193px;
    right: 200px;
}
.flash_text02{
    text-indent: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    display: block;
    width: 415px;
    height:100px;
    top: 300px;
    left: 150px;
}
.flash_text03{
    position: absolute;
    display: block;
    width: 360px;
    height: 360px;
    background-image: url("../images/flash_text03.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 193px;
    right: 455px;
}

.unit2023_01{
	padding-top: 60px;
	padding-bottom: 60px;
}
.unit2023_02{
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: 100% 150%;
}
.unit2023_03{
	padding-top: 60px;
	padding-bottom: 60px;
}
.unit2023_event{
	padding-top: 80px;
	padding-bottom: 80px;
}
.waku2023_1{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.waku2023_2{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
    text-shadow: 1px 1px 1px #0364e9, 1px -1px 1px #0364e9, -1px 1px 1px #0364e9, -1px -1px 1px #0364e9;
}
.waku2023_img{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
h3.h2023_1 i {
    font-style: normal;
    font-family: "M PLUS Rounded 1c";
    display: block;
    float: left;
    /* border-bottom: solid 5px #FC7EA0; */
    color: #ffffff;
    font-size: 40px;
    margin-right: 20px;
    font-weight: 400;
    background-color: #555555;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    border: solid 2px #1c1c1c;
    line-height: 40px;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 41%);*/
}
h3.h2023_1{
    font-size: 20px;
}

.lp2023 .fcell input,.lp2023 .fcell select {
    width: 100%;
    border: solid 0px #bcbcbc;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.lp2023 .fcell textarea {
    border: solid 0px #bcbcbc;
    border-radius: 5px;
}




/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.fade_in {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.fade_in.on {
  opacity: 1.0;
}
.zoom_in {
  transition: 0.8s cubic-bezier(0.76, -0.21, 0.47, 1.64);
    transform: scale(1%);
    transform-origin: center bottom;
  opacity: 0;
}
.zoom_in.on {
 transform: scale(100%);
  opacity: 1.0;
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.8s ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}












.attention {
	overflow-y: scroll;
	height: 100px;
	padding: 15px;
	border: solid 1px #000000;
}


.fcell{
	display: block;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.fcell input, .fcell select{
	width: 100%;
	border: solid 1px #bcbcbc;
	padding: 15px;
	margin-bottom: 10px;
}
.fcell input[type="checkbox"] {
	width: 13px;
	padding: 0px;
}
.fcell input[type="radio"] {
	width: 13px;
	padding: 0px;
}

.fcell textarea{
	border: solid 1px #bcbcbc;
}

.fcell h4.h401{
	background-color: #DEDCDC;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 800;
}
.fcell h4.h401 span.step1{
	display: block;
	background-color: #C1BFBE;
	padding: 10px 20px;
	height: 40px;
	float: left;
}
.fcell h4.h401 span.step2{
	display: block;
	padding: 10px 20px;
	height: 50px;
	float: left;
}

.fcell h6 {
	font-weight: 800;
	font-size: 14px;
}



.fcell2{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.fcell2 input, .fcell2 select{
	width: 100%;
	border: solid 1px #bcbcbc;
	padding: 15px;
	margin-bottom: 10px;
}
.fcell2 input[type="checkbox"] {
	width: 13px;
	padding: 0px;
}
.fcell2 input[type="radio"] {
	width: 13px;
	padding: 0px;
}

.fcell2 textarea{
	border: solid 1px #bcbcbc;
}

.fcell2 h4.h401{
	background-color: #DEDCDC;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 800;
}
.fcell2 h4.h401 span.step1{
	display: block;
	background-color: #C1BFBE;
	padding: 10px 20px;
	height: 40px;
	float: left;
}
.fcell2 h4.h401 span.step2{
	display: block;
	padding: 10px 20px;
	height: 50px;
	float: left;
}

.fcell2 h5 {
	display: block;
	background-color: transparent;
	color: #9e801f;
	border-bottom: 1px solid #9e801f;
	font-size: 18px;
	font-weight: 900;
}

.fcell2 h6 {
	font-weight: 800;
	font-size: 14px;
}







.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad15 {
	padding-top: 15px;
	padding-bottom: 15px;
}


.pad20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad80 {
	padding-top: 80px;
	padding-bottom: 80px;
}







.fullimg {
	width: 100%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fullimg2 {
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    display: block;
}


.hukidasi1 {
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	z-index: 10000;
	
}

.fullback01 {
	background-position: center bottom;
	background-size: cover;
}

.hissu {
	color: #E5392B;
	font-size: 10px;
	margin-right: 5px;
}

.fcell {
	display: block;
	/*border-bottom: solid 1px rgba(0,0,0,0.5);*/
}


.bt01 {
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.bt01 {
	display: block;
	position:relative;
	height: 70px;
	width: 100%;
	max-width: 640px;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
	background-color: rgba(0,0,0,1.00);
	margin-top: 30px;
	margin-bottom: 30px;
}


.bt01 a {
	height: 70px;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	border: solid 4px #000000;
	background-image: url("../images/bt01.png");
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
	text-indent: -9000px;
	position: absolute;
	top:-5px;
	left: -5px;
	transition: all 200ms 0s cubic-bezier(.17,.84,.44,1);
    /*box-shadow: 5px 5px 0px #000000;*/
}

.bt01.l2 a {
	background-image: url("../images/bt02.png");
}
.bt01.l3 a {
	background-image: url("../images/bt03.png");
}
.bt01.l4 a {
	background-image: url("../images/bt06.png");
}
.bt01.l5 a {
	background-image: url("../images/bt07.png");
}



.bt01 a:hover{
	margin-left: auto;
    margin-right: auto;
	top: 0px;
	left: 0px;
}

.bt01 a:active{
	margin-left: auto;
    margin-right: auto;
	top: 0px;
	left: 0px;
}



.button01 input {
	display: block;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
	max-width: 640px;
	border: solid 1px #000000;
	border-radius: 10px;
}





.arrow02 img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: -35px;
	width: 100%;
	max-width: 230px;
	padding-top: 40px;
}

.z20 {
	z-index: 2000;
}

.full_h1{
	 color: #ffffff;
	text-align: center;
	font-weight: 800;
	padding-top: 30px;
    padding-bottom: 30px;
}






ol{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ol li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.50);
	padding-top: 15px;
	padding-bottom: 15px;
}





ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.review01 li{

}

ul.review01 li div{
	border-bottom: solid 1px rgba(0,0,0,0.5);
	padding-top: 20px;
	padding-bottom: 20px;
}


ul.review01 li div h5{
	display: block;
	float: left;
}

ul.review01 li div .r_star{
	display: block;
	float: right;
}

ul.price01 li div{
	border-bottom: solid 1px rgba(0,0,0,0.5);
}

ul.price01 li div{
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.price01 li div .box01{
	display: block;
	float: left;
	background-color: #E3DEE2;
	width: 150px;
	text-align: center;
	padding: 5px;
	position: relative;
	margin-right: 20px;
}

ul.price01 li div .box01::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	display: block;
	right: -20px;
	top: 5px;
	color: #302362;
	font-size: 18px;
}

ul.price01 li div .price{
	display: block;
	float: right;
	color: #D32E2F;
	font-size: 22px;
	font-weight: 800;
}

ul.price01 li div h5{
	color: #302362;
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.access h5 {
	display: block;
	background-color:#D9D9D9;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 800;
	margin-bottom: 10px;
}
.access div {
	padding-bottom: 20px;
}






.h402{
	font-size: 18px;
	color: #725B9D;
	text-align: center;
	font-weight: 800;
}




/*タブ関連*/

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

.tab-content .tab-nakami {
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	background-color: #FFE3EB;
}
.lp2022 .tab-content .tab-nakami {
    background-color: #FDE8D6;
}
.lp2023 .tab-content .tab-nakami {
    border-left: none;
    border-right: none;
    background-color: #F5EBDA;
}

.nav-tabs .nav-link{
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #363636;
	background-color: #FDEBC1;
	border-top:solid 1px #707070;
	border-left:solid 1px #707070;
	border-right:solid 1px #707070;
	border-bottom: solid 1px #707070;
}
.nav-tabs .nav-link.active{
	background-color: #ffffff;
}
.nav-tabs {
    border-bottom: 1px solid #707070;
    width: 100%;
}

.nav-tabs .nav-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
	background-color:#FFE3EB;
	border-top:solid 1px #707070;
	border-left:solid 1px #707070;
	border-right:solid 1px #707070;
	border-bottom:solid 1px #FFE3EB;
	font-size: 24px;
	font-weight: 800;
}

.lp2022 .nav-tabs .nav-link.active {
    background-color: #FDE8D6;
}


.lp2023 .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #363636;
    background-color: #FFF8ED;
    border-top: solid 5px #F3EEE6;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
}

.lp2023 .nav-tabs .nav-item.show .nav-link,.lp2023 .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #F5EBDA;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 24px;
    font-weight: 800;
    border-bottom: solid 2px #F5EBDA;
    border-radius: 0px;
    border-top: solid 5px #E2D4BE;
}
.lp2023 .form_base .row {
    margin-bottom: 50px;
    border-bottom: none;
}
.lp2023 .nav-tabs {
    border-bottom: 1px solid #fff8ed;
    width: 100%;
}

/*ここまでタブ関連*/



/*グッドホーム独自パーツ？*/
.h301{
	background-color: #404040;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.h301 h3{
	font-size: 16px;
	
}

.bt_event{
	display: block;
	background-color: #ffffff;
	border: solid 5px #000000;
	border-radius: 5px;
	min-height: 70px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.46);
	margin-top: 30px;
	margin-bottom: 30px;
}


ul.list01{
    text-align: left;
    margin-bottom: 15px;
}
ul.list01 li{
    text-align: left;
    font-weight: 700;
    text-indent: -1.2em;
    margin-left: 20px;
}
ul.list01 li::before{
    content: "・";
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}
@media (max-width: 1199.98px) {
	.sliderset .slider_page{
		/*height: 550px;*/
	}
	.button03{
		height: 120px;
	}
    
    
    .flash_text01 {
        position: absolute;
        display: block;
        width: 300px;
        height: 300px;
        background-image: url(../images/flash_text01.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 320px;
        right: 60px;
    }
    .flash_text02 {
        text-indent: 0px;
        color: #ffffff;
        font-size: 26px;
        font-weight: 900;
        position: absolute;
        display: block;
        width: 441px;
        height: 100px;
        top: 111px;
        left: 50px;
    }
	.flash_text03 {
        position: absolute;
        display: block;
        width: 300px;
        height: 300px;
        background-image: url(../images/flash_text01.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 320px;
        left: 25px;
    }
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}
@media (max-width: 991.98px) {
	.sliderset .slider_page{
		height: 600px;
	}
    
    
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.pc_only{
		display: block;
	}
	.sm_only{
		display: none;
	}
	
	.nakami2{
		border-bottom: none !important;
	}
	
	.form_base .row{
		margin-bottom: 50px;
		border-bottom: solid 1px #707070;
	}
	
	
	
}
@media (max-width: 767.98px) {
	.pc_only{
		display: none;
	}
	.sm_only{
		display: block;
	}
	
	.button03{
		height: 100px;
	}
	.logo {
        display: block;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 50px;
        width: 50px;
        text-indent: -9000px;
        margin: 0px;
        padding: 0px;
    }
    .flash_tel a {
        position: absolute;
        display: block;
        width: 243px;
        height: 30px;
        background-image: url(../images/flash_tel.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 10px;
        right: 10px;
    }
    
    .flash_text01 {
        position: inherit;
        display: block;
        width: 300px;
        height: 300px;
        background-image: url(../images/flash_text01.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* top: 100px; */
        /* right: 60px; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
	
	.flash_text01 a{
		display: block;
		background-color: #ffffff;
		position: absolute;
		bottom: -25px;
		left: 50px;
		width: 300px;
		height: 50px;
		color: #000000;
		text-align: center;
		text-indent: 0px;
		padding-top: 12px;
		border-radius: 25px;
	}
	
    
    .flash_text01 a.d0407{
		display: block;
		background-color: #ffffff;
		position: absolute;
		bottom: 28px;
		left:auto;
		width: 300px;
		height: 50px;
		color: #000000;
		text-align: center;
		text-indent: 0px;
		padding-top: 12px;
		border-radius: 25px;
	}
	
    
    
    .flash_text02 {
        text-indent: 0px;
        color: #ffffff;
        font-size: 21px;
        font-weight: 900;
        position: inherit;
        display: block;
        width: 100%;
        height: auto;
        top: 300px;
        left: 150px;
        text-align: center;
        margin-top: 20px;
    }
	
	
	.flash_text03 {
        position: inherit;
        display: block;
        width: 220px;
        height: 220px;
        background-image: url(../images/flash_text03.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* top: 100px; */
        /* right: 60px; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
    }
	
	
    .unit2023_01 {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .unit2023_02 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    
    .unit2023_03 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .waku2023_img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }
    
    .waku2023_1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }
    .button2023_01 {
        display: block;
        background-color: #AE9A85;
        color: #ffffff;
        width: 90%;
        height: 68px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        font-size: 26px;
        font-weight: 800;
        text-align: center;
        padding-top: 14px;
    }
    
    .waku2023_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.button2023_02 {
    display: block;
    background-color: #4A3E34;
    color: #ffffff;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.button2023_event {
    display: block;
    background-color: rgba(255,255,255,0.80);
    color: #009AFF;
    width: 90%;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding-top: 22px;
    backdrop-filter: blur(5px);
}
    .lp2023 .form_base .row {
        margin-bottom: 0px;
        border-bottom: none;
    }
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}
@media (max-width: 575.98px) {
    .h4, h4 {
        font-size: 18px;
    }
    
	.nav-tabs .nav-link {
		font-size: 14px;
	}
	.nav-tabs .nav-link.active{
		font-size: 14px;
	}
    
    .lp2023 .nav-tabs .nav-link {
		font-size: 14px;
	}
	.lp2023 .nav-tabs .nav-link.active{
		font-size: 14px;
	}
    
}
