@charset "utf-8";



* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	color: #111;
	background-color: #f5f1e6;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
}



section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(110%);
}
a:hover img.still {
	filter: none;
}
.anchor{
    scroll-padding-top: 200px;
}

li {
	list-style-type: none;
}

a {
	color: #E1331B;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #e1511b;
	text-decoration: none;
}



a.urllink:before {
font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: '\f35d';
	font-size: 1.0em;
	margin-right: 4px;
}
a.pdflink:before {
font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: '\f1c1';
	font-size: 1.0em;
	margin-right: 4px;
}






table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: rgba(255,255,255,0.9);
}


header h1 a img {
	display: block;
	filter: none;
	position: absolute;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	display: none;
	background-color:#7CA376;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #fff;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #CCFFF6;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #f5f1e6;
	color: #111;
	padding-top: 50px;
	padding-bottom: 0;
	overflow: hidden;
	content-visibility: auto;
}
.gallery {
	width: 100%;
	background-color: #F8F4DA;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:0;
position: relative;
}
.background_white {
	background-color: #fff;
}
.background_green {
	background-color: #ADD3B0;
}
.background_greenshima {
 background-image: repeating-linear-gradient(45deg, #add3b0, #add3b0 6px, #bbd9bd 6px, #bbd9bd 12px);
}
.background_gradation2 {	
background: #b7ccb1;
background: -webkit-linear-gradient(to right, #e9f5e6, #b7ccb1);
background: linear-gradient(to right, #e9f5e6, #b7ccb1);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
  height: 100%;
}
.background_gradation3 {
	background: #b7ccb1;
     background-image: linear-gradient(350deg, rgba(121, 195, 132, 1), rgba(165, 207, 170, 1) 25%, rgba(236, 243, 234, 1) 52%, rgba(253, 237, 217, 1) 93%);
	  background-size: 400% 400%;
  animation: gradient 10s linear infinite;
  height: 100%;
}
.background_gradation {
	background: #b7ccb1;
     background: linear-gradient(70deg,rgba(208, 232, 197, 1) 0%, rgba(227, 245, 211, 1) 23%, rgba(215, 230, 200, 1) 42%, rgba(252, 251, 222, 1) 63%, rgba(255, 234, 217, 1) 81%, rgba(252, 251, 222, 1) 91%, rgba(208, 232, 197, 1) 100%);
	  background-size: 400% 400%;
  animation: gradient 10s ease infinite ;
	animation-direction:alternate-reverse;
  height: 100%;
}

.spikes_top {
  position: relative;
  background: #f5f1e6;
  height: 50px;
}
.spikes_top::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #f5f1e6 25%, transparent 25%), linear-gradient(225deg, #f5f1e6 25%, transparent 25%);
  background-position: 0 0;
}
.spikes_bottom {
  position: relative;
  background: #fff;
  height: 50px;
}
.spikes_bottom::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pattern{
  background-image: linear-gradient(0deg, rgb(255 255 255 / 30%) 1px, transparent 1px);
  background-size: 14px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
	width:100%;
	height: 100%;
}
.pattern2{
	
	  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}




.content .font_mincho {
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.0em;
}
.content .font_sanserif {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 1.0em;
}

#sub_top {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 100px;
	line-height: 30px;
	padding-top: 100px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: 600;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#index_top #top_catch {
	position: absolute;
	top: 30%;
	left: 25%;
	z-index: 10;
	margin-top: 0px;
	margin-left: -200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}
#index_top #top_catch h2 {
	color: #fff;
	text-shadow: 1px 1px 16px #000;
	text-shadow: 0px 1px 10px #000;
	text-shadow: 1px 0px 10px #000;
	font-size:34px;
	letter-spacing: 1px;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: anywhere;
}




#index_news {
	height: 100%;
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
#index_news .topnews{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding:3px 10px 5px 10px;
	margin-left:10px;
	margin-bottom: 20px;
	background-color:rgba(0, 0, 0, 0.7);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: left;
	align-items: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-flex-flow: column;
	flex-flow: column;
		border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#index_news .topnews ul{
	color: #FFF;
	font-size: 12px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 200;
	line-height: 2;
}
#index_news .topnews h2{
	color:#fff;
	font-size: 14px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom:5px;
}
#index_news .topnews ul li span {

}
#index_news .topnews ul li {
	padding: 0;
		margin-left:5px;
	line-height: 1.7em;
}
#index_news .topnews ul li a {
	color:#FFED00;
	text-decoration: none;
	padding: 0;
	margin:0;
}
#index_news .topnews ul li a span.newslink {
	color:#FFED00;
	margin-left:10px;
}
#index_news .topnews ul li a:hover span.newslink {
	color:#C5B911;
}
#index_news .topnews ul li a span.newslink i {
	margin-left:3px;
}
#index_news .topnews ul li a:hover {
	color:#C5B911;
}

.content h2 {
	font-size: 28px;
	line-height: 2.2;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
		word-break: keep-all;
	overflow-wrap: anywhere;
}


.content h2 i {
	padding: 0 10px;
	color: #CBBDB5;
}

.content h2 span {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}


