@charset "UTF-8";

.divCancel{
	padding: 0 auto;
	max-width: 600px;
	font-size: 80%;
	padding: 20px;;
	text-align: left;
	border: 1px solid #cccccc;
	margin: 20px auto;
}

.formCon1{
	width: 100%;
	text-align: center;
}

.form-control {
	display: block;
	width: 100%;
	margin: 10px;
	padding: 10px;	
	font-size: 1rem;
	line-height: 1.5;
	color: #262626;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* 最大幅1100px／中央寄せ */
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
}

/* レイアウト全体 */
.two-column {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 上下＆左右の余白確保 */
}

/* 複数pタグに対応：まとめる要素 */
.text-inner {
  display: flex;
  flex-direction: column;
  gap: 1em; /* 段落間の間隔 */
}

/* 文字側の高さ調整 */
.text-inner p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: clamp(1.4, 2vw, 1.7);
}

/* 画像 */
.image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* --- 860px以上で2列 --- */
@media (min-width: 860px) {
  .two-column {
    flex-direction: row;
    align-items: stretch; /* 高さ揃える */
  }

  /* 1:2 の比率 */
  .text-block {
    flex: 1;
    display: flex;
    align-items: center; /* テキストの縦位置をきれいに */
  }

  .image-block {
    flex: 2;
    display: flex;
  }

  .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 高さ合わせ時に自然にトリミング */
  }
}

.aSty1{
	text-decoration: underline;
}

.aSty1:hover{
	text-decoration: none;
}

/* 固定ヘッダーの高さ分だけ余白を作る例：80px */
.anchor-target {
  scroll-margin-top: 80px;
}

.btnSty1 {
	display: block;
	margin: 0 15px 15px;
	padding: 10px;
	text-align: center;
	background: #262626;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.btnSty1:hover{
	color: #fff;
	background: #565656;
}

.btnSty2 {
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #262626;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.btnSty2:hover{
	color: #fff;
	background: #565656;
}

.divSty0,.divSty1,.divWid300,.divOneThird{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.divSty1{
	margin: 15px;
}

@media (min-width: 720px) {
	.divSty1 {
		margin: 25px;
	}
}

.divWid300{
	width: 300px;
}

.divMax600{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 600px;
}

.divMax1100{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
}

@media (min-width: 720px) {
	.divMax1100 {
		max-width: 1100px;
	}
}

.divPCleft{
	width: 50%;
	float: left;
}

	.divPCleft img{
		width: 100%;
	}

.divPCright{
	width: 50%;
	float: right;
}

	.divPCright img{
		width: 100%;
	}

/* スマホ１列PC２列のグリッド */
.grid1to2 {
	display: grid;
	gap: 20px; /* カード間のスペース */
	grid-template-columns: repeat(1, 1fr); /* デフォルト2列（720px以下） */
	padding: 20px;
}

@media (min-width: 720px) {
	.grid1to2 {
		grid-template-columns: repeat(2, 1fr); /* 720px以上で3列 */
	}
}

.grid1to2Con {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column; /* ボタンを最下部に固定 */
}
.grid1to2Con p {
	flex-grow: 1; /* 内容が少なくてもカード高さを揃える */
}

/* スマホ２列PC３列のグリッド */
.grid2to3 {
	display: grid;
	gap: 20px; /* カード間のスペース */
	grid-template-columns: 1fr;
	padding: 20px;
}

@media (min-width: 768px) {
	.grid2to3 {
		grid-template-columns: repeat(2, 1fr); /* 600px以上で2列 */
	}
}

@media (min-width: 1024px) {
	.grid2to3 {
		grid-template-columns: repeat(3, 1fr); /* 720px以上で3列 */
	}
}

.grid2to3Con {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column; /* ボタンを最下部に固定 */
}
.grid2to3Con:hover{
	opacity: 0.85;
}

.grid2to3Con img {
	width: 100%;
	height: 180px;
	object-fit: cover; /* 幅に合わせてトリミング */
}

.grid2to3Con h3 {
	margin: 15px;
	font-size: 1.1rem;
}

.grid2to3Con p {
	margin: 0 15px 15px;
	text-align: left;
	flex-grow: 1; /* 内容が少なくてもカード高さを揃える */
}

/* スマホ２列PC３列のグリッド（枠なし）*/
.grid2to3_2 {
	display: grid;
	gap: 20px; /* カード間のスペース */
	grid-template-columns: 1fr;
	padding: 20px;
}

@media (min-width: 768px) {
	.grid2to3_2 {
		grid-template-columns: repeat(2, 1fr); /* 600px以上で2列 */
	}
}

@media (min-width: 1024px) {
	.grid2to3_2 {
		grid-template-columns: repeat(3, 1fr); /* 720px以上で3列 */
	}
}

.grid2to3_2Con {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column; /* ボタンを最下部に固定 */
}
.grid2to3_2Con:hover{
	opacity: 0.85;
}

.grid2to3_2Con img {
	width: 100%;
	height: 180px;
	object-fit: cover; /* 幅に合わせてトリミング */
}

.grid2to3_2Con h3 {
	margin: 15px;
	font-size: 1.1rem;
}

.grid2to3_2Con p {
	margin: 0 15px 15px;
	text-align: left;
	flex-grow: 1; /* 内容が少なくてもカード高さを揃える */
}

.imgSty1{
  width: 100%;
  display: block;
  border-radius: 12px;

  /* 楕円形でフェード（横長でも綺麗） */
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 10%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    black 10%,
    transparent 100%
  );

  background: white;
}

