@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
    margin: auto !important;
    padding: 0 !important;
	font-family: sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.45em;
	font-feature-settings: "palt";
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	/*--background-color: #3c7eeb;--*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2000px auto;
}

.body-2 {
	width: 100%;
	margin: auto !important;
    padding: 0 !important;
}

.content {
	width: 708px;
	margin: 0;
	text-align: left;
	align-items: left;
	justify-content: center;
}

.content-white {
	width: 708px;
	padding: 20px 50px 80px 50px;
	margin: -97px 0 20px 292px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 20px;
	color: #3e3a39;
	min-height: 940px;
}

.content-beige {
	width:  708px;
	padding: 20px 50px 40px 50px;
	background-color: #f7f6f5;
	color: #3e3a39;
}

h1 {
  color: #00479d;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45em;
  background-image : linear-gradient(to right, #cccccc, #cccccc 6px, transparent 3px, transparent 12px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	padding: 1rem 1.5rem;
	border-left: 4px solid #00479d;
	background:  #f7f6f5;
	font-weight: 600;
	color: #595757;
	margin-top: 50px;
}

h3 {
  font-size: 17px;
	font-weight: 600;
	color: #00479d;
	margin-top: 30px;
	margin-bottom: 10px;
}

h4 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 1.55em;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}

h6 {
	font-size: 18px;
	font-weight: 600;
	color: #1c8f97;
	margin-top: 0;
	margin-bottom: 10px;
}

.red {
	color: #e60039;
	font-weight: 600;
}

span.supText {
font-size: 40%;
vertical-align: top;
position: relative;
top: -0.1em;
}

p {
	text-align: left;
	margin-top: 0;
	margin-bottom: 12px;
}

p.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
}

p.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 0;
}

.indent-back {
  margin-left: -0.3em;
}

p.greeting {
	line-height: 1.7em;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.name	{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	letter-spacing: 0.3em;
	font-weight: 600;
}

.text-narrow {
    transform: scale(0.9, 1);
	transform-origin: top left;
	display: inline-block;
}

a {
  color: #00479d;
  text-decoration: none;
  font-weight: 600;
}

u {
  text-underline-offset: 0.2em;
  text-decoration-color: #000; /* 下線色：黒 */
}

hr {
  background-color: #cccccc;
}

img{
	vertical-align: top;
}

a:hover img {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}

.small {
	font-size: 13px;
	line-height: 1.2em;
}

.credit {
	text-align: left;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.4em;
	margin: 1em 0;
}

p.credit {
	margin-bottom: 2px;
}

.copyright {
	text-align: right;
	font-size: 14px;
	margin-top: 0;
	color: #111;
}

