@charset "UTF-8";
/****************************************
header
*****************************************/
html {
	background-color:#fff!important
}
body {
	background-color:#fff!important
}
.top-margin {
	height: 86px;
	width: 100%;
}
@media screen and (max-width: 1023px) {
	.top-margin  {
		height: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.top-margin  {
		height: 0px;
		width: 100%;
	}
}
main,footer {
  	font-family: "Shippori Mincho", serif;
  }
  .is-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .has-background-a {
  	background-color:#fcf9f3!important
  }
  .has-color-a {
  	color:#fcf9f3!important;
  }
  .has-background-b {
  	background-color:#ffecec!important
  }
  
  .has-background-bf {
  	background-color:#fff!important
  }
  .has-color-b {
  	color:#f6eee1!important
  }
  .has-background-c {
  	background-color:#f1e6d4!important
  }
  .has-color-c {
  	color:#f1e6d4!important
  }
  .has-background-d {
  	background-color:#f5e4cc!important
  }
  .has-color-d {
  	color:#f5e4cc!important
  }
  .has-background-e {
  	background-color:#e5d0ac!important
  }
  .has-color-e {
  	color:#e5d0ac!important
  }
  .has-background-f {
  	background-color:#966d2a!important
  }
  .has-color-f {
  	color:#966d2a!important
  }
  .has-background-g {
  	background-color:#ecd172!important
  }
  .has-color-g {
  	color:#ecd172!important
  }
  .has-background-h {
  	background-color:#f8e7a8!important
  }
  .has-color-h {
  	color:#f8e7a8!important
  }
  .has-background-i {
  	background-color:#e4c02c!important
  }
  .has-color-i {
  	color:#e4c02c!important
  }
  .has-background-j {
  	background-color:#cda448!important
  }
  .has-color-j {
  	color:#cda448!important
  }
    .has-background-k {
  	background-color:#00CC00!important
  }
  .has-color-k {
  	color:#00CC00!important
  }
   .has-background-l {
  	background-color:#fbf5f0!important
  }
.point_title {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.main_visual_copy {
  position: absolute;
  bottom: -55px;
  right: 0;
  background: #fff;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  padding: 15px 40px;
  border-radius: 15px 0 0 0;
}
.main_visual_copy span {
  font-size: 19px;
  color: #ae945e;
  display: block;
}

.list1 li {
  position: relative;
  padding-left: 20px;
}
.list1 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #ae945e;
  border-radius: 20px;
}

.check_list li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.5em;
}
.check_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/check_icon.png) no-repeat 0 0/cover;
}
.check_list li h4 {
  color: #ae945e;
}
.check_list li p {
  font-size: 16px;
  font-weight: normal;
}
.large {
	font-size: 120%;
}
.skew-cc{background-image: url(../img/b.svg);
width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; }
.skew-c{background-image: url(../img/c.svg);
	width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; }
