@charset "utf-8";
/*-------------------------------------*/
/*	スタート画面	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-image: url("../images/index/bg_loading.jpg");
  z-index:100;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 11;
	max-width: 280px;
}
#opening h2 img{
	animation:4s linear infinite rotation;
	display: block;
	margin: 0 auto;
}
#opening h3{

}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


#top main{

}
#mv {
 text-align: center;
}
.mv_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
	background: #000000;
}
.mv_inner {
  width: 70%;
  max-width: 550px;
  margin: 0 auto;
}
#mv h2{
	margin-bottom: 20px;
}
#mv h2 img{
	width: 100%;
	max-width: 550px;
	display: block;
}
#mv h3{
	margin-bottom: 40px;
	color : #B4B4B5;
	font-size: 2.0rem;
}
.start_link a{
	color : #FFFFFF;
	font-size: 2.0rem;
}
.start_link a span{
	vertical-align: baseline;
	text-decoration: underline;
	animation: flash 1s linear infinite;
}
.start_link a:hover{
	opacity: 0.7;
}
.start_link a:hover span{
	text-decoration: none;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.sub_img{
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-height: 600px) {
.mv_wrap {
  align-items: center;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
	background: #000000;
}
.mv_inner {
  width: 70%;
  max-width: 550px;
  margin: 0 auto;
	padding: 50px 0;
}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
 .sub_img{
	padding-top: 20px;
	padding-bottom: 60px;
}
}
@media screen and (max-width: 550px) {
 
}
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*音楽の同意*/
.overlay {
/*display: none;*/
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1
}
.btn_area {
width: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2;
	padding: 15px;
}
.btn_area .ttl {
font-weight: bold
}
.btn_area p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.btn_area .bt_music {

}
.btn_area .bt_close {
display: block;
margin: 0 auto;
background: none;
color: #777;
padding: 1em;
border: none;
	font-size: 1.2rem;
	border-radius: 10px;
	text-decoration: underline;
}
.btn_area .bt_close:hover {
}
.main_img{
	position: relative;
}
.scrt_link {
display: none;
    position: absolute;
    width: 70px;
    height: 80px;
    top: 51%;
    left: 52%;
}
.main_img .label_mark{
	position: absolute;
	top: -150px;
	left: -50px;
	transition: .5s ;
	transform: rotateZ( 0deg ) ;
}
.main_img .label_mark:hover{
transform: rotateZ( 360deg ) ;
}
.main_img .pct01{
	position: absolute;
	top: 10%;
	left: 10%;
}
.main_img .pct02{
	position: absolute;
	top: 15%;
	right: 10%;
}
.main_img .pct03{
	position: absolute;
	bottom: 10%;
	left: 20%;
}
.main_img .pct04{
	position: absolute;
	bottom: 10%;
	right: 15%;
}
@media screen and (max-width: 1100px) {
.main_img .label_mark{
	position: absolute;
	top: -100px;
	left: 0px;
	max-width: 150px;
}		
}
@media screen and (max-width: 991px) {
.main_img .label_mark{
	position: absolute;
	top: -80px;
	left: 0px;
	max-width: 100px;
	}	
}
@media screen and (max-width: 768px) {
.scrt_link {
display: none;
    position: absolute;
    width: 70px;
    height: 80px;
    top: 35%;
    left: 45%;
}	
.main_img .label_mark{
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 0;
	right: auto;
	max-width: 100px;
	}
	.main_img .pct02{
	position: absolute;
	top: 20%;
	right: 10%;
}
}
@media screen and (max-width: 550px) {
	.main_img .label_mark{
	position: absolute;
	top: auto;
	left: 0;
		bottom: -30px;
	right: auto;
	max-width: 120px;
	}
	
}
/* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height    : 23px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 14px;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 70%;               /* ボタンの横幅       */
	max-width: 80px;
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 30px;                /* ボタンの高さ       */
  border         : 2px solid #e60012;   /* 未選択タブのの枠線 */
  border-radius  : 30px;  /* 角丸               */
	overflow: hidden;
    background: #FFFFFF;
	cursor: pointer;
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #999999;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content        : "♪ON";               /* 表示する文字       */
  padding        : 0 0 0 20px;          /* 表示する位置       */
  color          : #e60012;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
  content        : "STOP";                /* 表示する文字       */
  padding        : 0 20px 0 0;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 15px;                /* 丸の横幅           */
  height         : 15px;                /* 丸の高さ           */
  background     : #e60012;             /* カーソルタブの背景 */
  top            : 8px;                 /* 親要素からの位置   */
  left           : 8px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
	pointer-events: none; /* 追加 */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(50px);    /* 丸も右へ移動       */
  background     : #999999;             /* カーソルタブの背景 */
}