.marker1 {
      background: linear-gradient(transparent 50%, #f7b781 50%);
}

.pc-head {
	padding: 40px 0 30px 15px;
	z-index: 1100;
}

.sp-head {
	width: 100%;
	padding:0;
	background: #00479d;
}

.logo{
	width: 690px;
	height: auto;
}

.pc-index {
	width: 728px;
	height: auto;
	z-index: 1100;
	margin: 0 0 0 272px;
}

.sp-index {
	width: 100%;
	height: auto;
}

.waku {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #f7f6f5;
  border-radius: 20px;
  border: solid 1px #d3cbc5;
}

.news {
	margin: 530px 0 60px 0;
}

.scr {
	overflow-y: scroll;
	overflow: auto;
	width: 730px;
	height: 180px;
}

.copy {
	width: 100%;
	padding: 10px 50px 100px 0;
}

.marker-b{
  background-image: linear-gradient(transparent 50%, #accae6 0%)
}

.marker-y{
  background-image: linear-gradient(transparent 50%, #f8e17a 0%)
}

.banner img {
	width: 275px;
	height: auto;
	margin-top: 3px;
	border: 1px solid #dec393;
}
.box-red{
	width: 100%;
	padding: 0.5em 1.4em;
	border: solid 2px #e60039;
	margin-left: 45px;
	border-radius: 10px;
}

.boxContainer-1{
  flex-direction: top;/* 上揃え */
  align-items: flex-start;/* 上揃え */
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #faf8f2;
  width: 100%;
  height: auto;
  border: 1px solid;
  border-color: #d8d5d3;
  margin-bottom: 20px;
  border-radius: 10px;
}

.boxContainer-2{
  flex-direction: top;/* 上揃え */
  align-items: flex-start;/* 上揃え */
  position: relative;
  display: inline-block;
  padding: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #faf8f2;
  width: 280px;
  height: auto;
  border: 1px solid;
  border-color: #d8d5d3;
  margin-bottom: 20px;
  border-radius: 10px;
}

.box-2 {  
    position: relative;
}
.box-2 p {
    position: absolute;
    top: 120px;
	width: 90%;
}

.box-1 {  
    position: relative;
}

/* テーブル */
.column-2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.column-2 th {
  width: 10%;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: 600;
  text-align: left;
  border-top: 1px solid #d1b990;
}
.column-2 td {
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #d1b990;
}

.column-3 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.column-3 th {
  width: 10%;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: 600;
  text-align: left;
  border-top: 1px solid #d1b990;
}
.column-3 td {
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #d1b990;
}

.sanka {
  width: 100%;
  border-collapse: collapse;
}

.sanka th {
  background: #00479d;
  color: #ffffff;
  font-weigt: 600;
}

.sanka th, .sanka td{
  border:solid 1px #cccccc;
  text-align: center;
  padding: 10px 0;
}

.endai {
	& table {
  border-collapse: collapse;
}
	& th,td {
  border: 1px solid #cccccc;
	padding: 5px;
}
	& th {
  background-color: #1f528e;
  color: #ffffff;
}
}

.endai span {
	& table {
  border-collapse: inherit;
}
	& th,td {
  border: inherit;
  padding: inherit;
  align: left;
  valign: top;
}
	& th {
  background-color: inherit;
  color: inherit;
}
}

/* 2段組を1段組に */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding-top: 0;
}
.col_2 > div{
	width: 50%;
	padding: 0;
}
.col_2 img{
	width: 95%;
	height: auto;
}

/* 3段組を1段組に */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding-top: 20px;
}
.col_3 > div{
	width: 33%;
	padding: 0px 30px 10px 0px;
}
.col_3 img{
	width: 250px;
}

/* ボタン */
.btn-red {
	display: block;
	position: relative;
	width: 280px;
	padding: 0.7em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	text-decoration: none;
	color: #ffffff;
	background: #ed6c00;
	border: 2px solid #ed6c00;
	border-radius: 10px;
	margin-top:20px;
}
.btn-red:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-red-2 {
	display: block;
	position: relative;
	width: 280px;
	padding: 0.7em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ed6c00;
	background: #ffffff;
	border: 2px solid #ed6c00;
	border-radius: 10px;
	margin-top:20px;
}
.btn-red-2:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-red-3 {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.7em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	text-decoration: none;
	color: #ffffff;
	background: #ed6c00;
	border-radius: 10px;
	margin-top:20px;
}
.btn-red-3:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-orange {
	display: block;
	position: relative;
	width: 320px;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #F3981C;
	border-radius: 10px;
	margin-top:20px;
}
.btn-orange:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue {
	display: block;
	position: relative;
	width: 280px;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #00479d;
	border: 2px solid #00479d;
	border-radius: 10px;
	margin-top:20px;
}
.btn-blue:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue-2 {
	display: block;
	position: relative;
	width: 280px;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #00479d;
	background: #ffffff;
	border: 2px solid #00479d;
	border-radius: 10px;
	margin-top:20px;
}
.btn-blue-2:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}
.btn-blue-s {
	display: block;
	width: 200px;
	padding: 0.5em 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #00479d;
	border-radius: 10px;
	margin: 10px auto;
}
.btn-blue-s:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}
.btn-gray {
	display: block;
	position: relative;
	width: 280px;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #b3aea9;
	border-radius: 10px;
	margin-top:20px;
}

.btn-gray-2 {
	display: block;
	position: relative;
	width: 280px;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #b3aea9;
	background: #ffffff;
	border: 2px solid #b3aea9;
	border-radius: 10px;
	margin-top:20px;
}

.btn-gray-s {
	display: block;
	width: 200px;
	padding: 0.5em 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #b3aea9;
	border-radius: 10px;
	margin: 10px auto;
}

.w-100 {
	width: 100px;
}

.w-380 {
	width: 380px;
}

.btn-w-100 {
	width: 100%;
}

.btn-w-96 {
	width: 96%;
}

