@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; /*font-weight:normal;*/ clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #36211b;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#36211b;
	letter-spacing: 0.05em;
	background-color: #faf2e8;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.en{
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 500;
}

/*
html{
	scroll-padding-top: 60px;
}
@media print, screen and (min-width: 992px){
	html{
		scroll-padding-top: 94px;
	}
}
@media print, screen and (min-width: 1200px){
	html{
		scroll-padding-top: 97px;
	}
}
@media print, screen and (min-width: 1600px){
	html{
		scroll-padding-top: 118px;
	}
}
*/

.sns{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}

.facebook,
.instagram{
	width: 30px;
	height: auto;
}
.sen_none a:hover{background: none!important;}

.sns p:last-child a {padding-left: 0!important;}
@media print, screen and (min-width: 992px) {
	.sns p:last-child a {margin-left: 15px!important;}
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#36211b; }
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	transition: .3s ease-in-out;
}
.bg_head{display: none;}
@media print, screen and (min-width: 992px) {
	header{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.bg_head{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	header.move{
		background: #faf2e8;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 1600px) {
	header{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	header.move{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}


/*nav img {float: right;}*/

.head_left{padding-left: 0;}
.head_right{padding-right: 0;}



/*----------------header固定----------------*/
@media print, screen and (min-width: 992px) {
	header .logo {
		position: absolute;
		top: 0;
		left: 25px;
		display: flex;
		transition: .3s ease-in-out;
		z-index: 100;
	}
	.logo a:link,
	.logo a:visited{
		transition: .3s ease-in-out;
		line-height: 1.4em;
	}
	.logo a:hover {opacity: 1;}
	
	header .logo{ max-width: 280px; width: 100%;}
}
@media print, screen and (min-width: 1200px) {
	header .logo {top: 3px; left: 45px; max-width: 335px;}
	header.move .logo{top: 0;}
}
@media print, screen and (min-width: 1600px) {
	header .logo{top: 0; max-width: 410px;}
	header.move .logo{top: 0; max-width: 380px;}
}


/* navi
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

/*.nav { display: none; }なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 110%;
	line-height: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
nav li .en{
	float: right;
	font-size: 80%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff!important;
}
nav .navi-on .sub-menu li a{
	background: #fff!important;
	color: #36211b!important;
}
nav li a:link,
nav li a:visited{
	color: #36211b;
}
nav li a:hover{color: #59c3cf; opacity: 1;}
nav li.navi-on a{color: #fff!important; opacity: 1; background-color: #59c3cf;}
nav li.navi-on a:hover{color: #59c3cf!important;}
nav li.navi-on li a{color: #36211b; font-weight: normal;}

nav li.navi-on .sub-menu a:hover{color: #0f3876;}

.mean-container .mean-nav ul li.navi-on2 a{color: #36211b!important;}
.gNav .sub-menu li.navi-on2 a{color: #36211b!important;}

  nav li i {
    font-size: 12px;
    margin-left: 5px;
  }

@media only screen and (max-width: 767px) {
  .h_logo {
    /*width: 80px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 30px;
		vertical-align: middle;
	}
	.mean-nav li{
		border-bottom: 1px solid #36211b;
	}
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    position: absolute;
    top:3px;
    left: 10px;
    z-index: 300;
  }
	
	
	.h_logo img{
		width: 215px;
	}
	
	.mean-nav li{
		border-bottom: 1px solid #dadada;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #36211b!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
	.contact_mail .fa-envelope {display: none;}
}

@media print, screen and (min-width: 992px) {
  /*.h_logo img {  width: 20px;}*/
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  width: auto!important;
	  float: right;
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
	  vertical-align: middle;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
	  padding: 0 0 12px 0;
	  /*margin-left: 20px;*/
  }
  .gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1000!important;
    display: block;
    position: absolute;
    top: 27px!important;
    left: 70%;
    margin-left: -110px;
    width: 170px;
    -webkit-transition: all .2s ease;
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
	border-bottom: 1px solid #d4cac2;
	font-size: 95%;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{margin-left: 0;}
  .gNav .sub-menu li a:hover {
    background: #f5dec0;
	  color: #36211b!important;
  }
	
	nav li a {
		font-size: 100%;
		font-weight: 700;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	}
	nav li a:hover,
	nav li.navi-on a{
		color: #36211b!important;
		background: url("../images/kounan/navi-on.gif") no-repeat center bottom;
		-moz-background-size:10px auto;
		background-size:10px auto; 
		background-color: none!important;
		opacity: 1;
	}
	nav li.navi-on a{background-color: none!important;}
	nav li.navi-on .sub-menu a,
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a:hover{color: #36211b!important;}
	nav li .en{
		float: none;
		display: block;
		font-size: 17px;
		line-height: 1.4em;
	}
}
@media print, screen and (min-width: 992px) {
	nav {margin-right: 0; margin-top: 10px;}
	.gNav>ul { margin-top: 0;}
	.gNav li a { margin-left: 18px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #36211b;
	}

}
@media print, screen and (min-width: 1200px) {
	nav li a { font-size:115%;}
	nav li .en{ font-size: 19px;}
	  .gNav .sub-menu {
		width: 190px;
		top: 33px!important;
	  }
	
	nav > ul > li.contact_mail a {
		padding: 10px 20px!important;
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1600px) {
}

.sub_navi{
	border-top: 2px solid #36211b;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #36211b;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #36211b;
}
.sub_navi p a:link,
.sub_navi p a:visited{
	background-color: #e5edf3;
	padding: 12px 15px!important;
}
.sub_navi p:nth-of-type(2n+1) { clear: both;}

nav li.navi-on .sub_navi a{
	color: #212121!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #212b5c!important;
}
@media print, screen and (min-width: 576px) {
	.sub_navi p{
		width: 25%;
	}
	.sub_navi p:nth-of-type(2n+1) { clear: none;}
	.sub_navi p:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.sub_navi.long p{
		width: 50%;
		float: left;
	}
}


.mean-container .mean-nav ul li li{
	width: 50%!important;
	float: left;
}
.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
.mean-container .mean-nav ul li.navi-on a:hover{
	/*background: #0f3876!important;*/
	color: #a38b76;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width: 33.3%!important;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: none;}
	.mean-container .mean-nav ul li li:nth-of-type(3n+1) { clear: both;}
}


.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
.sub-menu{
	border-top: 1px solid #dadada;
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{
	background: url("../images/kounan/bg_head.png") no-repeat left bottom #faf2e8!important;
	-moz-background-size:100% 100%!important;
	background-size:100% 100%!important; 
}/*ナビの背景*/

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


.nav { display: none; }/*一瞬ナビが開くのをやめる*/

#top03 .nav{display: flex;}

#blog .nav{display: flex;}


/*スマホ用TEL*/
.sp_box{
	display: -webkit-flex;
    display: flex;
	padding: 15px 10px 15px 10px!important;
	align-items: center;
}

.sp_box .tel{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.sp_box .tel .num {font-size: 120%;}
.sp_box .tel a{padding: 0!important;}
@media print, screen and (min-width: 992px) {
	.sp_box { padding: 0 0 0 40px!important;}
}



/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%; line-height: 1.6em;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.6em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.6em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs250 {font-size:180%; line-height:1.0em;}
@media print, screen and (min-width: 768px) {
	.fs250 {font-size:250%;}
}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 110%; line-height: 2.0em; letter-spacing: 0.1em;}


.normal {font-weight: 400;}

@media print, screen and (min-width: 768px){
	.text_pl {padding-left: 20px;}
	.text_pr {padding-right: 20px;}
}
@media print, screen and (min-width: 1200px){
	.text_pl {padding-left: 40px;}
	.text_pr {padding-right: 40px;}
}


/*--------------------------*/

/*タイトルエフェクト*/
.title {display: inline-block;}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36211b;
    pointer-events: none;
    opacity: 0;
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

/*--------------------------*/

.midashi_tate_area{
	position: relative;
	overflow: hidden;
}

.midashi_tate{display: none!important;}
@media print, screen and (min-width: 1600px) {
	.midashi_tate{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		left: 30px;
		top: 0;
		padding-top: 40px;
		color: #36211b;
		background: url(../images/midashi_tate.gif) no-repeat center top;
		-moz-background-size:1px 32px;
		background-size:1px 32px; 
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.midashi_tate.white{
		color: #fff;
		background: url(../images/midashi_tate_white.gif) no-repeat center top;
	}
	.midashi_tate.sen_none{
		background: none;
	}
	.midashi_tate.migi{
		left: auto;
		right: 30px;
	}
}


/**/

#midashi_h2{
	color: #36211b;
	margin-top: 60px;
	background: url("../images/h2_sen.png") repeat-x left bottom;
	position: relative;
	/*z-index: 200;*/
	
}
#midashi_h2 h2{
	line-height: 1.4em;
	font-size: 135%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
	text-align: center;
}
#midashi_h2 h2 img{
	max-width: 50px;
	width: 100%;
	height: auto;
}
#midashi_h2 h2 img:first-child{margin-right: 10px;}
#midashi_h2 h2 img:last-child{margin-left: 10px;}

.pankuzu{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
	position: absolute;
	right: 2%;
	bottom: -40px;
}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #b4919b;
}
@media print, screen and (min-width: 576px){
	#midashi_h2 h2{
		font-size: 150%;
	}
}
@media print, screen and (min-width: 768px){
	#midashi_h2 h2{
		font-size: 180%;
		padding: 20px 0;
	}
	#midashi_h2 h2 img{
		max-width: 70px;
	}
	#midashi_h2 h2 img:first-child{margin-right: 20px;}
	#midashi_h2 h2 img:last-child{margin-left: 20px;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{
		margin-top: 125px;
	}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2 h2{
		font-size: 220%;
		padding: 40px 0;
	}
	#midashi_h2 h2 img{
		max-width: 140px;
	}
	#midashi_h2 h2 img:first-child{margin-right: 50px;}
	#midashi_h2 h2 img:last-child{margin-left: 50px;}
	.pankuzu{
		margin-bottom: 0;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 1600px){
}