/*-------------------------------------*/
/*	下層ページ	*/
/*-------------------------------------*/
.content.plete{
	background: #FFFFFF;
	padding: 60px 40px;
	border-radius: 20px;
}
h2.page_ttl{
	text-align: center;
	margin-bottom: 100px;
	font-size: 4.0rem;
	position: relative;
	line-height: 1.5;
}
h2.page_ttl::before{
	content: "";
	width: 100%;
	max-width: 210px;
	height: 26px;
	background-image: url("../images/bg_h2.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
   bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
@media screen and (max-width: 768px) {
.content.plete{
	padding: 40px 40px;
}
h2.page_ttl{
	margin-bottom: 100px;
	font-size: 2.4rem;
}
h2.page_ttl::before{
	max-width: 200px;
	height: 26px;
	background-size: 100%;


}	
}
@media screen and (max-width: 550px) {
.content.plete{
	padding: 40px 20px 60px 20px;
}	
}
/*--------------------------------
	セリフ
*/
.messageView {
    position: absolute;
    max-width: 940px;
	width: 90%;
    max-height: 20pc;
    cursor: pointer;
	margin: 0 auto;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	.messageView .mv-contents {
}
	.messageView .mv-contents .mv-comment {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 11pc;
    padding: 20px 30px 10px;
    background: #000000;
    border-radius: 20px;
    color: #fff;
	border: 3px solid #FFFFFF;
    z-index: 10;
		box-shadow: 2px 2px 10px #000000;
}
.messageView .mv-contents .mv-comment .pointer {
    width: 50px;
    height: 34px;
    background: url("../images/ico_down.svg") no-repeat;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
	background-position: center center;
   animation: flash 1s linear infinite;
	    position: absolute;
   bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.val{
	font-size: 2.0rem;
}
.val span{
	font-size: 1.6rem
}
.kaiwa {
	position: relative;
}
.kaiwa a.bt_back{
	display: inline-block;
	border-radius: 20px;
	background: #000000;
	border: 3px solid #FFFFFF;
	line-height: 1;
	position: absolute;
	bottom: 20px;
	right: 40px;
	 color: #fff !important;
	 padding: 0.5em 1em;
	font-size: 2.0rem;
	 text-decoration: none !important;
	text-align: center;
	box-shadow: 2px 2px 10px #000000;
	z-index: 10;
}
.kaiwa a.bt_back:hover {
  background:#535353;
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.kaiwa a.bt_back::before {
	content:url("../images/ico_arrow.svg");
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width:991px) {
.messageView {
	width: 100%;
    position: relative;
    max-height: 20pc;
    cursor: pointer;
	margin: 0 auto;
	bottom: auto;
    left: auto;
    transform: none;
    -webkit-transform:none;
    -ms-transform:none;
}
.messageView {
    margin: 0 auto 40px auto;
	padding-top: 20px;
}
	.messageView .mv-contents .mv-comment {
    height: 13pc;
		padding: 20px 20px;
}
.val{
	font-size: 1.6rem;
}	
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:550px) {
	.messageView .mv-contents .mv-comment {
    height: 13pc;
}
.kaiwa a.bt_back{
	font-size: 1.6rem;
	border-radius: 10px;
		bottom: 20px;
	right: 0px;
}	
}
/*--------------------------------
	アニメーション
*/
.fuwafuwa{
    animation-name: anim_sc;
    transform: scale(0.97,0.97);
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.7s;
}

@keyframes anim_sc {
    100% {
        transform: scale(1,1);
        
    }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #0068B7;
}
.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing.move.main_copy01 .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 2s ease 0s 1 normal forwards;
  animation-delay: .1s;
}
.passing.move.main_copy01 .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 2s ease .5s 1 normal forwards;
  animation-delay: .1s;
}
.passing.move.main_copy02 .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 2s ease 0s 1 normal forwards;
  animation-delay: .3s;
}
.passing.move.main_copy02 .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 2s ease .5s 1 normal forwards;
  animation-delay: .3s;
}


/*モーダルを開くボタン*/
.modal-open-rent,.modal-open-sale{
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-open-rent:hover,.modal-open-sale:hover{
	opacity: 0.7;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-rent,.modal-container-sale{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,90%);
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
	z-index: 2;
	text-align: center;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-rent:before,.modal-container-sale:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-rent.active,.modal-container-sale.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
	color : #B4B4B5;
}
.ranmaru{
	
}
.modal-body h2{
font-size : 4.0rem;
	margin-bottom: 40px;
}
.modal-body p{
font-size : 2.0rem;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-body a.bt_base {
  font-size: 2.0rem;
}
@media screen and (max-width: 768px){
.modal-body h2{
font-size : 3.0rem;
	margin-bottom: 40px;
}
.modal-body p{
font-size : 1.6rem;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  top: 0px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.modal-body a.bt_base {
  font-size: 1.6rem;
}	
}
@media screen and (max-width: 550px){
	.ranmaru{
	max-width: 200px;
}
}
/*-------------------------------------*/
/*	オンライン内見　*/
/*-------------------------------------*/
.flow_list{
	display: flex;
		flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.flow_list li{
	max-width: 400px;
	 width: calc(100% / 3 - 20px);
	border: 3px solid #000000;
	padding: 40px 20px 20px 20px;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.flow_list li::before{
	content: url("../images/ico_arrow-r.png");
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow_list li:last-child::before{
	content: none;
}
.flow_list li .no{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow_list li p{
	font-size: 1.6rem;
	margin-top: 5px;
}
@media screen and (max-width: 991px) {
.flow_list{
	flex-direction: column;
}
.flow_list li{
	max-width: 400px;
	 width: 100%;
	margin: 0 auto;
}
.flow_list li::before{
	content: none;
}	
}
@media screen and (max-width: 768px) {
	.flow_list{
	margin-bottom: 40px;
}
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	会社案内　*/
/*-------------------------------------*/
.staff img{
	width: 90%;
	margin: 0 0 0 auto;
	display: block;
}
.col-2_list.staff {
    gap: 0px 20px;
}
.col-2_list.staff .name_ttl {
	font-size: 2.0rem;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'DotGothic16', sans-serif;
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area{
	margin-bottom: 80px;
	margin: 0 auto;
}
.form_list{
		display: flex;
	flex-wrap: wrap;
}
.form_list dt{
	width: 28%;
	font-size: 1.6rem;
	padding: 35px 15px;
	position: relative;
	font-weight: normal;
}
.form_list dd{
	width: 70%;
	padding: 20px 15px;
}
.form_list2 dt{
	font-size: 1.6rem;
	padding: 0;
	position: relative;
	font-weight: normal;
}
.form_list2 dd{
	padding:10px 0 20px 0;
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	display: inline-block;
	border-radius: 20px;
	background: #000000;
	border: 3px solid #FFFFFF;
	line-height:1;
	 color: #fff !important;
	padding: 1em 0.5em;
	font-size: 1.6rem;
	 text-decoration: none !important;
	text-align: center;
	box-shadow: 2px 2px 10px #000000;
	z-index: 10;
}
.submit_btn:hover{
	 background:#535353;
	text-decoration:none;
	color:#50BABA
}
.submit_btn::before {
	content:url("../images/ico_arrow.svg");
  vertical-align: middle;
  margin-right: 10px;
}
.back_btn{
		width: 100%;
	display: inline-block;
	border-radius: 20px;
	background: #AAAAAA;
	border: 3px solid #FFFFFF;
	line-height: 1;
	 color: #fff !important;
	 padding: 1em 1em;
	font-size: 1.6rem;
	 text-decoration: none !important;
	text-align: center;
	box-shadow: 2px 2px 10px #000000;
	z-index: 10;
}

.back_btn:hover{
	color:#FFFFFF;
	background:#000000;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	margin-left: 5px;
	display:inline-block;
	color:#FF0000;
	font-size:18px;
	font-weight: 300;
	line-height: 1;
}


.content_check_wrap{
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family:  'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;	
}
.content_check_wrap label{
	font-weight: 700!important;
}
.content_check_wrap a{
	text-decoration: underline;
	color: #0000FF;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio{
	border: 3px solid #000000;
	font-family: inherit;
	font-size:1.6rem;
	padding: 0.7em;
	margin:0;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
	box-shadow: 3px 3px 0 #000000;
}
.form_area select {
	border:1px solid #B5B5B6;
	border-radius: 10px;
	padding: 0.7em;
}
.cal-wrap{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.datepicker,.selectbox {
	border-radius: 10px;
	padding: 0.7em 20px 0.7em 0.7em;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(204, 211, 215, 1) 0%,rgba(236, 239, 242, 1) 99.99%);
  background : -webkit-linear-gradient(90deg, rgba(204, 211, 215, 1) 0%, rgba(236, 239, 242, 1) 99.99%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(204, 211, 215, 1) ),color-stop(0.9999,rgba(236, 239, 242, 1) ));
  background : -o-linear-gradient(90deg, rgba(204, 211, 215, 1) 0%, rgba(236, 239, 242, 1) 99.99%);
  background : -ms-linear-gradient(90deg, rgba(204, 211, 215, 1) 0%, rgba(236, 239, 242, 1) 99.99%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCD3D7', endColorstr='#ECEFF2' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(204, 211, 215, 1) 0%, rgba(236, 239, 242, 1) 99.99%);
  border-style : Solid;
  border-color : #B5B5B6;
  border-color : rgba(181, 181, 182, 1);
  border-width : 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEFF2',endColorstr='#CCD3D7' , GradientType=0);
cursor: pointer;
}
.datepicker {
	max-width: 150px;
}
.selectbox {
	max-width: 600px;
}
.cal-wrap::before {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(83, 88, 92, 1) 0%,rgba(188, 192, 195, 1) 99.96%);
  background : -webkit-linear-gradient(90deg, rgba(83, 88, 92, 1) 0%, rgba(188, 192, 195, 1) 99.96%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(83, 88, 92, 1) ),color-stop(0.9996,rgba(188, 192, 195, 1) ));
  background : -o-linear-gradient(90deg, rgba(83, 88, 92, 1) 0%, rgba(188, 192, 195, 1) 99.96%);
  background : -ms-linear-gradient(90deg, rgba(83, 88, 92, 1) 0%, rgba(188, 192, 195, 1) 99.96%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53585C', endColorstr='#BCC0C3' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(83, 88, 92, 1) 0%, rgba(188, 192, 195, 1) 99.96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCC0C3',endColorstr='#53585C' , GradientType=0);
	border-radius: 0 10px 10px 0;
	pointer-events: none;
	cursor: pointer;
}
.cal-wrap::after {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #ffffff transparent transparent transparent;
	z-index: 1;
	position: absolute;
	    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	

}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
.form_area label {
	margin-right: 20px;
	font-weight: normal;
	 padding: 5px;
	font-family:  'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;	
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
.must{
	margin:0 0 0 10px;
	    position: relative;
    top: auto;
    right:auto;
    transform:none;
}	
.form_list{
	flex-direction: column;
	border-top: none;
}
.form_list dt{
	width: 100%;
	font-size: 100%;
	text-align: left;
	padding: 0;
	border-bottom: none;
	position: relative;
}
.form_list dd{
	width: 100%;
	padding: 10px 0 20px 0;
	border-bottom: none;
}
	.form_list dt,.form_list dd{
	border-top: none;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	label {

}
	}

	/*-------------------------------------*/
/*	ブログ	*/
/*-------------------------------------*/
/* 詳細ページ */

.entry{
	display: flex;
	justify-content: space-between;

}
.entry_box{
	width: 100%;
}
.entry_box .inner{
	padding: 60px;
	background-color: #FFFFFF;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.entry_ttl{
	font-size: 3.6rem;
	margin-bottom: 20px;
	line-height: 1.5;
}
.cat{
font-weight: 400;
color: #000000;
	display: inline-block;
vertical-align: baseline;
}
a.cat:hover{
	opacity: 0.7;
}
.entry_meta{
	margin-bottom: 10px;
}
.entry_meta .date{
	vertical-align: baseline;
	line-height: 1;
}
.entry_sns{
	line-height: 1;
}
.entry_sns a{
	display: inline-block;
	margin-left: 0;
		vertical-align: top;
}

.tag_box{
	margin-bottom: 20px;
}
.tag_box a{
	display: inline-block;
	color: #41A137;
	font-size: 1.2rem;
	margin-right: 5px;
}
.tag_box a::before{
	content: "#";
}
.tag_box a:hover{
	color: #000000;
}
.thm{
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.thm img{
	padding: 15px;
	border: 3px solid #000000;
}
.profile_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	align-items: center;
	margin-top: 20px;
}
.profile_box dt{
	max-width: 90px;
	width: 100%;
}
.profile_box dd{
	width: 100%;
	padding-left: 35px;
	position: relative;
}
.profile_box dd::before{
	content: "";
	width: 35px;
	height: 35px;
	background-image: url("../images/fukidashi.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.profile_box dd .profile_inner{
	background-color: #b8f089;
	border-radius: 20px;
	padding: 20px;
	 box-shadow: 6px 6px #808080;
}
.profile_box dd .name{
margin-bottom: 10px;
font-size: 1.4rem;
}
.profile_box dd .comment{
font-size: 1.2rem;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/* pager */
#pager{
	background-color: #000000;
	border-radius: 20px;
	border: 3px solid #FFFFFF;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
#pager li {
width: calc( 100% / 3 );
position: relative;
	display: flex;
	align-items: center;
}
#pager li.prev::before {
	content: "";
	border-right: 3px solid #FFFFFF;
	height: 50%;
	position: absolute;
	    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#pager li.next::before {
content: "";
	border-right: 3px solid #FFFFFF;
	height: 50%;
	position: absolute;
	    position: absolute;
    top: 50%;
   left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#pager li a{
color: #FFFFFF;
display: block;
position: relative;
width: 100%;
height: 100%;
}
#pager li.prev{
	text-align: left;
}
#pager li.prev a{
	padding: 2em 0.5em 2em 70px;
}
#pager li.next a{
padding: 2em 70px 2em 0.5em;
}
#pager li.prev a span{
	vertical-align: top;
}
#pager li.prev a::after{
	content: "";
	width: 9px;
	height: 15px;
	background-image: url("../images/page_l.svg");
	background-position: center;
	background-size: contain;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
}
#pager li.back{
	text-align: center;
}
#pager li.next{
	text-align: right;
}
#pager li.next a{
}
#pager li.next a::after{
		content: "";
			content: "";
	width: 9px;
	height: 15px;
	background-image: url("../images/page_r.svg");
	background-position: center;
	background-size: contain;
	    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		vertical-align: middle;
}

#side{
	max-width: 290px;
	width: 100%;
	padding-left: 40px;
}
#side .side_wrap{
	background-color: #000000;
	padding: 40px 25px 50px 25px;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	position: relative;
	color: #FFFFFF;
}
#side .side_wrap span.cat_ttl{
	color: #FFFFFF;
	font-size: 2.0rem;
	display: inline-block;
	background-color: #000000;
	line-height: 1;
	    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#side .side_wrap ul li{
	margin-bottom: 5px;
	line-height: 1.5;
	position: relative;
}
#side .side_wrap ul li a{
	color: #FFFFFF;
		position: relative;
}
#side .side_wrap ul li a:hover::before,
#side .side_wrap ul li a.current::before{
content: url("../images/page_r.svg");
position: absolute;
left: -1em;
}
#side .side_wrap ul.children{
padding-left: 1em;
}
#side .side_wrap a.bt_back{
	  background: #000000;
  border-radius: 10px;
  color: #fff !important;
  padding: 0.7em 1.5em;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none !important;
	border: 3px solid #FFFFFF;
	box-shadow: 2px 2px 10px #000000;
	position: absolute;
	bottom: -20px;
	right: 20px;

}
#side .side_wrap a.bt_back:hover {
  background:#535353;;
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
#side .side_wrap a.bt_back::before {
	content:url("../images/page_r.svg");
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
	.entry_sns{
	display: block;
	margin-top: 5px;
}
	.entry_sns a{
		margin-left: 0;
		margin-right: 10px;
	
}
	.entry{
	flex-direction: column;
}
.entry_box{
	width: 100%;
	margin-bottom: 20px;
}
#side{
	max-width: 500px;
	width: 100%;
	padding-left: 0;
	margin: 0 auto;
	padding-bottom: 60px;
}
#side .side_wrap{
	background-color: #000000;
	padding: 0;
	border: 3px solid #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