.toptitle {
display: flex;
  justify-content: center;
  align-items: center;
	padding:100px;
}
.toptitle p {
  width: auto;
  max-width: 600px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.titletag span {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background: rgba(209, 22, 25, 1.00);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0 10px;
}


.kakomitag {
  position:relative;
  margin:10px;
  display:inline-block;
  padding:8px 25px 8px 25px;
  border:1px solid black;
  background:none;
  text-transform:uppercase;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
	line-height: 1.4em;
  cursor:pointer;
}
.kakomitag:after {
  position: absolute;
  top:2px;
  left:-4px;
  content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(0deg);
}
.yellow:after { background:#f4ec5a; }
.red:after { background:#FF6549; }









h2.pagetitle {
  color: #111;
  line-height: 1;
  margin: 0;
  padding: 0;
}
h2.pagetitle span {
	display:inline-block;
  color: #111;
  font-size: 28px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.80);
border:1px solid #111;
  padding: 3px 1px 4px 4px;
  margin: 0 0 40px 0;
}
h2.pagetitle_sub {
  color: #B32E3F;
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0;
}
h2.pagetitle_sub span {
  color: #533E0A;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 400;
  background: rgba(255, 253, 200, 0.60);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0 5px;
  margin: 0;
}


h3.wide90{width:90%;}



.content h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	color: #333;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	clear: both;
	letter-spacing: 0.05em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.content h3 span {
	font-size: 15px;
	color: #555;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
h3.catch_1 {
		font-size: 26px;
	color: #555;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
	line-height: 1.8em;	
	text-align: center;
	display: block;
	width: 100%;
		word-break: keep-all;
	overflow-wrap: anywhere;
}
h3.catch_2 {
		font-size: 26px;
	color: #555;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	display: block;
	width: 100%;
		word-break: keep-all;
	overflow-wrap: anywhere;
}
h3.catch_3 {
		font-size: 26px;
	color: #555;
  font-family: "Kiwi Maru", serif;
  font-optical-sizing: auto;
  font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	display: block;
	width: 100%;
		word-break: keep-all;
	overflow-wrap: anywhere;
}


h2.tegakimidashi, h3.tegakimidashi {
	width:100%;
	text-align:center;
}
h2.tegakimidashi span,h3.tegakimidashi span {
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2em;
	font-size: 30px;
	padding:0;
	border-bottom:double 4px #BC8870;
}
.tegakimidashi::first-letter {
	font-size: 40px;
}

h2.gothicmidashi, h3.gothicmidashi {
	width:100%;
	text-align:center;
}
h2.gothicmidashi span,h3.gothicmidashi span {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2em;
	font-size: 20px;
	
	
	
}
.gothicmidashi::first-letter {
	font-size: 40px;
	font-weight: 300;
}







.wakumozi {	
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.1;
		word-break: keep-all;
    overflow-wrap: break-word;
	margin: 0;
	padding:50px 0 10px 0;
	color: #FFFAF4;
	text-shadow: 
			-1px -1px 0 #827B72, 1px -1px 0 #827B72, -1px 1px 0 #827B72, 1px 1px 0 #827B72,	4px 4px 6px #FBC5C6;
	&:after,
	&:before {
		content: attr(data-heading);
		position: absolute;
		overflow: hidden;
		left: 0;		
		width: 100%;
		top: 0;
		z-index: 5;
	}
	&::before {
		text-shadow: 

			1px 0px 0px #f5b10b, 0px 1px 0px #f5b10b, 2px 1px 0px #f5b10b, 1px 2px 0px #f5b10b, 3px 2px 0px #f5b10b, 2px 3px 0px #f5b10b, 4px 3px 0px #f5b10b, 3px 4px 0px #f5b10b, 5px 4px 0px #f5b10b,
			10px 10px 4px rgba(#FFEE52, .8);
		color: #FFEE52;
		height: 66%;
	}
	&::after {
		height: 33%;
		color: #FFEE52;
		text-shadow: 

			1px 0px 0px #FFFAF4, 0px 1px 0px #FFFAF4, 2px 1px 0px #FFFAF4, 1px 2px 0px #FFFAF4, 3px 2px 0px #FFFAF4, 2px 3px 0px #FFFAF4, 4px 3px 0px #FFFAF4, 3px 4px 0px #FFFAF4, 5px 4px 0px #FFFAF4,
			-1px 2px 0 #807B75,
	}
}











.content h4 {
	font-size: 20px;
	color: #597E84;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADC4C7;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	color:#111;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 300;
	line-height: 1.8em;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;	
	display: inline-block;
    text-align: left;
}

p.simpletext {
	max-width: 800px;
	display:block;
	margin:0 auto;
}
p.simpletext_center {
	max-width: 800px;
	display: inline-block;
	text-align: left;
	margin:0 auto;
}
p.simpletext_left {
	width:100%;
	max-width: 800px;
	display:block;
	text-align: left;
}

.content .obcenter{
	margin: 0 auto;
    text-align: center;
}
.content .tatenarabi{
 display: flex;
    flex-direction: column;
    align-items: center;
}


.content .ul_news li {
	font-size: 16px;
}
.content .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F90;
	color: #FFF;
	margin-right: 5px;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #36BEAD;
}

.content .ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #455E65;
}

img.kadomaru{
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}










.content .cont_wrap .txt_box {
	background-color: #E6EDEE;
	padding: 20px;
	margin: 20px;
}
.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6CACD;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #333;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt a {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	background-color:rgba(250,250,250,0.3);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border:1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
.btn_cnt a i {
	padding-right: 10px;
	color:#E1511B;
}
.btn_cnt a:hover {
	color: #E1511B;
	border:1px solid #E1511B;
	background-color: #FAE4DC;
	box-shadow: 1px 2px 2px rgba(0,0,0,0);
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}


a .btn_cnt2  {
	text-align: center;
		font-weight: 400;
	display: block;
	width: 200px;
	background:rgba(255,255,255,0.50);
	clear: both;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.20);
}
.btn_cnt2 i {
	padding-right: 10px;
	color:#E1511B;
}
a .btn_cnt2.rt {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}
.pick_up ul {
	position:relative;
	width:100%;
}
.pick_up ul li {
	position:relative;
	width:100%;
}
.pick_up ul li a .btn_cnt2 {
	font-size: 14px;
	font-weight: 400;
	width:fit-content;
	text-decoration: none;
	padding:3px ;
	margin:0 auto;
	color: #000;
	position: absolute;
	left: 0;
	right:0;
	top:85%;
	border:1px solid #fff;
}
.pick_up ul li a:hover div.btn_cnt2  {
	color: #E1511B;
	border:1px solid #E1511B;
	background-color: #fff;
		box-shadow: 1px 2px 2px rgba(0,0,0,0);
}
.pick_up ul li {
	position:relative;
}



.btn_cnt3 a {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	background-color: #87B48B;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border:1px solid #678F6B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.20);
}
.btn_cnt3 a i {
	padding-right: 10px;
	color:#fff;
}
.btn_cnt3 a:hover {
	color: #fff;
	border:1px solid #678F6B;
	background-color: #58945D;
		box-shadow: 1px 2px 2px rgba(0,0,0,0);
}


.box_cont .box_c_in_3 .btn_cnt4 a {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 16px;
}
.btn_cnt4 a i {
	padding-right: 10px;
	color:#fff;
}
.btn_cnt4 a:hover {
	color: red;
	border:1px solid #678F6B;
	background-color: #58945D;
		box-shadow: 1px 2px 2px rgba(0,0,0,0);
}


/*
eventday
-------------------------------------------*/
.eventday {
	color:#1A6C02;
	letter-spacing: -0.02em;
  font-family: "Kiwi Maru", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
		font-size: 20px;
	line-height: 1.6em;
	width:fit-content;
	margin:0 auto 10px auto;
	padding:0 0 5px 0;
		word-break: keep-all;
    overflow-wrap: break-word;
}
.eventday span.event_year {
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
}
.eventday .event_l {
	font-size: 24px;
	font-weight: 700;
	margin-right: 1px;
}
.eventday .event_m {
	font-size: 24px;
	font-weight: 400;
	margin-right: 1px;
}
.eventday .event_s {
	font-size: 18px;
	font-weight: 400;
	margin-right: 1px;
}
.eventday .event_ss {
	font-size: 14px;
	font-weight: 400;
	margin-right: 1px;
}
.eventday .event_to {
	font-size: 30px;
	font-weight: 300;
	margin-right: 5px;
	position: relative;
	top:4px;
}
.event_t {
		color:#1A6C02;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 30px;
		word-break: keep-all;
    overflow-wrap: break-word;
}
td .eventday {
		margin:0;
		color:#111;
}




.content .table_info {
  display: flex;
  align-items: center;
  justify-content: center;

	
}
.content .table_info {
border-collapse: collapse;
}
.content .table_info th, .content .table_info td {
border-bottom: 1px solid #fff;
padding: 0 1em;
}
.content .table_info th {
border-bottom: 1px solid #fff;
text-align: center;
	color:#fff;
	font-size: 14px;
	font-weight: 400;
min-width: 5em;
}
.content .table_info td {
border-bottom: 1px solid #fff;
text-align: center;
	font-size: 14px;
	font-weight: 400;
min-width: 5em;
}


.table01 {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	margin: 40px auto;
}
.table01 th {
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #BFB4B4;
	white-space: nowrap;
	margin:0;
	padding:0 10px;
}
.table01 td{
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #BFB4B4;
		margin:0;
	padding:0 10px;
}
.table01 td span {
	font-size: 90%;
}



 .table-wrapper {
    overflow-x: auto;
	 margin:30px 0;
  }
 .table-wrapper  table {
    border-collapse: collapse;
    min-width: 800px; /* スクロールできるように最低幅を設定 */
    font-family: sans-serif;
	 line-height: 1.4em;
	background: rgba(249,249,249,0.50);
  }
.table-wrapper   th {
	border: 1px solid #ccc;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
    background: #f9f9f9;
    font-weight: bold;
	padding:3px;
	text-align: center;
	font-size: 11px;
  }
.table-wrapper  td {
	font-size: 10px;
    border: 1px solid #ccc;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
  }
.table-wrapper   td:first-child, td:nth-child(2) {
    text-align: left;
  }
























footer .rg {
	text-align: center;
	margin:0 auto;
	padding:0;
	position: relative;
}




footer .f_box h2{
	padding:25px 0 15px 0;
	line-height: 1em;
	margin:0;
}
footer h2 img{
	height:40px;
}

footer .table02 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin: 0;
}
.table02 th {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #BFB4B4;
	white-space: nowrap;
	margin:0;
	padding:0 10px;
}
.table02 td{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #BFB4B4;
		margin:0;
	padding:0 10px;
}
.table02 td span {
	font-size: 90%;
}


.content .labelimg{
	position: relative;

}
.labeltag {
  width: fit-content;
  height: fit-content;
  color: #666;
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: #fff;
  text-align: center;
  box-shadow: 1px 2px 16px 0 #DFC7BD;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 4px 8px 6px 8px;
  z-index: 9;
}
.labeltag:before {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #676767;
}


.content .labelimg img{
	width: 100%;
}


/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #e1511b;
	color: #FFF;
}



/*
オープニングアニメーション
-------------------------------------------*/
#loadingLogo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(245,241,230,1.00);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(245,241,230,1) 100%);
  z-index: 10000;
  display: none;
}
#loadingLogo.show {
	display: block;
	animation: fadein-keyframes 1s ease 2.5s 1 forwards;
}
#loadingLogo .loading-anime-img {
  color: #fff;
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 300px;
}
@keyframes loading {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadein-keyframes {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }








/*
フッター
-------------------------------------------*/

footer {
	background-color:#d1b490;
	color: #fff;
	clear: both;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items:flex-end;
	padding: 0;
	margin-bottom:0;
	position: relative;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content:center;
}
footer .cont_wrap h3{
	font-size: 18px;
	color: #555;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	line-height: 1.8em;
	padding:0;
	margin:10px 0 10px 0;
	text-align: center;
}
footer .cont_wrap h3 span{
	color:#fff;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 0.8em;
	padding:0;
	border-bottom:1px solid rgba(250,250,250,0.80);
}


footer .cont_wrap h3::after {
	display: none;
}
footer .cont_wrap .f_box {
	padding: 10px;
}
footer .cont_wrap .table01{
		font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin: 80px 0 0 0;
	padding:50px;
}
footer .cont_wrap .table01 td{
	color:#111;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	padding:5px 0;
	border-bottom:1px dotted rgba(243,234,218,1.00);
}
footer .cont_wrap .footerinfo{
font-size: 11px;
	line-height: 1.4em;
	color: #111;
	bottom:0;
	display: block;font-weight: 400;
	text-align: left;
	margin:0 auto;
width:300px;
	max-width: calc(100% - 20px);
}
footer .cont_wrap p {
	font-size: 13px;
}

footer .cont_wrap ul {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding: 0;
	margin:0;
}

footer .cont_wrap ul li {
	text-decoration: none;
	text-indent: -3px;
	font-size: 12px;
	font-weight: 500;
}
footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;

}
footer .cont_wrap ul ul{
	margin:0;
	padding:0 0 8px 0;
}
footer .cont_wrap ul li ul li  {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2em;	
	padding: 2px 0 2px 0.7em;
}

