@charset "utf-8";

@media screen and (min-width: 0px) {
}
/*bootstrap*/
@media screen and (min-width: 576px) {
}
/*bootstrap*/
@media screen and (min-width: 768px) {
}
/*bootstrap*/
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
}
/*bootstrap*/
@media screen and (min-width: 1200px) {
}
/*bootstrap*/
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1900px) {
}



/*dorwer menuコンテンツ*/
.cp_fullscreenmenu {
	position: fixed;
	top: 0;
	right: 0;
 z-index: 9999;
}
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
z-index: 9998;
}
.cp_fullscreenmenu .menu > div {
	/*display: flex;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
	
	color: #fefefe;
	/*border-radius: 50%;*/
	background: rgba(255, 255, 255, 0.9);
/*
	flex: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;*/
	
}
.cp_fullscreenmenu .menu > div > ul {
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
	font-size: 24px;
	display: block;
	margin: 0rem 0.5rem 1.7rem;
	padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
	text-decoration: none;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
	color: #e5e5e5;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
	width: 100%;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
	position: absolute;
	z-index: 9999;
	bottom: -0.15em;
	right: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: width 0.4s ease;
	background: #e5e5e5;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
	visibility: visible;
	pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
	opacity: 1;
}
/*.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
	transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
	transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
	transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
	transition-delay: 1.0s;
}*/
.cp_fullscreenmenu .toggle:hover + .hamburger {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: absolute;
	z-index: 1;
    top: 0px;
    right: 0px;
	display: block;
    width: 85px;
    height: 85px;
    padding: 0.2rem 1rem 1.5em 1.8rem;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	background: rgba(255, 255, 255, 0.9);

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	border-radius:0 0 0 6rem;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}



.cp_fullscreenmenu .hamburger > span {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	transition: all 0.4s ease;
	background: #4D4D4D;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
	position: absolute;
	z-index: 9999;
	top: -10px;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
	top: 10px;
}

.wajima_menu_footer_link p{	
}

.wajima_menu_footer_link p > a {
	 display:block;
     text-align:center;
     line-height:2; 
     border-right:1px solid #666666;
	width: 100%;
	padding: 0 0.6rem;
	margin: auto;
}

.wajima_menu_footer_link p:first-of-type {
     border-left:1px solid #666666;
}

.wajima_header_content{
 position: sticky; 
  top: 0;
	background: #ffffff;
	 background:rgba(255,255,255,0.9);
	z-index: 9998;
}
/*PC nav*/
.wajima_pc_nav li{

}

.wajima_pc_nav li h4{
	font-size: 0.8rem;
	font-weight: normal;
	margin:0.3rem 0 0 0!important;
}


.wajima_pc_nav li h4 span{
	display: block;
	font-size: 1rem;
	margin: 0.2rem 0 0 -0.1rem;
}


/*FV*/
.fv_container{
height: 300px;
  width: 100%;
  position: relative;
	overflow: hidden;
	z-index: 0;
}

/*bootstrap*/
@media screen and (min-width: 768px) {
.fv_container{
height: 350px;
}
}
/*bootstrap*/
@media screen and (min-width: 992px) {
}	
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
.fv_container{
height: 400px;
}
}
/*bootstrap*/
@media screen and (min-width: 1200px) {
.fv_container{
height: 500px;
}
}
/*bootstrap*/
@media screen and (min-width: 1400px) {
}


.fv_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 15s infinite;
  transform: scale(1); /* 初期値 */
  animation-timing-function: ease-in-out;
}


.fv_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 親要素(fv_container)と同じ高さに */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.fv_main_text{
  font-family: "BIZ UDPMincho", serif;
  font-weight: 100;
	font-size: 2.5rem;
	line-height: 120%;
}
@media screen and (min-width: 768px) {
.fv_main_text{
	margin-top: 7rem;
}
}
@media screen and (min-width: 1024px) {
.fv_main_text{
	margin-top:3rem;
	flex-grow: 0;
}
}

/*bootstrap*/
@media screen and (min-width: 1200px) {
.fv_main_text{
	margin-top:6rem;
	font-size: 4.5rem;
}
}
.fv_image {
  position: absolute; /* 必須: 重ねる */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: image-switch-animation 25s infinite;
}