#side .side_wrap span.cat_ttl{
	color: #FFFFFF;
	font-size: 1.4rem;
	display: inline-block;
	background-color: #000000;
	line-height: 1;
	    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
		cursor: pointer;
		display: block;
		padding: 18px;
		text-align: center;
}
#side .side_wrap span.cat_ttl::before{
	content: url("../images/ico_down-w.svg");
	position: absolute;
	    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#side .side_wrap span.cat_ttl.on::before{
	content: url("../images/ico_up-w.svg");

}
#side .side_wrap a.bt_back{
	display: none;
}
#side .side_wrap ul.submenu{
	padding: 25px;

}
#side .submenu{
display: none;
}
}
@media screen and (max-width: 768px) {
	.entry_box .inner{
	padding: 40px;
}
.entry_ttl{
	font-size: 2.0rem;
	margin-bottom: 10px;
}
.entry_meta{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.thm{
	margin-bottom: 20px;
}
.thm img{
	padding: 7px;
	border: 3px solid #000000;
}
}
@media screen and (max-width: 550px) {
		.entry_box .inner{
			padding: 40px 20px 60px 20px;
}
.profile_box {
	align-items:start
}
.profile_box dt{
	max-width: 85px;
	width: 100%;
}
.profile_box dd{
	padding-left: 30px;

}
.profile_box dd::before{
	content: "";
	width: 30px;
	height: 35px;
	background-image: url("../images/fukidashi.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	    position: absolute;
    top: 30px;
    left: 0%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;

}
.profile_box dd .profile_inner{
	padding: 15px;
}
#pager{
	background-color: #000000;
	border-radius: 20px;
	border: 3px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
}
#pager li.prev{
	text-align: left;
	width: 20%;
}
#pager li.back{
	width: 60%;
}
#pager li.next{
	width: 20%;
}
#pager li a{
color: #FFFFFF;
display: block;
position: relative;
}
#pager li.prev a{
	padding: 1.4em;
}
#pager li.next a{
padding: 1.4em;
}
#pager li.prev a::after{
    left: 1.2em;
}
#pager li.next a::after{
    right: 1.2em;
}
#pager li a span{
display: none;
}
}