footer .cont_wrap ul li a:hover {
	color: #111;
	background:rgba(255,255,255,0.3)
}
footer .cont_wrap ul li li a:hover {
	color: #111;
	background:rgba(255,255,255,0.5)
}
footer .bannerlink {
	text-align: center;
	padding-bottom:40px;
}

footer .bannerlink ul{
margin-right:10px;
	display: flex;
	justify-content: center;
}
footer .bannerlink ul li img{
	width:95%;
max-width: 120px;
}
footer .copyright{
	font-weight: 200;
	margin:20px 0 10px 0;
	font-size: 10px;
	}



footer ul.sns-btn {
	text-align: center;
	margin:0 auto;
	padding:0;
}
footer .sns-btn {
display: flex;
	justify-content: center;
margin: 0 0 20px 0;
}
footer .sns-btn img{
	width: 40px;
}

footer .sns-btn li {
margin-right: 20px;
}
footer .sns-btn ul li a:hover {
	filter: brightness(100%);
}

footer .cont_wrap{
	margin:0;
	padding:0;	
}
footer .cont_wrap .f_box{
	padding:0;
	madgin:0;
}
footer .cont_wrap .rg {
	width: 40%;
	padding:10px;
}
footer .cont_wrap .lg{
		background-color:#F1E0C3;
	margin:0;
		width: 60%;
	padding:10px;
	
}
footer .cont_wrap .sitemap {
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
}
footer .cont_wrap ul.sitemap1 {
	display:inline-block;
	vertical-align: top;
	margin:0;
		padding: 0 5px 0 8px;
}
footer .cont_wrap ul.sitemap2 {
	display:inline-block;
	vertical-align: top;
	margin:0;
		padding: 0 5px 0 8px;
}
footer .cont_wrap ul.sitemap3 {
	display:inline-block;
	vertical-align: top;
	margin:0;
		padding: 0 5px 0 8px;
}

footer .f_box table.table01{
	text-align: center;
	margin:20px auto;
}


footer ul.sitemap1 ,footer ul.sitemap2 ,footer ul.sitemap3 {
	margin: 0 0 0 10px;
	padding: 0;
}
footer ul.sitemap1 li ,footer ul.sitemap2 li ,footer ul.sitemap3 li{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type:disc;
	line-height: 1.6em;
}
footer ul.sitemap1 ul, footer ul.sitemap2 ul, footer ul.sitemap3 ul {
	padding: 0;
}
footer ul.sitemap1 li ul li, footer ul.sitemap2 li ul li, footer ul.sitemap3 li ul li {
		padding: 0 0 0 5px;
	margin:0;
		line-height: 1.5em;
}



/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}





/* data01 */
dl.data01{
	width : 90%;
	max-width: 800px;
	overflow : hidden;
	margin:20px auto 20px auto;
}
dl.data01 dt{
	clear : both;
	width : 40%;
	float : left;
	font-weight: 600;
	font-size: 14px;
	border-top : 1px solid #cccccc;
	text-align : right;
	overflow : hidden;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 8%;
	white-space: nowrap;
	
}
dl.data01 dd{
	width : 60%;
	line-height: 1.4em;
	float : right;
	border-top : 1px solid #cccccc;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
}
dl.data01 dt:first-child,
dl.data01 dt:first-child+dd{
	border : none;
}
dl.data01 dt span{
	display : block;
	font-size : 80%;
	color : #648EB0;
	line-height: 120%;
}






















/* table03 */
#table03  {
	max-width:900px;
}
#table03 tr {
  border-bottom: 1px solid #b5b1b1;
	font-size: 14px;
}
#table03 th,
#table03 td {
  padding: 14px 0;
  border: none;
}
#table03 th {
  width: 30%;
	font-weight: 500;
	white-space: nowrap;
}
#table03 td {
  width: 70%;
}


/* table04 */
table.table04 {
margin:0 0 100px 0;
}
table.table04 tr {
  border-bottom: 1px solid #b5b1b1;
		color: #111;
	background-color: #f5f1e6;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
	
}
table.table04 th {
		font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	  padding: 14px 0;
  border: none;
}
table.table04 td {
		font-size: 16px;
	font-weight: 300;
	  padding: 14px 40px;
	text-align: left;
}
table.table04 tr.tablehr{
  border-bottom: 1px solid #111;
}


/* sp */
@media only screen and (max-width: 480px) {

}









/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	width: 100%;
}


.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	  justify-content: center;
	position: relative;
}

.pick_up ul li {
	width: calc((100% - 60px) / 2);
	margin:5px;
	position: relative;
}
.pick_up ul li a {
	font-size: 1em;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.20);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(255,238,204,0.3);
}


.pick_up ul li a .casebox {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height:1.80em;
	text-decoration: none;
	text-align: center;
	border:1px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;	
	border-radius: 1000px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width:50%;
	aspect-ratio: 1 / 1;
	padding:30px 0 20px 0;
	margin: auto;
	background-color:rgba(255,255,255,0.20);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up ul li a .casebox p {
	font-size: 14px;
	font-weight: 500;
	padding:0;
	margin:12px 0 0 0;
}
.pick_up ul li a .casebox span.number{
	color: #444;
	font-family: "Cinzel Decorative", serif;
	font-weight: 400;
	font-size: clamp(1.8rem, 4.4vw, 2.8rem);
	display: block;
	margin-bottom:5%;
	text-shadow:  0px 0px 15px #fff,1px 1px 40px #fff,-1px 1px 40px #fff,1px -1px 40px #fff,-1px -1px 40px #fff;
}
.pick_up ul li a .casebox span.pickuptitle{
	color: #333;
	font-size: clamp(1.2rem, 1.4vw, 1.8rem);
	line-height: 1em;
	letter-spacing: 0;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	background:rgba(255,255,255,0.80);
		display: block;
	margin-bottom:3px;
	padding:0 1px 3px 2px;
}
.pick_up ul li a .casebox span.pickuptitlesub {
	color: #333;
	font-size: clamp(0.8rem, 0.8vw, 1rem);
	line-height: 1em;
	letter-spacing: -0.5px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;	font-weight: 400;
	font-weight: 400;
	background:rgba(255,255,255,0.80);
	padding:1px;
	text-shadow:  0px 0px 15px #fff,1px 1px 40px #fff,-1px 1px 40px #fff,1px -1px 40px #fff,-1px -1px 40px #fff;
			display: block;
	margin-bottom:3px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}


.pick_up ul li .casebox_number{
	margin-bottom:5%;
	color: #444;
font-family: "Cinzel Decorative", serif;
	font-weight: 400;
	font-size: 2.5em;
	text-shadow:  0px 0px 15px #fff,-1px 1px 40px #fff;
	text-decoration: none;
	position:absolute;
	left: 50%;
	top: -1%;
	margin: auto;
	transform: translate(-50%, -50%);
	z-index: 50;
}
.pick_up ul li a .casebox_mini {
	color: #333;
	font-size: 100%;
	font-weight: 400;
	line-height:1.48em;
	text-decoration: none;
	text-align: center;
	word-break: keep-all;
    overflow-wrap: break-word;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width:100%;
	aspect-ratio: 1 / 1;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up ul li a .casebox_mini p {
	font-size: 14px;
	font-weight: 500;
	padding:0;
	margin:12px 0 0 0;
}
.pick_up ul li a .casebox_mini span.number{
	display: block;
	margin-bottom:5%;
	color: #444;
	font-family: "Kiwi Maru", serif;
	font-weight: 300;
	font-size: 200%;
	text-shadow:  0px 0px 15px #fff,1px 1px 40px #fff,-1px 1px 40px #fff,1px -1px 40px #fff,-1px -1px 40px #fff;
}
.pick_up ul li a .casebox_mini span.pickuptitle{
		display: block;
	margin-bottom:5%;
	color: #333;
	font-size: 110%;
	line-height: 1em;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	background:rgba(255,255,255,0.80);
	padding:0 6px 2px 6px;
}
.pick_up ul li a .casebox_mini span.pickuptitlesub {
	display: block;
	margin-bottom:5%;
	color: #333;
	font-size: 80%;
	line-height: 1em;
	letter-spacing: -1.5px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;	font-weight: 400;
	background:rgba(255,255,255,0.80);
	padding:1px 3px;
		word-break: keep-all;
	overflow-wrap: anywhere;
}
.pick_up ul li a .casebox_mini span.sankaku2:before {
	font-size: 2em;
	display: block;
	margin-top:5px;
	color:#fff;
	text-shadow:  0px 0px 15px #111,1px -1px 40px #111
}


.pick_up ul.column2{
	margin :20px auto 20px auto;
	display: flex;
	justify-content:center;
	width: 100%;
}
.pick_up ul.column2 li {
	width: 45%;
	box-shadow: 1px 2px 5px #ccc;
}

.pick_up ul.column2 li.zoom{
	text-align: center;
	box-shadow: none;
}
.pick_up ul.column2 li.zoom:before {
	color:#E1331B;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00e';
	position:absolute;
bottom: 0px;
	right:10px;
	z-index: 10;
}




.pick_up ul.column3{
	margin :20px auto 100px auto;
	display: flex;
	justify-content:center;
	width: 100%;
}
.pick_up ul.column3 li {
	width: 25%;
	box-shadow: 1px 2px 5px #ccc;
}

.pick_up ul.column3 li.zoom{
	text-align: center;
	box-shadow: none;
}
.pick_up ul.column3 li.zoom:before {
	color:#E1331B;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00e';
	position:absolute;
bottom: 0px;
	right:10px;
	z-index: 10;
}



.pick_up ul.column4{
	text-align: center;
	margin :20px auto 100px auto;
	display: flex;
	justify-content:center;

}
.pick_up ul.column4 li {
	display:inline-block;
	width: 20%;
	max-width: 250px;
	margin:10px;
	box-shadow: 1px 1px 8px #999;
}
.pick_up ul.column4 li a div span.pickuptitle {
	font-size: 20px;
}
.pick_up ul.column4 li a div span.number{
	font-weight: 300;
	font-size: 40px;
	text-shadow:  0px 0px 15px #fff,1px 1px 40px #fff,-1px 1px 40px #fff,1px -1px 40px #fff,-1px -1px 40px #fff;
}



.mokuji{
margin:0 0 50px 50px;
		font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 400;
display: inline-block;
	border:1px solid #426960;
	padding:20px;
}
.mokuji h4{
	font-size: 18px;
	color:#426960;
	margin:0 0 20px 0;
	padding:0 20px;
	font-weight: 400;
	border-bottom:1px solid #426960;
}
.mokuji ul a{
	text-decoration: none;
	color:#426960;
	font-size: 18px;
	font-weight: 300;
}
.mokuji ul a:hover{
	color: #e1511b;
}
.mokuji li a:after {
	content: "\f0ab";
  font-family: "Font Awesome 5 Free";
	font-size: 16px;
  font-weight: 600;
	padding-left:3px;
}

.informationbox{
	max-width:500px;
	margin:50px 50px;
	border:1px solid #426960;
	padding:20px 30px;
	text-align: left;
}
.informationbox h4{
	color:#597E84;
border-bottom:1px dashed #597E84;
	padding:0;
	margin:0 0 15px 0;
}
.informationbox p{
	color:#3D575B;
	padding:0;
	margin:0;
}


.sankaku{
        position:relative;
	text-align: center;
	top:30px;
	margin:0 auto;
	right: 0;
	left: 0;
}
.sankaku:before{
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-top: solid 4px #333;
        border-right: solid 4px #333;
        transform:rotate(45deg);
        position: absolute;
        top:15px;
        left:12px;
        z-index: 2;
}
.sankaku:after{
        content:"";
        width:50px;
        height: 50px;
        background:#fff;
        border-radius: 50%;
        position: absolute;
        top:0;
        left:0;
        z-index: 1;
}




.sankaku2 {
  position: relative;
	margin-top:5px;
	z-index: 11;
}


.sankaku2:before {
	content: "\f061";
  font-family: "Font Awesome 5 Free";
	font-size: clamp(0.8rem, 4vw, 2.6rem);
  font-weight: 600;
	color:rgba(255,255,255,0.80);
}

a:hover .sankaku2::before{
  color: #fff;
}















/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	align-items: flex-start;
	z-index:10000;
}



.box_cont2 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	align-items:flex-start;

}