/*--------------------------*/


.midashi1{
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
}

.midashi2{
	font-weight: 700;
	font-size: 130%;
	line-height: 1.4em;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.midashi2.tac{ justify-content: center;}
.midashi2 img.star{
	max-width: 30px;
	width: 100%;
	height: auto;
}
.midashi2 img.img03{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.midashi2 img{
	margin-right: 15px;
}

.midashi3{
	font-weight: 700;
	font-size: 150%;
	line-height: 1.4em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	background: url("../images/tensen.png") repeat-x left bottom;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
}
.midashi3.sen_none{
	background: none;
}

.midashi4{
	font-weight: 700;
	font-size: 150%;
	line-height: 1.4em;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.midashi4 img.img03{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.midashi4 img{
	margin-left: 15px;
}

.midashi5{
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
	border-bottom: 1px solid #36211b;
	padding: 10px;
}

.midashi6{
	font-weight: 700;
	font-size: 130%;
	line-height: 1.4em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	background: url("../images/tensen_mizuiro.png") repeat-x left bottom;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
}



.midashi_waku{
	background: url("../images/tensen.png") repeat-x left top, url("../images/tensen.png") repeat-x left bottom;
	padding: 30px 20px;
}

@media print, screen and (min-width: 576px) {
	.midashi3{ font-size: 170%;}
}
@media print, screen and (min-width: 768px) {
	.pl_text {padding-left: 15px;}
	.pr_text {padding-right: 15px;}
}
@media print, screen and (min-width: 992px) {
	.pl_text {padding-left: 25px;}
	.pr_text {padding-right: 25px;}
}
@media print, screen and (min-width: 1200px) {
	.midashi2{ font-size: 150%;}
	.midashi2 img.star{
		max-width: 30px;
	}
	.midashi2 img{
		max-width: 40px;
	}
	.midashi3{ font-size: 220%;}
	.midashi4{ font-size: 220%;}
}
@media print, screen and (min-width: 1600px) {
}



/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}

.btn_area{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.btn_area >div:first-child {margin-right: 10px;}


.button1 {
  width:max-content;
  height:auto;
  position:relative
}
.button1 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #36211b;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button1.en a{font-size: 90%;}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #fff;
}
.button1 a:hover {
  color:#b4919b;
  opacity:1
}
.button1 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button1 a .arrow i {
	color: #fff;
}
.button1 a:hover .arrow {
  width:40px;
  height:40px;
}



.mannaka .button1,
.mannaka .button2,
.mannaka .button3{
	margin: 0 auto;
}


.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #b4919b;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button2.en a{font-size: 90%;}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #fff;
}
.button2 a:hover {
  color:#36211b;
  opacity:1
}
.button2 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button2 a .arrow i {
	color: #fff;
}
.button2 .arrow::before {
  background-color:#36211b
}

.button2 a:hover .arrow {
  width:40px;
  height:40px;
}




.button3 {
  width:max-content;
  height:auto;
  position:relative
}
.button3 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	padding: 8px 18px 8px 38px;
	border-radius: 50px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.button3.en a{font-size: 90%;}
.button3 a:link,
.button3 a:visited{
	text-decoration: none;
	color: #fff;
}
.button3 a:hover {
  color:#36211b;
  opacity:1
}
.button3 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button3 a .arrow i {
	color: #fff;
}
.button3 .arrow::before {
  background-color:#36211b
}
.button3 a:hover .arrow {
  width:40px;
  height:40px;
}


.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:24px;
  height:24px;
  position:relative;
  border-radius:50%
}
.arrow::before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0 auto auto 0;
  background-color:#b4919b;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1)
}
.arrow.red::before {
  background-color:#b4919b
}
.arrow.red i {
  fill:#36211b
}
.arrow.gray::before {
  background-color:#f6f6f6
}
.arrow.gray i {
  fill:#b4919b
}
.arrow.white::before {
  background-color:#36211b
}
.arrow.white i {
  fill:#b4919b
}
.arrow i {
  fill:#36211b;
  position:relative
}