.border {
	border: 1px solid #b3aea9;
}

/*モーダル*/
.m-strong {
  font-weight: 600;
  margin-bottom: 10px;
  display:inline-block;
}

.m-small {
  font-size: 11px;
  margin-top: 0px;
  line-height: 1.1;
}

.modal_inner {
  /*position: relative; もともとrelative*/
}

.modal{
  display: none;
  position: absolute; /* 要素の位置を固定する */
  margin: 0;
  left: 50%;
  width: 100%;
  max-width: 660px;
  height: auto; /*モーダル高さ*/
  max-height: 700px;
  /*text-align: left;*/
  background: #ffffff;
  border-radius: 20px;
  overflow-y: scroll; /*scrollではみだした分はスクロールする*/
  padding: 30px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
  transform: translate(-50%, -50%);
  z-index: 1200;
}

.modal-2{
  display: none;
  position: absolute; /* 要素の位置を固定する */
  margin: 0;
  left: 50%;
  width: 100%;
  max-width: 660px;
  height: auto; /*モーダル高さ*/
  max-height: 530px;
  /*text-align: left;*/
  background: #ffffff;
  overflow-y: scroll; /*scrollではみだした分はスクロールする*/
  padding: 30px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
  transform: translate(-50%, -50%);
  z-index: 1200;
}

.modal-overlay{
  display: none;
  position: fixed;
  top:0;
  right:-200px;
  bottom:0;
  left:-200px;
  background-color: rgba(255,255,255,0.2);
  z-index: 1100;/*99だと表示されない*/
}

.modal-open {
  display: block;
  cursor: pointer;
}

.modal-close {
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

[v-cloak] {
  display: none;
}

.m-table td {
  padding-bottom: 5px;
}

.ReadMore01 {
	margin-left: 209px;
}
.ReadMore02 {
	margin-left: 350px;
}

/* エフェクトふわっと表示*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	margin-top: -80px
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 要素横並び */
.side-side-b {
  display: inline-block;
  vertical-align: bottom;
}
.side-side-t {
  display: inline-block;
  vertical-align: top;
}
.side-side-m {
  display: inline-block;
  vertical-align: middle;
}

/* PC メニュー */
.pc-menu{
	flex-direction: column;
	align-items: left;
	min-height: none;
	font-size:0;
	width: 272px;
	z-index: 400;
	position: relative;
}

.sticky{
  /* position: sticky;
  top: 0; */
  position: fixed;
}

.pc-menu-index{
	margin-top: 121px;
}

.pc-menu-page{
	margin-top: 0;
}

.pc-address {
	width: 275px;
	background-color: #ffffff;
	border: solid 1px #dec393;
	border-radius: 20px;
}

.pc-menu ul{
	padding-left: 0;
	margin: 0;
	height: 100px;
}

.pc-menu ul li{
	list-style: none;
	padding-bottom: 5px;
}

.pc-menu a:hover img {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}

/* クリック無効・ポインター変化なし（liではなくaを無効化） */
.pc-menu li.is-disabled a,
.sp-menu li.is-disabled a{
  pointer-events: none;
  cursor: default;
}

/* PC画像メニュー：カーソルを絶対に変えない（念のため） */
.pc-menu li.is-disabled a img{
  cursor: default !important;
}


ol.list {
  margin-left: -1em;
}

ol.list li {
  padding-bottom: 0.7em;
}

ul.list {
  margin-left: -20px;
}

ul.list li {
  padding-bottom: 0.7em;
}

/* トグルボタン */
button	{display: none;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #3e3a39;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	margin-top:-65px;
}

button:focus	{outline: none}	

/* SP メニュー */
.sp-menu {
	justify-self: stretch;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	position: relative;
	z-index: 300;
}

.sp-menu ul	{
	margin-top: 0;
	padding: 10px 0 20px 20px;
	list-style: none;
	flex-direction: column;
	color: #ffffff;
	text-align: left;
}

.sp-menu li a	{display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	text-decoration: none;
	padding-bottom: 0.3em;
}

.sp-menu li a:hover	{background-color: none}

/* pagetop */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1c8f97;
  opacity: 1;
}