.src1 {
  background-image: url("../img/fv/fv_01.jpg");
}
.src2 {
  background-image: url("../img/fv/fv_02.jpg");
}
.src3 {
  background-image: url("../img/fv/fv_03.jpg");
}
.src4 {
  background-image: url("../img/fv/fv_04.jpg");
}
.src5 {
  background-image: url("../img/fv/fv_05.jpg");
}



@keyframes image-switch-animation {
  0% { opacity: 0; transform: scale(1); }
  4% { opacity: 1; transform: scale(1); } /* フェードイン */
  20% { opacity: 1; transform: scale(1.1); } /* 拡大しながら表示 */
  24% { opacity: 0; transform: scale(1.1); } /* フェードアウト */
  100% { opacity: 0; transform: scale(1); } /* 待機 */
}




.fv_image:nth-of-type(1) { animation-delay: 0s; }
.fv_image:nth-of-type(2) { animation-delay: 5s; }
.fv_image:nth-of-type(3) { animation-delay: 10s; }
.fv_image:nth-of-type(4) { animation-delay: 15s; }
.fv_image:nth-of-type(5) { animation-delay: 20s; }


.wajima_content_wrap{
	padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
.wajima_content_wrap{
	padding: 7rem 0;
}
}
/*bootstrap*/
@media screen and (min-width: 1200px) {
.wajima_content_wrap{
	padding: 10rem 0;
}
}


.wajima_tittle_h2{
	font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
	font-size: 3rem;
	line-height: 120%;
	color: #000000;
}

.wajima_tittle_h2::before{
  content: "";
  display: inline-block;  
  background-image: url("../img/common/tittle_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.8rem;
margin: 0 0.4rem 1.4rem 0;
  
}

.wajima_tittle_h2 span{
		font-family:"Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, sans-serif;
font-size: 0.7rem;
	display: inline-block;
	margin: 0 0 0 0.6rem;
	line-height: 40%;
}

/*menu_tittle*/
.wajima_tittle_h3{
	font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
	font-size: 1.8rem;
	line-height: 120%;
	color: #000000;
}

.wajima_tittle_h3::before{
  content: "";
  display: inline-block;  
  background-image: url("../img/common/tittle_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 0.6rem;
margin: 0 0.5rem 0.8rem 0;
  
}

.wajima_tittle_h3 span{
		font-family:"Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, sans-serif;
font-size: 0.7rem;
	display: block;
	margin: 0.3rem 0 0 1.2rem;
	line-height: 40%;
}


.wajima_tittle_read_text{
	color: #D3D3D3;
	font-size: 0.5rem;	
}
@media screen and (min-width: 1024px) {
.wajima_tittle_read_text{
	font-size: 0.8rem;	
}
}
/*bootstrap*/
@media screen and (min-width: 1200px) {
}
/*bootstrap*/
@media screen and (min-width: 1400px) {
}



/*MORE*/
.wajima_btn{
	background-color: #FAFAFA;
	border: 1px solid #F2F2F2;
	color: #C72917;
	text-align: right;
	padding: .7rem 1rem;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}
.wajima_btn a{
	color: #C72917;
	text-align: right;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline;
}

.wajima_btn_link{
	display: inline-block;
	position: relative;
	width: 50px;
margin: 0 0rem 0rem 1rem;
}

.wajima_btn_link::before{
  content: "";
  display: block; 
  width: 50px;
  height: 1px;
	flex-grow: 1;
	background: #C72917;
	position: absolute;
	top:48%;
	right: 8%;
}

/*bk*/
.wajima_bk_01{
	background-image: url("../img/common/bk_img_aka_01.png");
	background-size: 40%;
    background-repeat: no-repeat;
	background-position: 140%  -24%;
	animation: fadeIn 4s forwards;
	z-index: -100;
}
@media screen and (min-width: 768px) {
	.wajima_bk_01{
	background-position: 140%  -184%;
}
}
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
	.wajima_bk_01{
	background-position: 140%  -290%;
}
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
	.wajima_bk_01{
	background-size: 35%;
	background-position: 140%  -630%;
}
}
@media screen and (min-width: 1900px) {
}

.wajima_bk_02{
	background-color: #F8F8F8;
	background-image: url("../img/common/bk_img_kuro_02.png");
	background-size: 40%;
    background-repeat: no-repeat;
	background-position: -40%  120%;
	animation: fadeIn 4s forwards;
	z-index: -100;
}
@media screen and (min-width: 768px) {
.wajima_bk_02{
	background-position: -40%  166%;
}
}
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
.wajima_bk_02{
	background-size: 35%;
	background-position: -40%  166%;
}
}
@media screen and (min-width: 1900px) {
}