/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 40px auto auto;
	text-align: center;
	font-size: 2.0rem;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.9em 1em!important;
	margin: 0;
	display: inline-block;
	color:#b3b3b3!important;
	background:#FFFFFF;
	border: none!important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	font-weight: 500;
}
.wp-pagenavi a::before,.wp-pagenavi span.current::before{
	content: "";
	width: 1px;
	height: 20px;
	background: #b3b3b3;
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.wp-pagenavi a:last-of-type::before{
	content: none;

}
.wp-pagenavi span{
	color:#b3b3b3;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.9em 1em!important;
	margin: 0;
	display: inline-block;
	border: none!important;
	color:#000000;
	font-weight: 500;
	background:#FFFFFF;
	position: relative;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000000!important;
}
.wp-pagenavi a:hover{
	border: none!important;
	color: #000000!important;
	text-decoration: none!important;
	background:#FFFFFF;
}
.wp-pagenavi a:hover span{
	color:#000000;
}
.wp-pagenavi span {
    border: none!important;
}

.extend{
	padding: 0 10px 0 10px;
}

@media screen and (max-width: 768px) {
.wp-pagenavi {
	font-size: 1.4rem;
}	
.previouspostslink,.nextpostslink{
	font-size: 1.4rem;
}
	
}
/* ドロップダウンリスト */
.archive_list{
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.btn-cat {
  color: #3E3A39;
  background-color: #FFFFFF;
  border-bottom: 1px solid #3E3A39;
  border-radius: 50px;
}
.dropdown {
  max-width: 150px;
	width: 100%;
  margin: 0;
}
.archive_list .btn {
  display: inline-block;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 1em 0 0;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 41px;
  height: 41px;
  width: 100%;
  border-bottom: 3px solid #000000;
  border-radius: 0;
}
.archive_list .ico_arrow {
  content: url("../images/dropdown.svg");
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;

}
.dropdown-menu>li>a {
    padding: 10px 10px;
}
.archive_list .dropdown-menu > li > a:hover {
  background: #3E3A39;
  color: #FFFFFF;
}
.archive_list .dropdown-menu {
  min-width: 100%;
  box-shadow: none !important;
	border: 1px solid #000000;
	margin: 5px 0 0;
}
.archive_list > li > a {
  color: #595757;
}
.archive_list :focus {
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
	.archive_list{
	display: flex;
	gap: 10px;
}
.archive_list .btn {
  font-size: 1.2rem;
}
.dropdown-menu>li>a {
    padding: 5px 10px;
		font-size: 1.2rem;
}
}
/* news list */
.content.news_plete{
	    background: #FFFFFF;
    padding: 60px;
    border-radius: 20px;
}
ul.news_list{
margin-bottom: 40px;
border-top: 1px solid #000000;	
}
ul.news_list li{
border-bottom: 1px solid #000000;	
}
ul.news_list li a{
	display: block;
	padding: 20px 30px 20px 0;
	color: #000000;
}
ul.news_list li a dl{
	display: flex;
	justify-content: space-between;
}
ul.news_list li a dl dt{
	max-width: 150px;
	width: 100%;
	position: relative;
}
ul.news_list li a dl dt .img_wrap{
	position: relative;
}
ul.news_list li a dl dt .avatar{
	width: 50px;
	position: absolute;
	right: -25px;
	bottom: -10px;
	border-radius: 50px;
	overflow: hidden;
}
ul.news_list li a:hover img{
opacity: 1;
}
ul.news_list li a dl dd{
	width: 100%;
	padding-left: 40px;
	position: relative;
}
ul.news_list li a dl dd::before{
	content: url("../images/news_arrow.png");
	    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		transition: 0.3s;
}
ul.news_list li a:hover dl dd::before{
    right: -30px;
}
ul.news_list li a dl dd .entry_meta{
	margin-bottom: 10px;
	padding-top: 1em;

}
ul.news_list li a dl dd h3{
	font-size: 2.0rem;
	line-height: 1.5;
}
ul.news_list li a:hover dl dd h3{
	opacity: 0.7;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	.content.news_plete{
    padding: 40px;
}
}
@media screen and (max-width: 550px) {
		.content.news_plete{
   padding: 40px 20px 40px 20px;
}
	ul.news_list li a{
	display: block;
	padding: 20px 20px 20px 0;
}
	ul.news_list li a dl dt{
	max-width: 90px;
	width: 100%;
	position: relative;
}
ul.news_list li a dl dt .avatar{
	width: 30px;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
ul.news_list li a:hover img{
opacity: 1;
}
ul.news_list li a dl dd{
	width: 100%;
	padding-left: 20px;
	position: relative;
}
	ul.news_list li a dl dd .entry_meta{
	padding-top: 0;
	font-size: 1.0rem;
}
	ul.news_list li a dl dd .entry_meta .date{
		display: block;

}
ul.news_list li a dl dd h3{
	font-size: 1.2rem;
}
ul.news_list li a dl dd::before{
    right: -20px;
}
ul.news_list li a:hover dl dd::before{
    right: -20px;
}
}