.link_box{
	margin-left: -1%;
	margin-right: -1%;
}
.link_box li{
	list-style: none;
	display: inline-block;
	width: 48%;
	float: left;
	margin: 1%;
}
.link_box li:nth-of-type(2n+1) { clear: both;}
.link_box li a:link,
.link_box li a:visited{
	color:#36211b;
	padding:10px 15px 10px 30px ;
	text-decoration: none;
	border: 1px solid #36211b;
	border-radius: 50px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.link_box li a:hover{
	color:#fff;
	background: #b4919b;
	border: 1px solid #b4919b;
	opacity: 1;
}
.link_box li i {margin-left: auto;}
@media print, screen and (min-width: 992px) {
	.link_box li{
		width: 23%;
		margin: 1%;
	}
	.link_box li:nth-of-type(2n+1) { clear: none;}
	.link_box li:nth-of-type(4n+1) { clear: both;}
}

.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}
.btn1.en {font-size: 300;}
.btn1:link,
.btn1:visited{
	color:#36211b;
	padding:15px 0 5px 0;
	text-decoration: none;
	z-index: 2;
	border-bottom: 1px solid #36211b;
}
.btn1:hover{
	opacity: 1;
	padding:15px 20px;
	background: #36211b;
	color: #fff;
}
.btn1.btn {border-radius: 0; }
.btn1 i {margin-left: 60px;}
@media print, screen and (min-width: 768px) {
	.tal_sptac .btn1{
		margin: 0;
	}
}
@media print, screen and (min-width: 992px) {
}




.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 700;
}
.btn2:link,
.btn2:visited{
	color:#36211b;
	padding:12px 15px 12px 17px;
	text-decoration: none;
	z-index: 2;
	border: 1px solid #a38b76;
}
.btn2:hover{
	opacity: 1;
	background: #a38b76;
	color: #fff;
	border-bottom: 1px solid #a7a7a7;

}
.btn2.btn {border-radius: 50px; }
.btn2 i {margin-left: 30px; color: #a38b76;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn2:hover i {color: #fff;}



.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 700;
}
.btn3:link,
.btn3:visited{
	color:#fff;
	padding:15px 25px ;
	text-decoration: none;
	background-color: #f190a1;
	position: relative;
	z-index: 2;
}
.btn3:hover{
	opacity: 1;
	background-color: #b4919b;
	box-shadow: none;
}
.btn3 i {margin-left: 15px; font-size: 90%;}

.btn3.btn {border-radius: 5px; }





.btn_mail{
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 210!important;
	font-weight: 700;
}
.btn_mail:link,
.btn_mail:visited{
	color:#fff!important;
	background: #b4919b;
	padding:15px 20px!important;
	text-decoration: none;
	font-size: 100%;
}
.btn_mail:hover,
.navi-on .btn_mail{
	opacity: 1;
	color:#fff!important;
	background: #36211b!important;
}
.btn_mail.btn {border-radius: 50px; border: 0;}

.btn_mail i { margin-left: 7px;}
@media print, screen and (min-width: 1200px) {
	.btn_mail:link,
	.btn_mail:visited{
		padding:15px 35px;
		font-size: 110%;
	}
}




.btn_pdf{
	font-size:25px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#c33!important;
	vertical-align: middle;
}
.btn_pdf.btn {border-radius: 0; padding:0; border: 0;}






.btn_detail{
	font-size: 110%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_detail:link,
.btn_detail:visited{
	color:#fff;
	background: #a38b76;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
}
.btn_detail:hover{
	opacity: 1;
	background: #b4919b;
}
.btn_detail.btn {border-radius: 50px; padding:0;}

.btn_map{display: inline-block;}
.btn_map a:link,
.btn_map a:visited{
   width:30px;
   height:30px;
   border-radius:50%;
   background: #00a4e1;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	color: #fff;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn_map a:hover{
	opacity: 1;
	background: #36211b;
}





.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	color: #c33;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border: 1px solid #c33;
	border-radius: 5px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
	line-height: 1.4em;

}
.pdf_list li a:hover{
	border-radius: 50px;
}
.pdf_list li i {margin-right: 10px; font-size: 140%;}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}