.box_cont3 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
    display: flex;
	justify-content:space-around;
}




.box_cont .box_c_in {
	width: 25%;
background-color:rgba(255, 255, 255, 0.5);
	padding: 10px;
	border: 1px solid #e3dad0;
	margin-bottom: 30px;
	float: left;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #bb8d57;
	border-right-color: #bb8d57;
	border-bottom-color: #bb8d57;
	border-left-color: #bb8d57;
}

.box_cont .box_c_in img {
width:100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}



/* 左右に横線 */
.style_b {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
width:100%;
}
.style_b::before,
.style_b::after {
  background-color: #333; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
.style_b::before {
  margin-right: 15px; /* 文字との余白 */
}
.style_b::after {
  margin-left: 15px; /* 文字との余白 */
}
/* レイアウトのためのcss */
h3.style_b {
  margin: 0;
		padding:100px 0 50px 0;
			font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 400;
	font-size: 18px;
}











.box_cont .box_c_in_2 {
	width: 48%;
	min-height: 200px;
	border: solid 1px #000;
	outline: solid 2px #000;
	outline-offset: 1px;
	margin: 8px;
	padding: 20px;
}
.box_cont .box_c_in_2:hover {
	background-color: #FFF;
}
.box_cont .box_c_in_2 img {
	max-width: 100%;
	padding: 0px;
}
.box_cont .box_c_in_2 h3 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color:#000;
	margin: 10px 0;
	padding: 0px;
}
.box_cont .box_c_in_2 h3::after {
	display: none;
}

.content .box_cont p {
	margin:0;
	padding:10px;
}

.content .box_cont .btn_cnt{
background-color: #5C804D;	
}



.box_cont .box_c_in_3 {
	width: 23%;
	min-height: 200px;
background-color:rgba(255, 255, 255, 1);
	padding: 10px;
	border: 1px solid #e3dad0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	z-index: 100;
}

.box_cont .box_c_in_3:hover {
	background-color: #FFF;
	border-top-color: #bb8d57;
	border-right-color: #bb8d57;
	border-bottom-color: #bb8d57;
	border-left-color: #bb8d57;
}

.box_cont .box_c_in_3 img {
	max-width: 100%;
	padding: 0;
}

.content .box_cont .box_c_in_3 h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}
.content .box_cont .box_c_in_3 .btn_cnt4 {
padding:0;
margin:0;
}
.content .box_cont .box_c_in_3 a {
	text-decoration: none;
	color:#333;
}
.content .box_cont .box_c_in_3 a .btn_cnt4 {
	width:100%;
	font-size:90%;
	line-height: 1em;
padding:0;
margin:5px 0 0 0;
	text-decoration: none;
	border:none;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.content .box_cont .box_c_in_3 a:hover .btn_cnt4 {
	background-color:#F5EF8F;
	padding:0;
}
.content .box_cont .box_c_in_3 a .btn_cnt4 i {
	font-size:90%;
padding-right:6px;
}


.box_cont .box_c_in_4 {
	width: 40%;
	min-height: 200px;
	border: solid 1px #fff;
	outline: solid 2px #fff;
	outline-offset: 4px;
	background-color: rgba(255,255,255,0.40);
	margin: auto;
	padding: 0;
    text-align: center;
	display: block;
}
.box_cont .box_c_in_4:hover {
	background-color: rgba(255,255,255,0.50);
}
.box_cont .box_c_in_4 img {
	max-width: 100%;
	padding: 0;
	margin:0;
}
.box_cont .box_c_in_4 h3 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color:#000;
	margin: 10px 0;
	padding: 0px;
}
.box_cont .box_c_in_4 h3::after {
	display: none;
}
.box_c_in_4 .eventday {
	font-size: 24px;
	padding-top: 10px;
	margin:0;
	padding:20px 0;
	line-height: 1em;
}
.content .box_c_in_4 h3{
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#1A6C02;
	font-weight: 400;
}
.content .box_cont .box_c_in_4 p {
	max-width: 80%;
	margin:0;
	padding:10px;
	    display: inline-block;
    text-align: left;
}

.content .box_cont .box_c_in_4 .btn_cnt{
background-color: #5C804D;
}




.box_c_in_5 {
	width: 48%;
	
	margin-bottom: 30px;
}


.box_c_in_5 img {
	max-width: 100%;
}

.box_c_in_5 h2 {
	padding-bottom: 10px;
	font-size: 24px;
}
.box_c_in_5 h3 {
	padding-bottom: 10px;
	font-size: 24px;
	margin:0;
	padding:0;
	border:none;
	color:#333;
}
.box_c_in_5 p {
	margin:0;
	padding:30px 50px 10px 10px;
}

h3.style_a{
font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.2em;
	font-size: 30px;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(203,52,11,1.00);
width:96%;
}

h3.style_a span{
font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:rgba(203,52,11,1.00);
	font-size: 20px;
	padding-right: 15px;
}


.box_c_in_6 {
	width: 90%;
	background: rgba(255,255,255,0.80);
	border:1px solid #D5C8AF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: space-around;
}
.box_c_in_6 h2 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-align: left;
	border-bottom:1px solid rgba(170,151,113,1.00);
	margin:0 0 10px 0;
	padding:0;
}
.box_c_in_6 h2 span {
	color:rgba(64,171,37,1.00);
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05;

}
.box_c_in_6 h3 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin:0 0 10px 0;
	text-align: left;
	padding: 0;
	border:none;
}
.box_c_in_6 h4 {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
		text-align: left;
	margin:20px 0 0 0;
	padding:0;
	border:none;
}


.box_c_in_6 ul {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 300;
	font-size: 16px;
		text-align: left;
	margin:10px 50px 10px 0;
	padding:0;
}
.box_c_in_6 .rb ul li{
padding:0;
	margin:0;
	}