/* pagetop */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1c8f97;
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* メイン */
.pcsite {display: block !important}	
.pcsite1 {display: block !important}
.pcsite2 {display: block !important}
.pc-head {display: block !important}
.pc-menu {display: block !important}
.pc-index {display: block !important}
.pc-copy {display: block !important}
.pc-scroll-box {display: block !important}
.pc-page-title {display: block !important}
.pc-content {display: block !important}
.pc-news {display: block !important}
.pc-info {display: block !important}
.pc-address {display: block !important}
.br-pc {display: block !important}
.page-top {display: block !important}

.spsite {display: none !important}
.spsite1 {display: none !important}
.spsite2 {display: none !important}
button {display: none !important}
.sp-head {display: none !important}
.sp-menu {display: none !important}
.sp-index {display: none !important}
.sp-copy {display: none !important}
.sp-scroll-box {display: none !important}
.sp-page-title {display: none !important}
.sp-content {display: none !important}
.sp-news {display: none !important}
.sp-info {display: none !important}
.sp-address {display: none !important}
.pc-only {display: block !important}
.sp-only {display: none !important}
.br-sp {display: none !important}


/* グリッド */
body	{display: grid;
	grid-template-columns: [left] minmax(20px, 1fr) [main] 1050px [main-end] minmax(20px, 1fr) [right];
	grid-template-rows: [head] auto [main] auto [main] auto [main] auto [foot] auto [bottom]}

.body-2 {grid-column-start: main;
	grid-row-start:main;
}

.copy {grid-column-start: left;
	grid-column-end: right;
	grid-row-start:foot;
}

.pc-only_header {
	background-color: #3c7eeb;
	padding-left: 20px;
	margin-bottom: 20px;}

/* ########### 1090px以下 ########### */
@media (max-width: 1090px) {	

body {
    background-position: -500px top;
}	
}

/* ########### 969px以下 ########### */
@media (max-width: 969px) {	

/* グリッド */
body	{display: grid;
	grid-template-columns: [left] 0 [main] 100% [main-end] 0 [right];
	grid-template-rows: [head] auto [main] auto [main] auto [main] auto [foot] auto [bottom]}

.body-2 {grid-column-start: main;
	grid-row-start:main;
}	
	
body {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 15px;
	font-feature-settings: "palt";
	min-width: initial;
	background-image: initial;
	background-size: initial;
	background-color: #3c7eeb;
  }
	
.body-2 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 15px;
	font-feature-settings: "palt";
	min-width: initial;
  }	
	
.content {
	width: 100%;
	margin: 0;
}
	
.content-white {
	width: 100%;
	padding: 15px 20px 40px 20px;
	margin: -21px 0 0 0;
	border: initial;
	border-radius: initial;
	min-height: initial;
}
	
.content-beige {
	padding: 15px 20px 40px 20px;
	width: 100%;
}	

p {
	margin-top: 10px;
	width: 95%
}
	
h1 {
	font-size: 21px;
}	
	
h2 {
	font-size: 19px;
}
	
h3 {
	font-size: 17px;
}

h4 {
	font-size: 17px;
}
	
h5 {
	font-size: 15px;
}	
	
.mincho {
	font-size: 16px;
}
	
.logo{
	width: 60%;
	height: auto;
	margin: 20px 0 10px 10px;
}	
	
.credit {
	text-align: left;
	font-size: 13px;
}
	
.copyright {
	text-align: center;
	font-size: 14px;
	margin-top: 0;
}
	
.news {
	margin-top: 20px;
}

.copy {
	width: 100%;
	padding: 10px 20px 20px 20px;
}
	
.banner img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
	
.boxContainer-2 {
	width: 95%;
}	
	
.box-2 p {
    top: 120px;
	padding-right: 20px;
}	
	
.small {
	padding-top: 8px;
}

	
/* テーブル */
.column-2 th, .column-2 td {
    display: block;
    width: 100%;
    border-bottom: none;
}
.column-2 th {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0;
}
.column-2 td {
	border-top: none;
	margin-top: -20px;
	margin-bottom: 0;
}	
	
.column-3 th, .column-3 td {
    display: block;
    width: 100%;
    border-bottom: none;
}
.column-3 th {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0;
}
.column-3 td {
	border-top: none;
	margin-top: -20px;
	margin-bottom: 0;
}
	
.shukusho {
  transform: scale(0.7);
  transform-origin: 0% 0%;
  margin-bottom: -280px;
}
	