.pdf_list2 li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list2 li a:link,
.pdf_list2 li a:visited{
	padding: 10px 15px;
	color: #c33;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border: 1px solid #c33;
	border-radius: 5px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
	line-height: 1.4em;

}
.pdf_list2 li a:hover{
	border-radius: 50px;
}
.pdf_list2 li i {margin-right: 10px; font-size: 140%;}
@media print, screen and (min-width: 992px){
	.pdf_list2{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list2 li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}



.text_link_area a {text-decoration: underline; color: #36211b;}

a.text_link {text-decoration: underline; color: #36211b;}
a.text_link2 {text-decoration: underline; color: #fff;}

.cate_text a:link,
.cate_text a:visited{
	text-decoration: underline;
	color: #00ac9a;
}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #36211b;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ol.list_kansuji{
	list-style-type: cjk-ideographic;
	margin-left:35px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
ol.list_kansuji li {margin-bottom: 5px;}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #36211b;
}
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
	font-weight: 500;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #36211b;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	margin-top: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 768px){
	ol.list_num.association_page> li {
		width: 48%;
		float: left;
	}
	ol.list_num.association_page> li:nth-of-type(2n+1) { clear: both;}
}


ol.list_num .bi-file-earmark-pdf{
	font-size: 120%;
	line-height: 1.4em;
	margin-left: 10px;
	color: #c33;
}


/*
ul.list_check li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	line-height: 1.6em;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #43b7cb;
}
ul.list_check.red li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #e24579;
}
*/

ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 10px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F517";
	margin-right: 5px;
	color: #b4919b;
	font-size: 80%;
}

ul.list_check li{
	list-style: none;
	display: -webkit-flex;
    display: flex;
}
ul.list_check li i {margin-right: 7px; color: #b4919b; font-size: 120%;}

ul.list_check.kasen li{
	border-collapse: collapse;
	border-bottom: 1px solid #b9c6b1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* color
---------------------------------------------------- */
.red{color:#b4919b;}
.white{color:#fff;}
.black{color:#36211b;}
.cha_usui{color:#a38b76;}
.orange{color:#f7ad74;}
.pink{color:#f2919e;}
.mizuiro{color:#59c3cf;}
.green{color:#7ecc96;}


/* hanyo
---------------------------------------------------- */
.large{font-size:110%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
.large{font-size:120%;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
.large{font-size:130%;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}
.margin_auto{margin: 0 auto;}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	/*border-top: 1px solid #dadada;*/
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #a38b76;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #d4cac2;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:35%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #d4cac2;
		color: #36211b;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:30%;}
}


.wsnr {white-space: nowrap;}

/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp {margin-bottom:50px;}
@media print, screen and (min-width: 768px) {.mb50_sp {margin-bottom:0;}}

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_md50_xl80 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl80 {margin-bottom:50px;}}
@media print, screen and (min-width: 1600px) {.mb30_md50_xl80 {margin-bottom:80px;}}

.mb30_md50_xl70 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl70 {margin-bottom:50px;}}
@media print, screen and (min-width: 1200px) {.mb30_md50_xl70 {margin-bottom:70px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}

.mb20_xl30 {margin-bottom:20px;}
@media print, screen and (min-width: 1200px) {.mb20_xl30 {margin-bottom:30px;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media only screen and (max-width: 767px) {
	.mb_content.sp0 {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}

.lh100 {line-height: 100%;}
.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

main a:link,
main a:visited{
	text-decoration: underline;
}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
	.content_pd.pb0_sp {padding-bottom: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 110%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
	.content_pd.pt0_spnone {padding-top: 0;}
	.pt_left {padding-left: 20px;}
	.pt_right {padding-right: 20px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 115%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
	.pt_left {padding-left: 30px;}
	.pt_right {padding-right: 30px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 125%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd2 {padding-top: 70px; padding-bottom: 70px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
	.pt_left {padding-left: 35px;}
	.pt_right {padding-right: 35px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}


/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}



#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
	padding-top: 60px;
}
#mainimage .main_moji{
	z-index: 2;
    position: absolute;
	left: 10%;
	bottom: 10%;
}
#mainimage .main_moji img {width: 80%; max-width:1020px;}

#mainimage .main_moji h2{
	position: relative;
	z-index: 0;
}
@media print, screen and (min-width: 576px){
	#mainimage .main_moji img {width: 80%;}
}
@media print, screen and (min-width: 992px){
	#mainimage {padding-top: 57px;}
}
@media print, screen and (min-width: 1200px){
	#mainimage {padding-top: 69px;}
}
@media print, screen and (min-width: 1600px){
	#mainimage {padding-top: 79px;}
	#mainimage .main_moji img {width: 100%;}
}





/*=============
slick
=============*/
.slider {
  max-width: 2000px;
  width: 100%;
}
.slick-img img {
  height: auto;
  width: 100%;
}


.slider.part01 img {
  width: 100%;
}
.slider.part01 .slick-slide { margin-right: 5px;}



/* scroll */
.scroll_area{
	position: relative;
	width: 55%;
}
.scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	 font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
}

.scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* スクロールアニメーション
-------------------------------------*/
@media print {
   .animate {
     opacity: 1 !important;
     transform: none !important; }
}


.animate {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate.from-bottom {
    transform: translateY(100px);
}

.animate.from-right {
    transform: translateX(100px);
}

.animate.from-left {
    transform: translateX(-100px);
}

.animate.scale-up {
    transform: scale(0.8);
}

.animate.pop {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.animate.fade-in {
    opacity: 0;
    transform: none;
    transition: opacity 2s ease-out;
    /* 2秒でフェードイン */
}

.animate.visible {
    opacity: 1;
    transform: none;
    /* 透明度のみを変化させる */
}

.animate:nth-child(1) {
    transition-delay: 0s;
}

.animate:nth-child(2) {
    transition-delay: 0.4s;
}

.animate:nth-child(3) {
    transition-delay: 0.8s;
}
.animate:nth-child(4) {
    transition-delay: 1.2s;
}

.animate:nth-child(5) {
    transition-delay: 1.6s;
}

.animate:nth-child(6) {
    transition-delay: 2.0s;
}


/* 背景
---------------------------------------------------- */
.bg_kumo{position: relative; overflow: hidden; z-index: 0; 
	background: url("../images/bg_kumo2.jpg") no-repeat  50% 50% / cover;
}
@media print, screen and (min-width: 1200px){
	.bg_kumo{position: relative; overflow: hidden; z-index: 0; 
	background: url("../images/bg_kumo2.jpg") no-repeat left top;
		-moz-background-size:100% auto;
		background-size:100% auto; 
	}
}



.bg_kumo .in .image{
	max-width: 304px;
	width: 40%;
	margin: 20px auto 0 auto;
}
.bg_kumo .in .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	.bg_kumo .in {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		align-items: center;
	}
	.bg_kumo .in .image{
		width: 25%;
		min-width: 25%;
		max-width: 25%;
		margin: 0 10% 0 auto;
	}
	.bg_kumo .in .text{
		width: 65%;
	}
}


#hoge,
#hoge2,
#hoge3,
#hoge4,
#hoge5,
#hoge6{ opacity: 0;}/*文字をスクロールイベント発火*/



.bg1,
.bg2{
  /*height: 100%;*/
  height: 1px;
  line-height: 100%;
  position: relative;
}

span {
  position: relative;
}

/*左から右*/
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b1bacf;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}

/*右から左*/
.bg1::before{
  content: '';
  display: block;
  position: absolute;
	right: 0;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: #0e3962;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
}

.fade::before {
  transform: scale(1, 1);
}
.fade:not(.show) {
  opacity: 1!important;
}


/*ぼかし*/
@media print {
	img.bokashi {
     opacity: 1 !important;
     transform: none !important; }
}


img.bokashi {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}



/*------画像を徐々に表示------*/
@media print {
   .img-wrap {
     opacity: 1 !important;
     transform: none !important; }
}


.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #faf6f3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.kon.img-animation::before {
  background: #7d8386;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/*------*/


/* 背景固定
---------------------------------------------------- */
.b_box {
    width: 100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 100vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        /*height: 500px;*/
        height: 600px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 900px;
    }
}


.b_fixed_bg .img_c img{
	max-width: 178px;
	width: 40%;
}
@media print, screen and (min-width: 576px){
	.b_fixed_bg .img_c img{ width: 25%;}
}
@media print, screen and (min-width: 768px){
	.b_fixed_bg .img_c img{ width: 100%;}
}

/* 後ろの画像urlはプレロード */
.b_fixed_bg.b_bg1 {
    background-image: url(../images/kotei1.jpg) , url(../images/kotei1.jpg);
}
.b_fixed_bg.b_bg2 {
    background-image: url(../images/kotei2.jpg) , url(../images/kotei2.jpg);
}
.b_fixed_bg.b_bg3 {
    background-image: url(../images/kotei3.jpg) , url(../images/kotei3.jpg);
}

.b_cnt {
    /*cursor: pointer;*/
    pointer-events: auto;/*疑似要素をクリック可能に*/
}




/* レイアウト
---------------------------------------------------- */
.layout1 .yohaku{position: relative; overflow: hidden; z-index: 0; }

@media print, screen and (min-width: 768px){
	.layout1 .photo{
		max-width: 1015px;
		position: absolute;
		left: 0;
		top: 0;
		width: 55%;
		height: 100%;
		z-index: -1;
	}
	.layout1 .photo.hidari{
		left: auto;
		right: 0;
	}
	.layout1 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
}

/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}



div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em; font-family: "Google Sans Flex", sans-serif; font-weight: 700;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#a38b76;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #a38b76;
	border:1px solid #a38b76;
}
div.paging span.current{
	background: #a38b76;
	border:1px solid #a38b76;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	
}
div.paging span.paging-text a:hover{
	background: #a38b76;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
	border:1px solid #a38b76;
}



/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}

/* イラスト
---------------------------------------------------- */
.img01_center{
	max-width: 100px;
	margin: 0 auto 15px auto;
	width: 80%;
}
.img01_center img{
	width: 100%;
	height: auto;
}

.img04{
	max-width: 150px;
	margin: 0 auto 15px auto;
	width: 100%;
}
.img05{
	max-width: 30px;
	width: 100%;
}
.img06{
	max-width: 30px;
	width: 100%;
}
.img08{
	max-width: 50px;
	width: 100%;
}
.img09{
	max-width: 30px;
	width: 100%;
}
.img17{
	max-width: 70px;
	width: 100%;
}
.img18{
	max-width: 70px;
	width: 100%;
}
.img_yaji{
	max-width: 15px;
	width: 100%;
	margin: 20px auto;
}
.img04 img,
.img05 img,
.img06 img,
.img08 img,
.img09 img,
.img17 img,
.img18 img,
.img_yaji img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	.img05{ max-width: 60px;}
	.img06{ max-width: 40px;}
	.img08{ max-width: 70px;}
	.img09{ max-width: 40px;}
}
@media print, screen and (min-width: 768px){
	.img04{
		max-width: 200px;
	}
}
@media print, screen and (min-width: 1200px){
	.img05{ max-width: 127px;}
	.img06{ max-width: 87px;}
	.img17{ max-width: 120px;}
	.img18{ max-width: 105px;}
	.img_yaji{ max-width: 20px;}
}

.midashi_narabi{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.midashi_narabi img:first-child {margin-right: 10px;}
.midashi_narabi img:last-child {margin-left: 10px;}
@media print, screen and (min-width: 576px){
	.midashi_narabi img:first-child {margin-right: 30px;}
	.midashi_narabi img:last-child {margin-left: 30px;}
}

/* 01 index
---------------------------------------------------- */
#top01{position: relative; overflow: hidden; z-index: 0;}
#top02{position: relative; overflow: hidden; z-index: 0; 
	background: url("../images/kounan/top01_bg.jpg") no-repeat left top;
	-moz-background-size:auto 100%;
	background-size:auto 100%; 
}
@media print, screen and (min-width: 1200px){
	#top02{
		background: url("../images/kounan/top01_bg.jpg") no-repeat left top;
		-moz-background-size:100% 100%;
		background-size:100% 100%; 
	}
}

#top03{position: relative; overflow: hidden; z-index: 0; background: url("../images/top03_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top04{position: relative; overflow: hidden; z-index: 0; background: url("../images/top04_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top05{position: relative; overflow: hidden; z-index: 0; background: url("../images/top05_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top06{position: relative; overflow: hidden; z-index: 0; background: url("../images/top06_bg.jpg") no-repeat scroll 50% 50% / cover;}

#top01 {margin-top: 60px;}
@media print, screen and (min-width: 992px){
	#top01 {margin-top: 120px;}
}


.top01_bg{
	max-width: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	z-index: -1;
}
.top01_bg2{
	max-width: 540px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	z-index: -1;
}
.top01_bg img,
.top01_bg2 img{
	width: 100%;
	height: auto;
}


.office_title{
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
}
.office_title img{
	width: 100%;
	height: auto;
}

.office_list{
	margin-left: -1%;
	margin-right: -1%;
}
.office_list li{
	text-align: center;
	list-style: none;
	width: 48%;
	float: left;
	margin: 0 1%;
}
.office_list li img{margin: 0 auto;}
.office_list li:nth-child(3){
	margin-left: 25%;
	margin-top: 30px;
}
.office_list li a:link,
.office_list li a:visited{
	text-decoration: none;
	font-size: 90%;
	line-height: 1.4em;
}
.office_list li span{
	font-size: 90%;
	margin-bottom: 5px;
}
@media print, screen and (min-width: 576px){
	.office_list li{
		width: 31.3%;
		margin: 0 1%;
	}
	.office_list li:nth-child(3){
		margin-left: 1%;
		margin-top: 0;
	}
}
@media print, screen and (min-width: 768px){
	.office_list li a:link,
	.office_list li a:visited{
		font-size: 110%;
	}
}
@media print, screen and (min-width: 992px){
	.office_title{ width: 80%;}
	.office_list li a:link,
	.office_list li a:visited{
		font-size: 120%;
	}
}
@media print, screen and (min-width: 1600px){
	.office_list{
		width:85%;
		margin: 0 auto;
	}
}

#top02 .in .text .title{
	max-width: 610px;
	margin-bottom: 20px;
}
#top02 .in .text .title img{
	width: 100%;
	height: auto;
}

#top02 .in .image{
	max-width: 304px;
	width: 40%;
	margin: 20px auto 0 auto;
}
#top02 .in .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	#top02 .in {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		align-items: center;
	}
	#top02 .in .image{
		width: 25%;
		min-width: 25%;
		max-width: 25%;
		margin: 0 10% 0 auto;
	}
	#top02 .in .text{
		width: 65%;
	}
}