.box_c_in_7 {
	flex: 1;
    width: 100%;
    padding: 0;
    margin: 10px;	
	border: 1px solid #fff;
	border-radius: 40px 0 40px 0;
	background-color: rgba(255,255,255,0.80);
	line-height: 1em;
}
.box_c_in_7 img {
	max-width: 100%;
	border-radius: 40px 0 0 0;
	padding: 0 0 15px 0;
	margin:0;
}
.box_c_in_7 h3{
	font-family: "Kiwi Maru", serif;
	font-weight: 300;
	letter-spacing:0;
	line-height: 1.2em;
	color:#333;
	text-align: center;
	margin:10px 0 30px 0;
	padding:0;
}
.box_c_in_7 h3::after {
display: none;
}
.box_c_in_7 h3 span{
	font-family: "Kiwi Maru", serif;
	font-weight: 300;
	letter-spacing:0.25em;
	font-size:14px;
	color:#333;
	background:rgba(255,255,177,0.70);
	padding:0;
}
.box_c_in_7 .place {
	font-family: "Kiwi Maru", serif;
	font-weight: 300;
	background: rgba(255,255,177,1.00);
	margin:0;
	padding:0;
	
}

.box_c_in_7 p {
	margin:0;
	padding:10px 30px;
	    display: inline-block;
    text-align: left;
	line-height: 1.5em;
}



.box_c_in_8 {
	width: 90%;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: space-around;
}
.box_c_in_8 h2 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-align: left;
	border-bottom:1px solid rgba(170,151,113,1.00);
	margin:0 0 10px 0;
	padding:0;
}
.box_c_in_8 h2 span {
	color:rgba(64,171,37,1.00);
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05;

}
.box_c_in_8 h3 {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin:0 0 10px 0;
	text-align: left;
	padding: 0;
	border:none;
}
.box_c_in_8 h4 {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
		text-align: left;
	margin:20px 0 0 0;
	padding:0;
	border:none;
}
.box_c_in_8 ul {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 300;
	font-size: 16px;
		text-align: left;
	margin:10px 50px 10px 0;
	padding:0;
}














.lb{
	display: inline-block;
	padding:20px;
	text-align: left;
}
.rb{
	display: inline-block;
	padding:20px 20px 20px 0;
}
.rb p {
	text-align: justify;
 text-justify: inter-character;
	margin:0;
	padding: 0 2em 10px 0;
	text-align-last: left;
}
.rb img {
	width:100%;
	min-width: 150px;
	padding:20px;
	margin:0;
}
.rb p.notebook {
		display: inline-block;
	margin-right: 2em;
	padding:0 10px;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.0em;
  line-height: 2.0em;
  padding-bottom: 1px;
}
.lb img {
	width:100%;
	min-width: 150px;
	padding:20px;
	margin:0;
}

.b-2{
	width:20%;
	min-width: 170px;
}
.b-3{
	width:30%;
}
.b-4{
	width:40%;
}
.b-5{
	width:50%;
}
.b-6{
	width:60%;
}
.b-7{
	width:70%;
}
.b-8{
	width:80%;
}
.b-9{
	width:90%;
}
.b-10{
	width:100%;
}














.item1 {
  position: relative;
	padding:0;
  padding: 0 0 100px 30px;
	text-align: left;
}
h2.style1{
  font-size: 38px;
  color: #604C3E;
  font-weight: 100;
  text-align: left;
  line-height: 38px;
  position: relative;
  display: inline;
  margin: 0 0 40px 0;
box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	padding: 0;
	background: linear-gradient(transparent 50%, #fff 50%);
}
h2.style1 span.itemnumber{
  font-size: 40px;
	color:#C4484A;
  font-weight: 100;
  margin-right: 20px;
}
.item1 h3{
	text-align: left;
	  display: block;
  letter-spacing: 0.25em;
  margin: 30px 0 40px 0;
  padding: 0;
}
.item1 p {
  letter-spacing: 0.1em;
	line-height: 2.0em;
  margin: 0;
  padding: 0;
	z-index: 9;
}
.item1 img {
width:300px;
			display: block;
position: relative;
	left:300px;
	margin-left: 0;
	z-index: 1;
}

.item2 {
  position: relative;
	padding:0;
  margin: 0 10px 100px 200px;
	text-align: left;
}
.item2 h3{
	text-align: left;
	  display: block;
  letter-spacing: 0.25em;
  margin: 30px 0 40px 0;
  padding: 0;
}
.item2 p {
  letter-spacing: 0.1em;
	line-height: 2.0em;
  margin: 0;
  padding: 0;
	z-index: 9;
}
.item2 img {
width:300px;
		display: block;
position: relative;
	margin: 20px 10px 0 -200px;
	z-index: 1;
}






/*
flow
-------------------------------------------*/

.flow{
	margin:50px 0 100px;
	max-width: 900px;

}
.flow ul{
	width:100%;
  padding-left: 120px;
  position: relative;
	  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
font-weight: 300;
}
.flow ul::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #fff;
  margin-left: -19px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow ul li {
	width: 100%;
}
.flow ul > li {
  position: relative;
}
.flow ul > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow ul > li .icon {
  font-size: 16px;
  color: #fff;
  background: rgba(5,135,8,1.00);
  padding: 8px 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: -120px;
  z-index: 100;
}
.flow ul > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent rgb(5,135,8);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow ul > li dl {
  padding-left: 35px;
	padding-top:12px;
  position: relative;
}
.flow ul > li dl::before,
.flow ul > li dl::after {
  content: "";
  display: block;
  position: absolute;
}
.flow ul > li dl::before {
  width: 10px;
  height: 10px;
  background: rgba(5,135,8,1.00);
  border-radius: 50%;
  left: -23px;
	  top:26px;
}
.flow ul > li dl::after {
  width: 35px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: -9px;
	  top:30px;
}
.flow ul > li dl dt {
  font-size: 26px;
	line-height:1.2em;
	color:#137700;
  font-weight: 400;
  margin-bottom: 1vh;
}
.flow ul > li dl dd {
  font-size: 16px;
	line-height: 26px;
  margin-bottom: 1vh;
}
.flow ul li dl dt {
	word-break: keep-all;
    overflow-wrap: break-word;
	margin-right:2px;
}
.flow ul li dl dd {
	margin-right:10px;
}
.flow .step1 {
	width: fit-content;
	font-size: 18px;
	font-weight: 400;
	margin:20px 0 5px 0;
	padding:5px 10px;
	color:#0F1A98;
	background-color: #fff;
	border:1px dashed #0F1A98;
	word-break: keep-all;
    overflow-wrap: break-word;	
}
.flow .step2 {
	width: fit-content;
	font-size: 18px;
	font-weight: 400;
	margin:10px 0;
	padding:5px 10px;
	color:#BF4700;
	background-color: #fff;
	border:1px dashed #BF4700;
}
.flow .year {
  position: relative;
	width: fit-content;
  display: block;
  margin: 25px 10px 5px 0;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
border-radius: 50px;
}
.year1{
	  background-color: #c4e8c5;
	  color: #005301;
}
.year2{
	  background-color: #79CB7C;
	  color: #005301;
}
.year3{
	  background-color: #3C9A3E;
	color:#fff;
}
.flow p{
	font-size: 16px;
	margin:0;
		word-break:normal;
    overflow-wrap:normal;
}








/*
事例一覧＆ギャラリー
-------------------------------------------*/

ul.works_list {
	width: 100%;
	padding: 10px;
	margin:0;
}

ul.works_list li {
	display: inline-block;
	width:calc((100% / 4) - 40px);
	height:auto;
	position: relative;
	z-index: 1;
}
ul.works_list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 5px;
	position: relative;
}
ul.works_list li img {
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0px 1px 5px rgba(50,50,50,1.0);
}


ul.works_list li a img {
	width:100%;
	aspect-ratio: 4 / 3;
min-height: 150px;	
	object-fit: cover;
}

ul.works_list li p {
	color: #111;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding:5px 10px 15px 10px;
}


ul.works_list li a span.carousel_type {
position: absolute;
display: inline-block;
  margin: 10px 0 10px -10px;
  padding: 0 10px 0 11px;
	font-size: 0.8em;
  border-radius: 0 100vh 100vh 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
		z-index: 2;
}
ul.works_list li a span.carousel_type:before {
  display: none;
}
ul.works_list li a span.ct1 {
	background-color:#BF4D34;
	color:#fff;
}
ul.works_list li a span.ct2 {
	background-color:#F8DA73;
	color: #776115;
}
ul.works_list li a span.ct3 {
	background-color:#388C3E;
	color:#fff;
}
ul.works_list li a span.ct4 {
	background-color:#2AB1C0;
	color:#fff;
}


.pick_up ul.works_list li a:hover img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.pick_up ul.works_list li p{
	font-weight: 400;
	margin:3px 0;
	padding:0 0 0 0.8em;
text-indent: -0.8em;
}
.works_list li p:before{
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
	font-size: 1.0em;
	margin-right: 2px;
}
.pick_up ul.works_list li a:hover p{
color: #e1511b;
}
.pick_up ul.works_list li a p:before{
color: #E1331B;
}
.pick_up ul.works_list li a:hover p:before{
color: #e1511b;
}





/*
背景入り帯
-------------------------------------------*/