.skew-pp{background-image: url(../img/d.svg);
width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; }
.skew-p{background-image: url(../img/e.svg);
width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.skew-dd{background-image: url(../img/f.svg);
width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.skew-d{background-image: url(../img/g.svg);
width:100%;height:40px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.dropdown {
  --bulma-dropdown-item-h: 211;
}
:root {
  --bulma-primary-h: 48deg;
  --bulma-primary-s: 77%;
  --bulma-primary-l: 53%;
  --bulma-link-h: 42deg;
  --bulma-link-s: 57%;
  --bulma-link-l: 54%;
  --bulma-info-h: 35deg;
  --bulma-info-s: 67%;
  --bulma-info-l: 88%;
  --bulma-success-h: 47deg;
  --bulma-success-s: 85%;
  --bulma-success-l: 82%;
  --bulma-warning-h: 120deg;
  --bulma-warning-l: 40%;
}
.inner-border {
  position: relative;
}

.inner-border::before {
  content: "";
  position: absolute;
  top: 1.2mm;
  left: 1.2mm;
  right: 1.2mm;
  bottom: 1.2mm;
  border: 0.05rem solid #cda448;
  pointer-events: none;
}
.area__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.area__title::after {
  content: "";
  display: inline-block;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #e4c02c;
  margin-left: 0.5em;
}
.area__lists {
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.area__lists {
		margin-top: 2.5rem;
	}
}

.area__list {
	padding: 14px 0;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #966d2a;
}

@media screen and (min-width: 768px) {
	.area__list {
		font-size: 1.25rem;
		padding: 0.5625rem 0;
	}
}
.area__lists li::marker{
   content: url(../img/point.png);
}
.box__number {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom:1em
}

	i {
		margin-right:10px
	}
	.has-ribbon{
	position:relative
}
.has-ribbon-left{
	position:relative
}
.has-ribbon-left .ribbon{
	right:auto;
	left:0;
	border-left:none;
	border-right:.1rem solid #dbdbdb
}
.has-ribbon-bottom{
	position:relative
}
.has-ribbon-bottom .ribbon{
	top:auto;
	bottom:.5em
}
.ribbon{
	background-color:#966d2a;
	border:.1rem solid #dbdbdb;
	border-right:none;
	color:#fff;
	font-size:1rem;
	justify-content:center;
	padding-left:.75em;
	padding-right:.75em;
	text-align:center;
	white-space:nowrap;
	position:absolute;
	top:.5em;
	right:0;
	font-weight:400;
	z-index:2
}
.ribbon.is-white:not(.is-outlined){
	background-color:#fff;
	border-color:transparent;
	color:hsl(348, 86%, 43%)!important
}
.ribbon.is-white.is-outlined{
	background-color:transparent;
	border-color:#fff
}
.ribbon.is-black:not(.is-outlined){
	background-color:#0a0a0a;
	border-color:transparent;
	color:#fff!importaƒnt
}
.ribbon.is-black.is-outlined{
	background-color:transparent;
	border-color:#0a0a0a
}
.ribbon.is-light:not(.is-outlined){
	background-color:#f5f5f5;
	border-color:transparent;
	color:#363636!important
}
.ribbon.is-light.is-outlined{
	background-color:transparent;
	border-color:#f5f5f5
}
.ribbon.is-dark:not(.is-outlined){
	background-color:#363636;
	border-color:transparent;
	color:#f5f5f5!important
}
.ribbon.is-dark.is-outlined{
	background-color:transparent;
	border-color:#363636
}
.ribbon.is-primary:not(.is-outlined){
	background-color:#00d1b2;
	border-color:transparent;
	color:#fff!important
}
.ribbon.is-primary.is-outlined{
	background-color:transparent;
	border-color:#00d1b2
}
.ribbon.is-link:not(.is-outlined){
	background-color:#3273dc;
	border-color:transparent;
	color:#fff!important
}
.ribbon.is-link.is-outlined{
	background-color:transparent;
	border-color:#3273dc
}
.ribbon.is-info:not(.is-outlined){
	background-color:#209cee;
	border-color:transparent;
	color:#fff!important
}
.ribbon.is-info.is-outlined{
	background-color:transparent;
	border-color:#209cee
}
.ribbon.is-success:not(.is-outlined){
	background-color:#23d160;
	border-color:transparent;
	color:#fff!important
}
.ribbon.is-success.is-outlined{
	background-color:transparent;
	border-color:#23d160
}
.ribbon.is-warning:not(.is-outlined){
	background-color:#ffdd57;
	border-color:transparent;
	color:rgba(0,0,0,.7)!important
}
.ribbon.is-warning.is-outlined{
	background-color:transparent;
	border-color:#ffdd57
}
.ribbon.is-danger:not(.is-outlined){
	background-color:hsl(348, 86%, 43%);
	border-color:transparent;
	color:#fff!important
}
.ribbon.is-danger.is-outlined{
	background-color:transparent;
	border-color:#ff3860
}
.ribbon.is-small{
	font-size:.75rem
}
.ribbon.is-medium{
	font-size:1.25rem
}
.ribbon.is-large{
	font-size:1.5rem
}
.ribbon.is-outlined{
	background-color:transparent
}
.check-mark{
	position:relative;bottom:-10px;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: linear-gradient(to right, transparent, #cda448, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #966d2a;
	background-color: #fcf9f3;
}
.masonry {
  padding: 0.75rem;
  max-width: 100%;
}

.item {
  width: 100%;
  margin-top: 1rem;
  padding: 0rem;
}
.masonry {
    column-count: 3;
  }
@media screen and (max-width: 1023px) {
	.masonry {
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
	.masonry {
    column-count: 1;
  }
}
.site-header{
	background: #fce9ed;
	padding: 20px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 999;
}

.site-header.hide{
	transform: translateY(-100%);
}

.site-logo__img{
	height: auto;
	width: 70%;
}
.gnav__menu__item{
	margin-left: 20px;
}

.gnav__menu__item__link{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 768px) {
    .columns.is-flex-direction-column-reverse-mobile {
        flex-direction: column-reverse;
    }
}

/****************************************
footer
*****************************************/
.site-footer{
	background: #333;
	color: #fff;
	padding: 80px 0;
}
/****************************************
contents
*****************************************/
.hero{
}

.hero__img{
	height: auto;
	width: 100%;
	margin-bottom:3em
}

strong {
	font-weight: 700;
}

.sec{
	margin-bottom: 120px;
}

.page-title{
	text-align: center;
}

.page-title__title{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}

.img-container{
	overflow: hidden;
	position: relative;
}

.img-container__img{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}

.img-container:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}

.text-container{
	padding:0 20px;
}

.text-container__title{
	color: #333;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: nomal;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.text-container__title:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s .3s ease; 
	width: 100%;
	z-index: 1;		
}

.text-container__title__inner{
	display: inline-block;
	opacity: 0;
	transition: all .8s .5s ease;
}

.text-container__text{
	left: -50px;
	opacity: 0;
	position: relative;
	transition: all .5s .5s ease;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
	opacity: 1;
}

.img-container.active:before{
	transform: translateX(100%);	
}

.text-container.active .text-container__title:before{
	transform: translateX(100%);
}

.text-container.active .text-container__title__inner{
	opacity: 1;
}

.text-container.active .text-container__text{
	left: 0;
	opacity: 1;
}
.underline_w {
background: linear-gradient(transparent 60%, #FFF 60%);
}
.underline_p{
	background: linear-gradient(transparent 60%, #E5FFE5 60%);
}
.underline_b{
	background: linear-gradient(transparent 80%, #e5d0ac 80%);
}
.box_border {
  border: 5px dashed #82ae46;
	background-color:#f2ffe5;
  padding: 2em;
  border-radius: 15px;
}
@media screen and (max-width: 959px) {
	main {
		margin-top:4em!Important;
	}
}
@media screen and (max-width: 633px) {
	main {
		margin-top:4em!Important;
	}
}
@media screen and (max-width: 480px) {
	main {
		margin-top:6em!Important;
	}
}
.box_g {
    position: relative;
    margin: 2em 0 6em 0;
    padding: 2em 1em 2em 0em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box_g .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box_g p {
    margin: 0; 
    padding: 0;
}
.box_p {
    position: relative;
    margin: 2em 0 6em 0;
    padding: 2em 1em 2em 0em;
    border: solid 3px #FFC0CB;
    border-radius: 8px;
}
.box_p .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FFC0CB;
    font-weight: bold;
}
.box_p p {
    margin: 0; 
    padding: 0;
}
.box_comment {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 1em 1em;
    background: #fff0c6;
    border-radius: 30px;
}
.box_comment:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    top: 0;
    color: #fff0c6;
}
.box_comment:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    top: 0;
    color: #fff0c6;
}
.box_comment p {
    margin: 0; 
    padding: 0;
}
table th {width:20%;}table td {width:40%;}@media screen and (max-width: 767px){table{display:block;width:100%;}table tbody{display:block;width:100%;}table tr{display:block;width:100%;}table th{display:block;width:100%;}table td{display:block;width:100%;}}