.wajima_bk_03{
	background-image: url("../img/common/bk_img_aka_01.png");
	background-size: 35%;
    background-repeat: no-repeat;
	background-position: 120%  -194%;
	animation: fadeIn 4s forwards;
	z-index: -100;
}
@media screen and (min-width: 768px) {
.wajima_bk_03{
	background-position: 120%  170%;
}
}
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1900px) {
}

.wajima_bk_04{
	background-image: url("../img/common/bk_img_aka_01.png");
	background-size: 35%;
    background-repeat: no-repeat;
	background-position: -20%  -130%;
	animation: fadeIn 4s forwards;
	z-index: -100;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1900px) {
}

.wajima_bk_05{

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*news*/
.wajima_news_content li{
	border-bottom: 1px solid #D3D3D3;
	padding: 1.5rem 0;
	
}


/*wajima_slider-x*/
.wajima_slider-x{
	 scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
    overflow-scrolling: touch; /* スマホ対応のため必須 */
	-ms-overflow-style:none; /* IE、Edge 対応 */
	scrollbar-width:none; /* Firefox 対応 */
}

.wajima_slider-x:-webkit-scrollbar {
	display:none; /* chrome、Safari対応 */
}
	
.wajima_slider-x > div{
    /* 以下の設定は必須 */
    scroll-snap-align: center;
    height: 100%;
    width: 100%;
    flex: none;
    
}

/*th*/

.wajima_thumb-crop {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2; /* 横3：縦2 */
  overflow: hidden;
}

.wajima_thumb-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* はみ出しクロップ */
  object-position: top;  /* 上から表示 */
}


.wajima_footer{
	background: #1A1A1A;
	background-image: url("../img/common/bk_img_kuro_02.png");
	background-size: 50%;
    background-repeat: no-repeat;
	background-position: 170%  -15%;
	animation: fadeIn 3s forwards;
	z-index: -100;	
}

@media screen and (min-width: 768px) {
.wajima_footer{
	background-size: 50%;
	background-position: 170%  -175%;
}
}
@media screen and (min-width: 992px) {
}
/*tab～PC表示*/
@media screen and (min-width: 1024px) {
.wajima_footer{
	background-size: 47%;
	background-position: 170%  -565%;
}
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
.wajima_footer{
	background-size: 35%;
	background-position: 140%  -5000%;
}
}
@media screen and (min-width: 1900px) {
}

/*menu_tittle_footer*/
.wajima_tittle_footer{
	font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
	font-size: 1.5rem;
	line-height: 120%;
	color: #ffffff;
	letter-spacing: 1px;
}



.wajima_tittle_footer span{
		font-family:"Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, sans-serif;
font-size: 0.7rem;
	display: block;
	margin: 0.3rem 0 0 0rem;
	line-height: 40%;
}


/*archive*/
.wajima_thumb-crop {
  position: relative;
  width: 100% !important;
  aspect-ratio: 3 / 2; /* 横3:縦2 */
  overflow: hidden;
}

.wajima_thumb-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;    /* はみ出した部分をトリミング */
  object-position: top; /* 上から表示 */
}

.wajima_archive_h2{
	display: -webkit-box;           /* flexboxの一種（マルチライン制御） */
  -webkit-box-orient: vertical;   /* 縦方向に制御 */
  -webkit-line-clamp: 2;          /* 最大2行 */
  overflow: hidden;               /* はみ出し非表示 */
  text-overflow: ellipsis;        /* 省略記号 */
  line-height: 1.4;               /* 行間調整 */
}

.wajima_archive_body{
	display: -webkit-box;           /* flexboxの一種（マルチライン制御） */
  -webkit-box-orient: vertical;   /* 縦方向に制御 */
  -webkit-line-clamp: 3;          /* 最大2行 */
  overflow: hidden;               /* はみ出し非表示 */
  text-overflow: ellipsis;        /* 省略記号 */
	
}

/*paginationプラグインで再度ためす*/
.page-numbers{
	padding: 0 1rem;
	
}

/*contact*/
/* コンタクトフォーム横幅調節 */
.wpcf7 input[name="your-name"] { /* 名前入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
 width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 100%;
}
	