.obi_001 {
	min-height: 300px;
	background-image: url("../img/sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;	
	text-align: center;
	padding-top: 10%;
	padding-right: 20px;
	padding-bottom: 10%;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 50px;
	position:relative;
}
.obi_001::after {
  content: '';
  background-color: rgba(142,167,249,0.20);
  position: absolute;
  left: 0;
  right: calc(100% - 200px);
  top: 0;
  bottom: 0;
}
.obi_001::before {
  content: '';
  background-color: rgba(142,167,249,0.20);
  position: absolute;
  left: calc(100% - 200px);
  right: 0;
  top: 0;
  bottom: 0;
	z-index: 1;
}


.content .obi_001 h2 {
	color: #333;
	border-bottom: none;
	padding-bottom: 0;
}
.obi_001 p {
	line-height: 2.4;
}


.obi_002 {
	min-height: 300px;
	width: 100%;
	height: auto;
	background-image: url("../img/sample_07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50%;
	position: relative;
}
.obi_002 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #000;
	background-color: rgba(244,238,221,0.80);
}
.obi_002 p {
	text-align: left;
	max-width: 500px;
	font-size: 14px;
	line-height: 2;
}


.content .obi_003{
	background: linear-gradient(0deg, #f5f1e6, #ffffff 80%);
	padding-bottom:50px;
}

.content .obi_004{
	background-color: #fff;
}

.content .obi_005{
	background: linear-gradient(0deg, #ffffff, #f5f1e6 80%);
	padding-bottom:50px;
}

.obi_006 {
width:80%;
	max-width: 800px;
	margin:100px auto;
	
}
.obi_006 h3{
	width: 100%;
	font-weight: 600;
	padding:0;
	margin:40px 0 10px 0;

}
.obi_006 p{
	width: 100%;
	line-height: 1.75em;
	margin:0;
	padding:0;

}


@keyframes hantoumei {
  100% {
    opacity: 0.4;  
  }
}
.obi_006 h2 {
	z-index: 4;
}
.obi_006 p {
	line-height: 2.4;
	z-index: 3;
}

.obi_007 {
min-height: 300px;
	text-align: center;
	padding-top: 7%;
	padding-right: 20px;
	padding-bottom: 3%;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 50px;
}


.obi_007 p {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.4;
	background:rgba(255,255,255,0.80);
	padding: 30px 20px;
}

.obi_008 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0;
	margin:0;
}


/*
google map
-------------------------------------------*/

.googlemap {
	width: 800px;
	height: 500px;
	margin:0 auto;
	overflow: hidden;
}
.googlemap iframe {
	width:100%;
	height: 860px;
	margin-top: -270px;
}









/*
施工事例タイトル
-------------------------------------------*/
.workshead {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 0;
  display: inline-block;
margin:20px;
}
.workshead_top {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wodksfeaturebox{
  text-align: left;
  line-height: 1.1em;
  padding: 0;
  margin-right: 0;	
	
}
.featuretitle{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.3em;
	padding:2px 0;
}

.workssubtitle {
		font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 600;
	padding:20px 0;
  margin: 0;
  vertical-align: middle;
}
.worksenginfobox {
  text-align: left;
	right: 0;
  font-size: 10px;
  font-weight: 600;
		letter-spacing: 0.05em;
  line-height: 1.2em;
  padding: 0;
}
.workstext {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
	letter-spacing: 0.1em;
  padding: 0 0 2px 0;
  margin: 0;
}
.worksnumber {
	font-family: "Cinzel Decorative", serif;
  font-optical-sizing: auto;
	color:rgba(236,65,34,1.00);
  text-align: right;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 0;
  margin: 0 30px;
}
.workshead_bottom {
  border-top: 1px solid #444;
}
.workshead_bottom h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}
.workshead_bottom h2 span {
  text-align: center;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
	line-height: 1em;
}



.workshead2 {
			font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  padding: 0;
	text-align: center;
margin:20px;
}
.workshead2 .workssub {
	color:rgba(103,93,71,1.00);
		letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 500;
	letter-spacing: 0.1em;
  line-height: 1.4em;
	transform: rotate(-7deg); 
  padding: 0 10px;
  margin-left: -30px;
	background: rgba(255,255,255,0.70);
	display: inline-block;
}
.workshead2 .workssub span.wokshead2tag{
		color:rgba(236,65,34,1.00);
  font-size: 10px;
	  font-family: "Kiwi Maru", serif;
  font-weight: 600;
  padding-bottom:4px;
}
.workshead2 .workssub span.workshead2number{
	color:rgba(236,65,34,1.00);
		letter-spacing: -0.02em;
  font-family: "Kiwi Maru", serif;
  font-size: 40px;
  font-weight: 300;
  padding: 0;
  margin-right: 20px;
}
.workshead2 h2 {
font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 40px;
	color:rgba(103,93,71,1.00);
	margin:10px 0;
	padding:0;
}
.workshead2 h3 {
			font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 400;
	color:#333;
  font-style: normal;
	font-size: 14px;
		margin:0 0 20px 0;
	padding:0;
}
.workshead2 p {
	font-size: 20px;
	max-width: 600px;
	  font-weight: 300;
	padding:0 10px;
	  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.0em; /* 行の高さ */
  line-height: 2.0em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}





.g_list{
	margin:0 auto;
	text-align: center;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 10px;
}
.g_list li {
		position: relative;
	display: inline-block;
box-sizing: border-box;  
width: calc((100% - 20px) / 3);
	height: auto;
	padding: 0;
	   vertical-align:  top;
	box-shadow: 1px 1px 4px #999;
}
.g_list li:before {
	color:#fff;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00e';
	position:absolute;
bottom:2px;
  right: 8px;
}

.g_list::after{
width: calc((100% - 20px) / 3);
    height: 0;
    display: block;
    content: "";
}



.g_list li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.g_list li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    aspect-ratio: 4 / 3;	
}

.g_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}









@media screen and (min-width:961px){
body {
	font-size: 16px;
}
.second_navi {
	display: none;
}	
#g_navi ul li.second_navi {
	display: none;
}
	
	
	
/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 5px;
	height: 48px;
}

.menu_btn,
.btn_close {
	display: none;
}
	
.bgphoto1 {
	background-image: url("../img/bgphoto_1.jpg");
			background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
		background-size:cover;		
	}
.bgphoto2 {
	background-image: url("../img/bgphoto_2.jpg");
			background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
		background-size:cover;		
	}	
.bgphoto3 {
	background-image: url("../img/bgphoto_3.jpg");
			background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
		background-size:cover;		
	}
	

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}	
	
#g_navi ul li{
	display: inline;
}


#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(255,255,255,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #e1511b;
	top:0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #e1511b !important;
}

#g_navi.txt_w li a {
	color: #FFF;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.catalog a {
	background-color: #fff;
	color: #3A9624 !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border:3px solid #3A9624;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
}
#g_navi li.catalog a:hover {
	background-color:#7ABF6D;
	color: #fff !important;
}
#g_navi li.catalog a::before {
	display: none;
}
	

	
	
	
	
.m_navi {
	display: none;
}	
	

/*
ヘッダー
-------------------------------------------*/

#index_top {
	min-height: 850px;
}

.no_pc {
	display: none !important;
}

	
	

	
	

	

}
/*-- /960px～ --*/

@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}
.obi_001 {
	min-height: 300px;
	background-image: url("../img/sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}
.sp_only{
		display:none !important;
}	

}

@media screen and (max-width:1050px){
#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

#index_top #top_catch{
	left:30%;	
	}
.obi_001 {
	min-height: 300px;
	background-image: url("../img/sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;	
}
#g_navi li.catalog {
	width:200px;
}	
	
.pick_up ul.column3 li {
	width: 30%;
	margin-bottom:30px;
}


	
	
	
	
}
@media screen and (max-width:960px){

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}
p.simpletext {
	padding:0 20px;
    overflow-wrap: break-word;
}
p.simpletext_center {
	padding:0 20px;
    overflow-wrap: break-word;
}
p.simpletext_left {
	padding:0 20px;
}

/*
メニューボタン
-------------------------------------------*/
#sub_top{
	}
.obi_001 {
	background: url("../img/sky_sp.jpg") no-repeat 0 / cover;
}
.obi_001::after {display: none;}	
.obi_001::before {display: none;}	

	
.obi_002 {
	background: url("../img/sample_13_sp.jpg") no-repeat 0 / cover;
	padding: 0 0 100%;
}
	
.bgphoto1 {
	background: url("../img/bgphoto_1_sp.jpg") no-repeat 0 / cover;			
	}
.bgphoto2 {
	background: url("../img/bgphoto_2_sp.jpg") no-repeat 0 / cover;			
	}	
.bgphoto3 {
	background: url("../img/bgphoto_3_sp.jpg") no-repeat 0 / cover;			
	}	
	
.menu_btn {
	display: block;
	background-color:rgba(255,255,255,0.5/);
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #000;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #555;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/	
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
		right: 0;
	overflow: auto;
	z-index: 3000;
	display: none;
	    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	background-color: rgba(255,245,212,0.20);
}
#g_navi > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
	width:50%;
	margin-left: 50%;
	padding-left:10%;
	background-color: rgba(255,255,255,1.00);
}
#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin:0 auto;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
color:#888;
}
#g_navi li.catalog a {
	text-align: center;
	background-color: #fff;
	color: #3A9624 !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border:3px solid #3A9624;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
		margin-top:30px;	
}
#g_navi ul li.catalog a:hover {
	background-color: #64985A;
	color:#fff;
}
#g_navi ul li.catalog a:before{	
		content:"";
	}

	