.time_waku{
	border: 2px solid #f5dec0;
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 0;
}
.time_waku .img02{
	max-width: 50px;
	margin: 0 auto 0 20px;
	width: 100%;
}
.time_waku .img02 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1600px){
	.time_waku{
		padding: 40px 20px;
		width: 80%;
		margin: 0 auto;
	}
	.time_waku .img02{
		position: absolute;
		left:auto;
		right: 10%;
		top: -100px;
		max-width: 75px;
	}
}

.time_waku .text{
	margin-top: 20px;
	font-size: 90%;
}
.time_waku .text{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


.table_time{
	width: 100%;
}
.table_time th,.table_time td{
	padding: 10px 5px;
	text-align: center;
	border-bottom: 1px solid #a38b76;
	line-height: 1.4em;
	vertical-align: middle;
}
.table_time th{
	font-size: 80%;
}
.table_time td{
	color: #a38b76;
}
@media print, screen and (min-width: 992px){
	.table_time th,.table_time td{
		padding: 15px 5px;
	}
	.table_time th{
		font-size: 90%;
	}
}
@media print, screen and (min-width: 1600px){
	.table_time th,.table_time td{
		padding: 25px 5px;
	}
	.table_time th{
		font-size: 100%;
	}
}



/*タブ切り替え*/
.top_catenavi li{
	list-style: none;
	border-bottom: 1px solid #a38b76;
	font-weight: 700;
}
.top_catenavi li a:link,
.top_catenavi li a:visited{
	padding: 10px 7px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	text-decoration: none;
	font-size: 90%;
	line-height: 1.4em;
	height: 55px;
}
.top_catenavi li a:hover,
.top_catenavi li a.active{
	/*color: #a38b76;*/
	opacity: 1;
	background: #eedfd1;
}
/*
.top_catenavi li.orange a:hover,
.top_catenavi li.orange a.active{
	color: #f7ad74;
}
.top_catenavi li.pink a:hover,
.top_catenavi li.pink a.active{
	color: #f2919e;
}
.top_catenavi li.mizuiro a:hover,
.top_catenavi li.mizuiro a.active{
	color: #59c3cf;
}
.top_catenavi li.green a:hover,
.top_catenavi li.green a.active{
	color: #7ecc96;
}
*/
.top_catenavi li a i {margin-right: 10px; font-size: 110%; color: #a38b76;}
.top_catenavi li.orange a i {  color: #f7ad74;}
.top_catenavi li.pink a i {  color: #f2919e;}
.top_catenavi li.mizuiro a i {  color: #59c3cf;}
.top_catenavi li.green a i {  color: #7ecc96;}
@media only screen and (max-width: 767px) {
	.top_catenavi{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_catenavi li{
		float: left;
		border-bottom: 1px solid #cdb868;
		width: 48%;
		margin: 0 1%;
	}
	.top_catenavi li a:link,
	.top_catenavi li a:visited{
		padding: 15px 10px;
		height: 55px;
		line-height: 1.4em;
	}
}

.tab-content{
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}

/*サイドナビ固定*/
@media print, screen and (min-width: 768px) {
	.container-sticky {
	  height: auto;
	  width: 100%;
	}
	.heading-sticky {
	/*
	  background: rgba(255, 255, 255, .9);
	  border: 8px solid #ebebeb;
	  margin: 0 0 40px 0;
	  padding: 1rem;
		*/
	  position: sticky;
	  top: 0;
	  width: 100%;
	  z-index: 30;
	}
	.side_contents_box {
	  position: sticky;
	  top: 10rem;
	  padding-bottom: 8.5rem;
	}
	.heading-sticky { top: 55px;}
}
@media print, screen and (min-width: 992px) {
	.heading-sticky { top: 75px;}
}
@media print, screen and (min-width: 1200px) {
	.heading-sticky { top: 95px;}
}


.news .box{
	border-bottom: 1px solid #d4cac2;
	padding: 15px 10px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.news .box .text{
	width: 100%;
}
.news .box .btn_detail{
	margin-left: 10px;
}

.news .box .date{
	color: #a38b76;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 500;
	font-size: 90%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.news .box .date .tag{
	color: #36211b;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 10px;
	
}
.news .box .date .tag{
    font-weight: 500;
    font-size: 90%;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.news .box .date .tag:before {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ*/
}
.news .box .date .tag:before {
  margin-right: 1em; /* 文字の右隣 */
}


.new{
	max-width: 18px;
	margin-left: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.new img{
	width: 100%;
	height:auto;
}

/* 02 news
---------------------------------------------------- */
#cate_head{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#cate_head{
		margin-top:-100px;
		padding-top:100px;
	}
}
@media print, screen and (min-width: 1200px) {
	#cate_head{
		margin-top:-135px;
		padding-top:135px;
	}
}

.news_ichiran{
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px;
	border: 2px solid #f5dec0;
}
@media print, screen and (min-width: 992px) {
	.news_ichiran{
		padding: 20px 30px 30px 30px;
	}
}

.cate_list{
	margin-left: -1%;
	margin-right: -1%;
}
.cate_list li{
	list-style: none;
	border-bottom: 1px solid #dadada;
	width: 48%;
	float: left;
	margin: 0 1%;
	line-height: 1.4em;
}
.cate_list li:nth-of-type(2n+1) { clear: both;}

.cate_list li a:link,
.cate_list li a:visited{
	text-decoration: none;
	padding:0 7px;
	display: block;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	height: 55px;
	font-size: 90%;
}
.cate_list li a:hover,
.cate_list li.active a{
	background: #eedfd1;
	opacity: 1;
}
.cate_list li i{
	font-size: 120%;
	margin-right: 10px;
}
@media print, screen and (min-width: 576px) {
	.cate_list li a:link,
	.cate_list li a:visited{
		padding:0 10px;
		height: 45px;
		font-size: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.cate_list li{
		width: 31.3%;
	}
	.cate_list li:nth-of-type(2n+1) { clear: none;}
	.cate_list li:nth-of-type(3n+1) { clear: both;}
	.cate_list li a:link,
	.cate_list li a:visited{
		height: 65px;
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1200px) {
	.cate_list li a:link,
	.cate_list li a:visited{
		padding:0 15px;
	}
}


/*--------------------------------------
お知らせ詳細
--------------------------------------*/
.information_photo .photo {margin-bottom: 10px;}
.information_photo img{
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
@media print, screen and (min-width: 576px) {
	.information_photo{
		margin-left: -1%;
		margin-right: -1%;
	}
	.information_photo .photo{
		width: 31.3%;
		float: left;
		margin: 0 1%;
	}
	.information_photo .photo:nth-of-type(3n+1) { clear: both;}
}


/* 03 about
---------------------------------------------------- */

/* 04 specified
---------------------------------------------------- */

/* 05 blog
---------------------------------------------------- */

.cate_list2 li{
	list-style: none;
	border-bottom: 1px solid #dadada;
	line-height: 1.4em;
}

.cate_list2 li a:link,
.cate_list2 li a:visited{
	text-decoration: none;
	padding:0 7px;
	display: block;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	height: 55px;
	font-size: 90%;
}
.cate_list2 li a:hover,
.cate_list2 li.active a{
	background: #eedfd1;
	opacity: 1;
}
.cate_list2 li i{
	font-size: 120%;
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.cate_list2{
		margin-left: -1%;
		margin-right: -1%;
	}
	.cate_list2 li{
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.cate_list2 li:nth-of-type(2n+1) { clear: both;}
	.cate_list2 li a:link,
	.cate_list2 li a:visited{
		height: 55px;
		font-size: 100%;
	}
}


.blog .box {
	border-bottom: 1px solid #d4cac2;
	padding: 20px;
}
.blog .box .photo {margin-bottom: 15px;}

.blog .box .date{
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 500;
	color: #a38b76;
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.blog .box a:link,
.blog .box a:visited{
	text-decoration: none;
}

@media print, screen and (min-width: 576px) {
	.blog{
		margin-left: -1%;
		margin-right: -1%;
	}
	.blog .box{
		width: 48%;
		float: left;
		margin: 0 1%;
		padding: 30px 10px;
	}
	.blog .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.blog .box{
		width: 31.3%;
	}
	.blog .box:nth-of-type(2n+1) { clear: none;}
	.blog .box:nth-of-type(3n+1) { clear: both;}
}


.blog_photo .photo {margin-bottom: 10px;}
.blog_photo img{
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
@media print, screen and (min-width: 576px) {
	.blog_photo{
		margin-left: -1%;
		margin-right: -1%;
	}
	.blog_photo .photo{
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.blog_photo .photo:nth-of-type(2n+1) { clear: both;}
}


/* 07 iam
---------------------------------------------------- */
.iam_top01 .text {margin-bottom: 20px;}
.iam_top01 .img_c{
	max-width: 100px;
	margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
	.iam_top01{
			  display: -webkit-flex;
			display: flex;
			-webkit-justify-content: flex-end;
			justify-content: flex-end;
			-webkit-flex-direction: row-reverse;
	}
	.iam_top01 .text{
		width: 65%;
		margin-left: 5%;
	}
	.iam_top01 .img_c{
		max-width: 200px;
		margin: 0;
	}
}


@media print, screen and (min-width: 992px) {
	.iam_top02{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


#office_area{
	position: relative;
	
}
#office_area .hata{
	max-width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#office_area .hata_r{
	max-width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#office_area .hata img,
#office_area .hata_r img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	#office_area .hata,
	#office_area .hata_r{
		max-width: 200px;
	}
}
@media print, screen and (min-width: 1600px) {
	#office_area .hata{
		left: 20%;
	}
	#office_area .hata_r{
		right: 20%;
	}
}



.about_box{
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px;
	border: 2px solid #f5dec0;
}
@media print, screen and (min-width: 992px) {
	.about_box{
		padding: 30px 30px;
	}
}

.kanren{
	display: -webkit-flex;
    display: flex;
	align-items: center;
}
.kanren h4{
	font-weight: 700;
	margin-right: 20px;
}
.kanren li{
	list-style: none;
	display: inline-block;
	border: 1px solid #a38b76;
	border-radius: 3px;
	padding: 3px 7px;
	font-size: 80%;
	line-height: 1.4em;
	color: #a38b76;
}
.kanren li.orange{
	border: 1px solid #f7ad74;
	color: #f7ad74;
}
.kanren li.pink{
	border: 1px solid #f2919e;
	color: #f2919e;
}
.kanren li.mizuiro{
	border: 1px solid #59c3cf;
	color: #59c3cf;
}
.kanren li.green{
	border: 1px solid #7ecc96;
	color: #7ecc96;
}

.iam_link li{
	list-style: none;
	border: 1px solid #d4cac2;
	border-radius: 3px;
	margin-bottom: 3px;
	background: #fff;
}
.iam_link li a:link,
.iam_link li a:visited{
	text-decoration: none;
	padding: 10px;
	display: block;
}
.iam_link li a:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F285";
	margin-right: 5px;
	color: #b4919b;
	font-size: 80%;
}
.iam_link li .bi-file-earmark-pdf{
	color: #c33;
	font-size: 120%;
	margin-left: 7px;
}
.iam_link li .fs80 {margin-right: 8px;}
@media print, screen and (min-width: 768px) {
	.iam_link {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.iam_link li{
		width: 100%;
		margin-bottom: 0;
		margin: 0 3px;
		font-size: 90%;
	}
	.iam_link li a:link,
	.iam_link li a:visited{
		text-decoration: none;
		padding: 10px 7px;
	}
}
@media print, screen and (min-width: 992px) {
	.iam_link li{
		font-size: 100%;
	}
	.iam_link li a:link,
	.iam_link li a:visited{
		padding: 10px 10px;
	}
}




.download_link li{
	list-style: none;
	border: 1px solid #d4cac2;
	border-radius: 3px;
	margin-bottom: 3px;
	background: #fff;
}
.download_link li a:link,
.download_link li a:visited{
	text-decoration: none;
	padding: 10px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.download_link li a:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F285";
	margin-right: 5px;
	color: #b4919b;
	font-size: 80%;
}
.download_link li .bi-file-earmark-pdf{
	color: #c33;
	font-size: 120%;
	margin-left: auto;
}
.download_link li .fs80 {margin-right: 8px;}
@media print, screen and (min-width: 992px) {
	.download_link{
		width: 70%;
		margin: 0 auto;
	}
}


/* 11 kounan
---------------------------------------------------- */
#kounan1,
#kounan2,
#kounan3,
#kounan4{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#kounan1,
	#kounan2,
	#kounan3,
	#kounan4{
		margin-top:-100px;
		padding-top:100px;
	}
}
@media print, screen and (min-width: 1200px) {
	#kounan1,
	#kounan2,
	#kounan3,
	#kounan4{
		margin-top:-135px;
		padding-top:135px;
	}
}




.kounan_top .box{
	border: 2px solid #59c3cf;
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
}
.kounan_top .box img{
	max-width: 270px;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.kounan_top .box .midashi6 {margin-bottom: 20px;}
@media print, screen and (min-width: 576px) {
	.kounan_top{
		margin-left: -1%;
		margin-right: -1%;
	}
	.kounan_top .box{
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	.kounan_top .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 992px) {
	.kounan_top .box{
		padding: 30px 20px;
	}
}
@media print, screen and (min-width: 1200px) {
	.kounan_top .box{
		width: 31.3%;
	}
	.kounan_top .box:nth-child(4){
		margin-left: 16%;
	}
	.kounan_top .box:nth-of-type(2n+1) { clear: none;}
	.kounan_top .box:nth-of-type(3n+1) { clear: both;}
	
	.kounan_top .box img{
		width: 100%;
		margin: 20px auto;
	}
}


/* 14 pop
---------------------------------------------------- */


/* contact
---------------------------------------------------- */
.contact_btn{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_btn p{
	width: 48%;
	margin: 10px 1%;
}

.contact_tel{
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b4919b;
	font-size: 200%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.contact_tel a:link,
.contact_tel a:visited{
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.contact_tel{
		font-size: 250%;
	}
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #d4cac2;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #5c5c5c;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #d4cac2;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th > div{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.table_form th .hissu{margin-left: auto;}

.table_form th .hissu{/*必須*/
	font-size:70%;
	color:#fff;
	padding:5px 6px;
	/*float:right;*/
	border-radius:3px; 
	font-weight: normal;
	background-color: #c33;
	line-height: 1.4em;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	text-align: center;
}
.table_form td.last {border-bottom:none;}



.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #d4cac2;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #36211b;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}


/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #36211b;}
input[type="email"]{color: #36211b;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #36211b; }

.form-control {color: #36211b;}
.form-control.w50 {width:120px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:30px 20px;
	font-size: 90%;
	background-color: #fff;
	font-weight: 400;
	border: 1px solid #dadada;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #d4cac2;
	padding: 5px 0 5px 25px;
}
.midashi_box2{
	border-collapse: collapse;
	border-left: 1px solid #36211b;
	padding: 5px 0 5px 25px;
	margin-left: 15px;
}
@media print, screen and (min-width: 1200px) {
.midashi_box2{ margin-left: 20px;}
}



.btn-primary{
	border-radius:5px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #bca48f;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*▼メールフォームの「例」のカラー変更*/
::placeholder {
  color: #959595!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #959595!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #959595!important;
}


.privacy_text{
	border-collapse: collapse;
	border-left: 6px solid #dadada;
	padding: 10px 0 10px 15px;
}
.privacy_text .name{
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}



/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	color: #36211b;
	background: url("../images/bg_foot.jpg") no-repeat left bottom;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	position: relative;
	z-index: 0;
}


footer .in {padding: 50px 0 50px 0;}

footer a:link,
footer a:visited{
	color: #36211b;
	text-decoration: underline;
}


.foot_logo{
	max-width: 250px;
	margin: 0 auto 20px auto;
	width: 100%;
}
.foot_logo img{
	width: 100%;
	height: auto;
}

.foot_link{
	display: none;
}
.foot_link li{
	list-style: none;
	text-align: left;
	display: block;
	margin-bottom: 7px;
}
.foot_link a:link,
.foot_link a:visited{
	text-decoration: none;
}

footer .address{
	text-align: center;
	margin-bottom: 20px;
}

footer .migi{
	font-weight: 700;
}
footer .sns{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .sns li{
	list-style: none;
	margin: 0 10px;

}
footer .jigyo a:link,
footer .jigyo a:visited{
	text-decoration: none;
}
footer .jigyo a:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F285";
	margin-right: 5px;
	color: #b4919b;
	font-size: 80%;
}


footer .shiroichizu{
	text-align: center;
	margin-top: 20px;
}

.btn_top{
	font-size: 110%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_top:link,
.btn_top:visited{
	color:#36211b;
	text-align: center;
	border: 1px solid #36211b;
	text-decoration: none;
	padding: 7px 10px;
}
.btn_top:hover{
	opacity: 1;
	background: #36211b;
	color: #fff;
}
.btn_top.btn {border-radius: 3px;}


@media print, screen and (min-width: 576px) {
	footer .jigyo{
		width: 70%;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 768px) {
	footer .in {padding: 20px 0 50px 0;}
	
	.foot_link {display: block; text-align: center; margin-bottom: 20px;}
	.foot_link li{
		font-size: 110%;
		line-height: 1.4em;
		display: inline-block;
		margin: 0 10px;
	}
}
@media print, screen and (min-width: 992px) {
	footer .address{
		text-align: left;
	}
	.foot_link {
		text-align: right;
		margin-bottom: 20px;
	}
	footer .sns{
		justify-content: end;
	}
	footer .shiroichizu{
		text-align: right;
		margin-top: 20px;
	}

}
@media print, screen and (min-width: 1200px) {
	.foot_logo{
		margin-left: 0;
		max-width: 400px;
	}
	.foot_link {margin-top: 20px;}
	
}
@media print, screen and (min-width: 1600px) {
}

/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	color: #a38b76;
	margin-top: 20px;
	font-weight: 400;
}

@media print, screen and (min-width: 992px) {
	.copy {
		text-align: left;
		margin-top: 0;
	}
}



/* pagetop
---------------------------------------------------- */
#pagetop{
	position: absolute;
	right: 0;
	bottom: 0;
}



/* scroll */
#pagetop .scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #a38b76;
  letter-spacing: 0.1em;
  z-index: 4;
	 font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
	cursor: pointer;
}

#pagetop .scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
#pagetop .scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #a38b76;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media only screen and (max-width: 767px) {
	#pagetop .scroll_anime {
	  bottom: 46px;
	}
	#pagetop .scroll_anime::before {
	  bottom: -46px;
	  height: 110px;
	}
	#pagetop .scroll_anime::after {
	  bottom: -46px;
	  height: 110px;
	}
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