.lineHeight200{
	line-height: 200%;	
}

.mapSty{
	width: 100%;
	height: 450px;
}

@media (min-width: 720px) {
	.mapSty {
		height: 100%;
	}
}

.margin15_0_15_0{
	margin: 15px 0 15px 0;	
}

.margin25_0_0_0{
	margin-top: 25px;	
}

.margin35_0_0_0{
	margin-top: 35px;	
}

.margin80_0_0_0{
	margin-top: 80px;	
}

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

.padding0_30_0_30{
	padding: 0px 30px 0px 30px;
}

.text_left{
	text-align: left;
}

.text_center{
	text-align: center;
}

.textColorRed{
	color: #851B1D;
}

.textSize80{
	font-size: 80%;
}

.textSize90{
	font-size: 90%;
}

.textSize120{
	font-size: 120%;
}

.textSize150{
	font-size: 150%;
}

.textSize180{
	font-size: 180%;
}

.textPCcenter {
	text-align: left;
}

@media (min-width: 768px) {
	.textPCcenter {
		text-align: center;
	}
}

.textSty1{
	background: #b44c19;
	color: #fff;
	border-radius: 6px;
	padding: 5px;
}

.textWeight700{
  font-weight: 700;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* CSS Document

.aSty1:hover{
	opacity: 0.8;
}

.aSty2{
	border-bottom: 1px dashed #333;
}

.borderRed{
	border: 1px solid #eb5300;
}

.boxSty1{
	border: 1px solid #ffffff;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}

.btnSty1{
	padding: 10px 20px 10px 20px;
	border: 1px solid #262626;
	display: inline-block;
}

	.btnSty1:hover{
		background: #F9F9F9;
	}

.conTitleWrap {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	max-width: 460px;
}

.conTitle {
	max-width: 460px;
	height: 40px;
    background-size: 200% 1px;
    background-position: 0 40px;
    background-repeat: repeat-x;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

@media only screen and (max-width: 768px) {
	.conTitle {
		width: 100%;
	}
}
.conTitle span{
	font-size: 18pt;
}

.conTitle.conTitlePosition {
    background-position: -100% 40px;
}

.conTitleGray {
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(left, rgba(80,70,73,0) 50%, rgba(80,70,73,1) 50%);
    background-image: -moz-linear-gradient(left, rgba(80,70,73,0) 50%, rgba(80,70,73,1) 50%);
    background-image: -o-linear-gradient(left, rgba(80,70,73,0) 50%, rgba(80,70,73,1) 50%);
    background-image: -ms-linear-gradient(left, rgba(80,70,73,0) 50%, rgba(80,70,73,1) 50%);
    background-image: linear-gradient(left, rgba(80,70,73,0) 50%, rgba(80,70,73,1) 50%);
}
 */
/*
.displayIB{
	display: inline-block;
}

.divOuter{
  display: table;
  width: 100%;
}

.divInner{
	display: table-cell;
	vertical-align: middle;
}

.divMax600{
	max-width: 600px;
	overflow: hidden;
	clear:both;
	margin:0 auto;
}

@media only screen and (max-width: 600px) {
	.divMax600 {
		max-width: 100%;
	}
}

.divMax480{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 480px;
}

@media only screen and (max-width: 480px) {
	.divMax480 {
		margin-left: 12px;
		margin-right: 12px;
	}
}

.divPC,.divSP{
	overflow: hidden;
	clear:both;
	margin:0 auto;
}

@media only screen and (max-width: 640px) {
	.divPC{
		display: none;
	}
}

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

.divRight{
	float:right;
}

.margin0_10_0_0{
	margin-right: 10px; 
}

.margin0_10_0_10{
	margin-left: 10px; 
	margin-right: 10px; 
}

.margin10_0_10_0{
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.margin35_0_35_0{
	margin-top: 35px; 
	margin-bottom: 35px; 
}

.margin40_0_0_0{
	margin-top: 40px; 
}

.margin60_0_0_0{
	margin-top: 60px; 
}

.margin100_0_0_0{
	margin-top: 100px; 
}

.margin200_0_0_0{
	margin-top: 200px; 
}

.marginTop55vh{
	margin-top: 65vh;
}

.padding15{
	padding: 15px;
}

.padding100_0_100_0{
	padding-top: 100px;
	padding-bottom: 100px;
}

.tableSty1{
	border-collapse			: collapse;
	border-spacing			: 0px;
	width: 100%;
}
	
	.tableSty1 th{
		border:1px solid #cccccc;
		padding:8px;
		text-align:center;
		font-weight: normal;
	}
	
	.tableSty1 td{
		border:1px solid #cccccc;
		padding:12px;
		text-align:left;
	}

.txtBonaNova{
	font-family: "Bona Nova", sans-serif;
}

.txtSwarabiMincho{
	font-family: 'Sawarabi Mincho', sans-serif;
}

.txtColorRed{
	color: #a41212;
}

.txtCenter{
	text-align: center;
}

.txtCenter p{
	text-align: center;
}

.txtRight{
	text-align: right;
}

.txtWhite{
	color:#fff;
}

.txt544A4A{
	color:#544A4A;
}

.txtSizeFit{
	font-size: 100%;
}

@media only screen and (max-width: 640px) {
	.txtSizeFit{
		font-size: 6.4vw;
	}
}

.txtSize80{
	font-size: 80%;
}

.txtSize90{
	font-size: 90%;
}

.txtSize120{
	font-size: 120%;
}

.txtSize180{
	font-size: 180%;
}

.wSpaceNo{
	white-space: nowrap;
} */