#g_navi ul li ul.second_navi li a {
	padding: 0 0 0 2em;
	line-height: 1.6em;
	font-weight: 400;
	margin:0;
}	
	
	
	
	
	
	
	
.m_navi a {
	position:absolute;
	top:0px;
	right:45px;
	font-size: 12px;
	font-weight: 300;
	background-color: #fff;
	text-decoration: none;
	color: #3A9624 !important;font-weight: 500;
	padding: 5px 10px;
	border-left:3px solid #3A9624;
	border-right:3px solid #3A9624;
	border-bottom:3px solid #3A9624;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.3)
}
.m_navi a:hover {
	background-color:#B2E3A6;
	color: #286819 !important;
}
.m_navi a::before {
	display: none;
}	
	
/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left: 10px;
	height: 38px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

#sub_top {
	height: 70px;
	padding-top: 0;
}

.no_sp {
	display: none;
}
	
	
.g_list li {
	display: inline-block;
box-sizing: border-box;  
width: calc((100% - 10px) / 2);
	height: auto;
	padding: 0;
	   vertical-align:  top;
	box-shadow: 1px 1px 4px #999;
}	
.g_list::after {
    content: "";
    display:block;
width: calc((100% - 10px) / 2);
}
	
h3.style_a{
	font-size: 26px;
	width:100%;
}

h3.style_a span{
	font-size: 18px;

}
h3.style_a span::after {
  content: "\A";
  white-space: pre;
}	
	
	
.box_c_in_8{
		display: block;
		width: 100%;
	}		
.box_c_in_8 .b-5{
		display: block;
		width: 100%;
	}	
.box_c_in_8 .b-5 img{
		display: block;
		width: 70%;
	margin:0 auto;
	}	
	

	
	
	
	
	
dl.data01 dt,
dl.data01 dd {
    width: 100%;
    display: block;
  }

dl.data01 dt {
    width: 100%;
	  text-align: left;
	  padding:0 5px;

  }

dl.data01 dd {
line-height: 20px;
    padding: 0 0 15px 0;
	border:none;
  }
	
	
.box_c_in_8 .lb table{
display: flex;
justify-content: center;
	}	

.b-2,.b-4,.b-6,.b-8{
		display: block;
		width: 100%;
}	


	
ul.works_list li {
	width:calc((100% / 2) - 10px);
}
ul.works_list li:before{
bottom:11px;
  left: 0;
}	
	
}
/*-- /～960px --*/








/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	padding-bottom: 0;
}


.loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 25%;
	border-right:1px solid #fff;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #36BEAD;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FF9900;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}



/*
SNSボタン
-------------------------------------------*/

.h_sns {
	padding: 0;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: rgba(78,49,24,1.00);
}

.h_sns li a {
	display: block;

	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	line-height: 20px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
}
.h_sns li a i {
	margin-right: 6px;
}

.h_sns li a:hover {
	background-color: #FFF;
	color: #4A803F;
}
.h_sns li.side_pamphlet,.h_sns li.side_event {
	width: calc(40% - 1px);
	border-right:1px solid #fff;
}
.h_sns li.side_facebook {
	width:calc(10% - 1px);
	border-right:1px solid #fff;
}
.h_sns li.side_instagram {
	width:10%;
}


@media screen and (max-width:800px){
.content .box_cont3{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding:0 10px;
    display: block;
}
.content .box_cont3 .box_c_in_7{
	width:auto;
	margin-bottom:40px;
	}
.content .box_cont3 .box_c_in_7 .labelimg img{
		max-width: 100px;
	}
.content .box_cont3 .btn_cnt {
	widh:100%;
    display: inline-block;
	justify-content:space-around;
	margin:0 3px;
	}
.content .box_cont3 .btn_cnt a {
	font-size: 14px;
	padding:10px;
	width: 100%;
	}
.content .box_cont3 .box_c_in_7 .btn_cnt3 a {
	max-width: 100%;
	}


	
	
}
/*-- /～800px --*/


@media screen and (min-width:641px){
	.h_sns  {
		display: none;
	}
}

@media screen and (max-width:640px){

#g_navi {
	position: fixed;
	height: 100%;
}	
	
#g_navi > ul {
	width:60%;
	margin-left: 40%;
	padding-left:10%;
}
#g_navi li.catalog a {
	width:100%;
	margin-left: 0;
}	
	
#index_top #top_catch {
	top: 25%;
	left: 1%;
	margin-top: 0;
	margin-left: 20px;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 70px;
	padding-top: 0;
}

	
	


	
	
	
.item1 {
	padding:10px;
  margin: 50px 0 0 0;
	text-align: left;
}
.item1 h2{
  font-size: 30px;
	line-height: 20px;
	padding:0;
	margin:0;
}
.item1 h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.08em;
  padding:0;
	margin:30px 0;
}
.item1 p {
	line-height: 2.0em;
}
.item1 img {
width:200px;
	margin-left: -190px;
}
.item2 {
	padding:10px;
  margin: 50px 0 0 0;
	text-align: left;
}
.item2 h2{
  font-size: 18px;
	line-height: 20px;
	padding:0;
	margin:0;
}
.item2 h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.08em;
  padding:0;
	margin:30px 0;
}
.item2 p {
	line-height: 2.0em;
}
.item2 img {
width:200px;
	margin-left: 10px;
}
	
	
.content .toptitle {
position: relative;
}
.content .toptitle p {
	font-weight: 300;
	line-height: 1.8em;
	padding:10px;
	margin-top:20px;
}
.titletag span {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
	letter-spacing: 0.1em;
  background: rgba(209, 22, 25, 1.00);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0 10px;
}

h2.pagetitle {
  font-size: 20px;
  padding: 0 5px;
  margin: 0 0 20px 0;
}
h2.pagetitle span {
  font-size: 26px;
  margin: 0 15px;
}
h2.pagetitle_sub span {
  color: #533E0A;
  font-size: 14px;
	  line-height: 1em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 400;
  background: rgba(255, 253, 200, 0.80);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0 5px;
  margin: 0 0 10px 0;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.content {
	padding-top: 20px;
	padding-bottom: 0;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}



.content .ul_news li span.date {
	padding-right: 0px;
	display: block;
}



.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}
	
.obi_006{
	width:100%;
	margin-top:0;
}
	
	
.content .bggreen{
	background-color: #85A381;	
		
	}
	

.loop_wrap {
  width: 500%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}



.box_cont .box_c_in,.box_cont .box_c_in_2 {
	width: 100%;
	padding: 5px;
}
.box_cont .box_c_in_3 {
	width: 47%;
	min-height: 100px;
	padding: 5px;
}
.box_cont .box_c_in_4 {
	width: 80%;
	padding: 0;
	margin-bottom:40px;
}		
.box_cont2 .box_c_in_5 {
	width: 100%;
	}
.box_c_in_5 p {
	margin:0;
	padding:10px;
}

.box_c_in_6 {
	display: block;
		width: 90%;
}
.box_c_in_6 .rb{
		display: block;
		width: 100%;
padding:20px 30px 40px 30px;
	}
.box_c_in_6 .rb p{
		display: block;
		width: 100%;
padding:0;
	margin-right:0;
	}
.box_c_in_6 .lb{
	text-align:center;
		display: block;
		width: 100%;
			padding:10px 0 0 0;
	}		
.box_c_in_6 .lb img{
	width:30%;
	padding:0;
	margin:0;
	}		
.box_c_in_6 .rb ul{
padding:0;
	margin:0;
	}

.box_c_in_6 .rb{		display: block;
		width: 100%;}
.box_c_in_6 .lb{		display: block;
		width: 100%;}


	
.box_cont3{
	width: 100%;
	display: flex;
	justify-content:center;
  align-items: center;

	}	
	
.box_c_in_7 {
	width: 100%;
display: block;	
	}	

.box_c_in_8 {
	display: block;
		width: 100%;
}

.box_c_in_8 .rb{
		display: block;
		width: 100%;
	padding:0;	
	}	


.pick_up ul li a .casebox {
	width: 70%;
}

	
	
	
	
.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
	
.pick_up ul.column2{
	margin :20px auto 100px auto;
	display: flex;
	justify-content:center;
	width: 100%;
}
.pick_up ul.column2 li {
	width: 80%;
	box-shadow: 1px 2px 5px #ccc;
}

.pick_up ul.column3{
	margin :0 0 100px 0;
}
.pick_up ul.column3 li {
	position:relative;
	padding:0;
	width:80%;
}
.pick_up ul.column3 li a div {
	width:100%;
	line-height: 1px;
	margin:0;
	padding:0;
}
.pick_up ul.column4{
	margin :0 0 100px 0;
	display: flex;
	justify-content: center;
}
.pick_up ul.column4 li {
	width:calc(50% - 20px);
	margin:10px;
	padding:0;
}
	


	
	
	
}



@media screen and (max-width:460px){

#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
}
#g_navi > ul {
	width:70%;
	margin-left: 30%;
	padding-left:10%;
}
#g_navi li.catalog a {
	width:80%;
}	
.content p {
	font-size: 14px;
}

p.simpletext_center {
	padding:0 20px;
	display: inherit;
	justify-content: center;
	align-items: center;
}	
	
	
	