/* 2段組を1段組に */
.col_2 > div{
  width: 100%;
  padding: 0 0 0 0;
}
.col_2 img{
	width: 100%;
}
	
/* 3段組を1段組に */
.col_3 > div{
  width: 100%;
  padding: 0 0 20px 0;
}
.col_3 img{
	width: 100%;
}	
	
/* ボタン */
.btn-red {
	width: 100%;
	font-size: 15px;
}
.btn-red-2 {
	width: 100%;
	font-size: 15px;
}
.btn-orange {
	width: 100%;
	font-size: 15px;
}		
.btn-blue {
	width: 100%;
	font-size: 15px;
}
.btn-blue-2 {
	width: 100%;
	font-size: 15px;
}	
.btn-blue-s {
	width: 100%;
	font-size: 15px;
}
.btn-gray {
	width: 100%;
	font-size: 15px;
}
.btn-gray-2 {
	width: 100%;
	font-size: 15px;
}
.btn-gray-s {
	width: 100%;
	font-size: 15px;
}
	
.w-100 {
	width: 60px;
}
	
.w-380 {
	width: 100%;
}
	
/* エフェクトふわっと表示*/
/* 画面外にいる状態 */
.fadein {
	margin-top: -600px
	}	

/* 要素横並び解除 */
.side-side-t {
  display: block;
  vertical-align: initial;
  justify-content: start;
  align-items: normal;
  flex-wrap: nowrap;
}
.side-side-b {
  display: block;
  vertical-align: initial;
  justify-content: start;
  align-items: normal;
  flex-wrap: nowrap;
}	
	
.pcsite {display: none !important}	
.pcsite1 {display: none !important}
.pcsite2 {display: none !important}
.pc-head {display: none !important}
.pc-menu {display: none !important}
.pc-index {display: none !important}
.pc-copy {display: none !important}
.pc-scroll-box {display: none !important}
.pc-page-title {display: none !important}
.pc-content {display: none !important}
.pc-news {display: none !important}
.pc-info {display: none !important}
.pc-address {display: none !important}
.br-pc {display: none !important}
.page-top {display: none !important}

.spsite {display: block !important}
.spsite1 {display: block !important}
.spsite2 {display: block !important}
button {display: block !important}
.sp-head {display: block !important}
.sp-index {display: block !important}
.sp-menu {display: block !important}
.sp-copy {display: block !important}
.sp-scroll-box {display: block !important}
.sp-page-title {display: block !important}
.sp-content {display: block !important}
.sp-news {display: block !important}
.sp-info {display: block !important}
.sp-address {display: block !important}
#page_top {display: none !important}
.pc-only {display: none !important}
.sp-only {display: block !important}
.br-sp {display: block !important}

/* トグルボタン */
button	{right: 40px;
	margin-top:-30px;
}

.pc-only_header {
	display: none !important;

}	
}	

/* ########### 550px以下 ########### */
@media (max-width: 550px) {	

/* トグルボタン */
button	{right: 20px;
	margin-top:-65px;
}

}

/* 背景画像そのもの */
.pc-bg-map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2000px;   /* bodyのbackground-sizeと同じ */
  height: auto;
  z-index: 0;
}

/* PC 背景イメージマップ用ラッパー（レイアウトを押し下げない） */
body { position: relative; } /* 念のため（レイアウトは基本変わりません） */

.pc-bg-wrapper{
  position: absolute;   /* ← relative ではなく absolute にする */
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;        /* 表示したい高さ */
  overflow: hidden;
  z-index: 0;

  /* ここは削除 or 付けない（上に来る原因になりやすい） */
  /* grid-column: left / right; */
  /* grid-row: head / main; */
}


.body-2 {
  position: relative;
  z-index: 1;
}

/* =========================================================
   PC：背景イメージマップへクリックを通す（体裁は変えない）
   ========================================================= */
@media (min-width: 970px) {
  /* .body-2 の “余白” はクリック透過させる */
  .body-2 {
    pointer-events: none;
  }

  /* ただし、通常操作したい要素はクリック可能に戻す */
  .body-2 a,
  .body-2 button,
  .body-2 input,
  .body-2 select,
  .body-2 textarea,
  .body-2 label,
  .body-2 [role="button"],
  .body-2 [onclick],
  .body-2 .modal-open,
  .body-2 .modal-close {
    pointer-events: auto;
  }
}