#index_news .topnews{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	margin-bottom: 0;
	margin-left:0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: left;
	align-items: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-flex-flow: column;
	flex-flow: column;
		border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}


	
input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}
	
  #table03 th,
  #table03 td {
    width: 100%;
    display: block;
  }

  #table03 th {
    width: 100%;
	  text-align: left;
	  padding:0 5px;
font-weight: 700;
  }

  #table03 td {
line-height: 20px;
    padding: 0 0 10px 0;
  }
.content table.table04 th{
	width: 100% !important;
	display: block;
	font-size: 12px;
	text-align: left;
	margin:10px 0 0 0;
	padding:0;
}
.content table.table04 td {
	width: 100% !important;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	margin:0;
	padding:0;
}	
	
	
#index_top #top_catch h2 {
	font-size: 24px;
}

#sub_top {
	font-size: 24px;
}

.content h2 {
	font-size: 24px;
}
	h3
.gallery h2{
	font-size: 30px;
}
.gallery .workssub{
	font-size: 12px;
}	
.obi_007 p{
	font-size: 14px;
	line-height: 2.0em;
}	

	
.content .box_cont3 .btn_cnt {
	width: 80%;
    display: block;
text-align: center;
	margin:0 auto;
	}
.content .box_cont3 .btn_cnt a {
	width: 100%;
	}

	
.box_cont2	h3{
	padding-left:10px;
}
h3.style_a{
	font-size: 20px;
	width:100%;
}

h3.style_a span{
	font-size: 14px;
	font-weight: 600;
		padding-right: 0;
}
	
ul.works_list {
	width:100%;
	margin:0;
	padding:0;
}
ul.works_list li {
	display: inline-block;
	width:100%;
	height:auto;
	position: relative;
	z-index: 1;
}

	
.mokuji{
margin:0 auto 30px auto;
display: inline-block;
	border:1px solid #426960;
	padding:20px;
	margin:10px;
}
.informationbox{
	max-width:500px;
	margin:30px 10px 10px 10px;
	border:1px solid #426960;
	padding:20px;
	text-align: left;
}

.pick_up ul li {
	width: 99%;
	margin:1px 4px 10px 4px;
	padding:0;
}	
.pick_up ul li a .casebox span.number{
	font-size: clamp(0.6rem, 10.0vw, 2.6rem);
	margin-bottom:5%;
}
.pick_up ul li a .casebox span.pickuptitle{
	font-size: clamp(0.6rem, 5vw, 2.4rem);
}
.pick_up ul li a .casebox span.pickuptitlesub {
	font-size: clamp(0.6rem, 3vw, 0.8rem);
}	
.pick_up ul li .sankaku2:before{
	font-size: clamp(0.6rem, 10vw, 1.8rem);
}
	
.pick_up ul li a .casebox_mini span.pickuptitle{	
	font-size: clamp(1.0rem, 1.0vw, 1rem);
}
.pick_up ul li a .casebox_mini span.pickuptitlesub{	
	display: none;
}	
.pick_up ul li a .casebox_mini span.sankaku2:before{
	font-size: clamp(0.5rem, 5vw, 2.0rem);
}



	
	
	
	
	
/*
google map
-------------------------------------------*/

.googlemap {
	width: 100%;
	height: 400px;
	margin:0 auto;
	overflow: hidden;
}
.googlemap iframe {
	width:100%;
	height: 860px;
	margin-top: -250px;
}
	
	
	
	
	
	
	
	
footer {
	width: 100%;

}
footer .cont_wrap .lg{
	margin:0 auto;
	width: 100%;
	max-width: 100%;
	padding:0;
	text-align: center;

}
footer .cont_wrap .rg {
	width: 100%;
}
footer .cont_wrap ul li,footer .cont_wrap ul li ul li{
	font-size: 10px;
	}
footer .cont_wrap .sitemap {
text-align: left;
}
footer .bannerlink ul{ 
	justify-content: center;
}
footer .bannerlink ul li a img{
	width:70%;
}	
	
	
	
	}
	
	


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.d_10 {
transition-delay:1.0s;
-webkit-transition-delay:1.0s;
}
.effect.d_12 {
transition-delay:1.2s;
-webkit-transition-delay:1.2s;
}
.effect.d_14 {
transition-delay:1.4s;
-webkit-transition-delay:1.4s;
}
.effect.d_16 {
transition-delay:1.6s;
-webkit-transition-delay:1.6s;
}
.effect.d_18 {
transition-delay:1.8s;
-webkit-transition-delay:1.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

.effect_2 {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-webkit-transition: 2.0s ease;
	-moz-transition: 2.0s ease;
	transition: 2.0s ease;
}
.effect_2.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


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

 
.obi_002 .box_in p a.tel {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}



.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #3EADBD;
	padding: 15px;
	border-bottom-color: #8ED1DB;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #328B98;
}






/*
FAQ
-------------------------------------------*/
dl.faq {
	display: block;
	margin: auto;
	width: 90%;
}

dl.faq dt {
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	color: #FFF;
	background-color: #278498;
	display: block;
	position: relative;
	width: 80%;
	margin-left: 20%;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

dl.faq dt::before{
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	content: "Q.";
	position: absolute;
	left: 20px;
	top: 13px;
}
dl.faq dt::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(39, 132, 152, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:8px;
    border-right-width:8px;
    border-bottom-color:#278498;
    bottom:100%;
    right:30px;
}
dl.faq dd {
	font-size: 16px;
	background-color: #FFF;
	display: block;
	position: relative;
	width: 80%;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
dl.faq dd::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-color: #FFFFFF;
	bottom: 100%;
	left: 30px;
}

dl.faq dd::before{
	font-size: 24px;
	content: "A.";
	position: absolute;
	left: 20px;
	top: 13px;
}




@media screen and (max-width:960px){
.carousel-cell {
  width: 55%;
	aspect-ratio:auto;
  height: auto;
  background: #fff;
	border-right:5px solid #fff;
	position: relative;
}	
}



@media screen and (max-width:640px){
.carousel-cell {
  width: 85%;
	aspect-ratio:auto;
  height: auto;
  background: #fff;
	border-right:5px solid #fff;
	position: relative;
}		
}










@media screen and (max-width:960px) {



.content .cont_wrap .box_right .fb-page {
	width: 100% !important;
}



	

.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding-right: 60px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	font-size: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
	
}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F9F9F9;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
	  font-size: 12px;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
  



.img_center span {
	font-size: 14px;
	padding: 5px;
}

.img_center div {
	font-size: 12px;
	padding: 20px;
}

dl.faq {
	width: 96%;
}

dl.faq dt {
	font-size: 18px;
	width: 90%;
	margin-left: 10%;
}

dl.faq dd {
	width: 90%;
}

}



.text_wbr{
	word-break: keep-all;
    overflow-wrap: break-word;
}


.text-shadow{
	-moz-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9) !important;
	-webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9) !important;
	-ms-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9) !important;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9) !important;
	-moz-text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9) !important;
	-webkit-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.9) !important;
	-ms-text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9) !important;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9) !important;	
}







span.marker-1 {
	background:linear-gradient(transparent 40%, #FFFFB6 40%);
}
.marker-2 {
	font-size: 1.6em;
	border-bottom:1px dashed #D5856B;
}
.hr-1 {
	height: 3px;
	border-width: 0;
	background-color: #EEE2DD;
	background-image: -webkit-linear-gradient(135deg,
	#BC8F7B 0px,#BC8F7B 2px, transparent 2px, transparent 4px,
	#BC8F7B 4px, #BC8F7B 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	#BC8F7B 0px,#BC8F7B 2px, transparent 2px, transparent 4px,
	#BC8F7B 4px, #BC8F7B 6px, transparent 6px, transparent);
	background-size: 6px 6px;
	margin:40px 0;
}
















/*
文字サイズ・字間・行間
-------------------------------------------*/
.f-ss{font-size:85% !important; line-height: 0.9em;}
.f-small{font-size:93% !important;}
.f-midium{font-size:105% !important;}
.f-large{font-size:120% !important;}
.f-2l{font-size:140% !important;}
.em-tight {letter-spacing: -0.05em !important;}
.em-wide {letter-spacing: 0.1em !important;}
.em-wider {letter-spacing: 0.8em !important;}
.f-w-100{font-weight: 100 !important;}
.f-w-200{font-weight: 200 !important;}
.f-w-300{font-weight: 300 !important;}
.f-w-400{font-weight: 400 !important;}
.f-w-500{font-weight: 500 !important;}
.f-w-600{font-weight: 600 !important;}
.l-h-100{line-height: 1.0em !important}
.l-h-150{line-height: 1.5em !important}
.l-h-180{line-height: 1.8em !important}
.l-h-200{line-height: 2.0em !important}
.l-h-230{line-height: 2.3em !important}


/*
余白
-------------------------------------------*/
.w100 {width: 100%;}
.ma0{margin:0 0 0 0 !important;}

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mt120 {margin-top:120px !important;}
.mt150 {margin-top:150px !important;}
.mt200 {margin-top:200px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}


.pa0{padding:0 0 0 0 !important;}

.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt100 {padding-top:100px !important;}
.pt150 {padding-top:150px !important;}
.pt200 {padding-top:200px !important;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb100 {padding-bottom:100px !important;}
