@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


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

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* fv */
.fv {
	background-image: url(../images/pc/fv_pc.webp);
	background-position: center;
	background-size: cover;
	height: 610px;
}

@media screen and (max-width: 640px) {
	.fv {
		height: auto;
	}
}
/* fv */

/* cta */
.cta {
	background-image: url(../images/pc/cta_bg.webp);
	background-position: center;
	background-size: cover;
	height: 640px;
}
.campain {
	text-align: center;
}
@media screen and (min-width: 641px){
	.campain {
		padding-top: 60px;
	}
}

.button-container {
	text-align: center;
	margin-top: 20px;
}

.image-button {
	cursor: pointer;
	transition: opacity 0.3s;
}

.image-button:hover {
	opacity: 0.8;
}

.btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.cta_left {
	padding-right: 5px;
}
.cta_left img:hover {
	opacity: 0.9;
}
.cta_right {
	padding-left: 5px;
}

@media screen and (max-width: 640px) {
	.cta {
		height: auto;
	}
	.btn_area {
		display: block;
		padding: 0 30px;
		background-image: url(../images/sp/cta_btn_area_bg_sp.webp);
		background-position: center;
	}
}
/* cta */

/* tel cta */
.tel_cta {
	background-image: url(../images/pc/tel_btn_area.webp);
	background-position: center;
	background-size: cover;
	height: 500px;
}

@media screen and (max-width: 640px) {
	tel_cta {
		background-image: none;
	}
	.tel_btn_area-sp {
		background-image: url(../images/sp/tel_btn_area_sp_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 360px;
		position: relative;
	}
	.tel_btn_area-sp a {
		width: 80%;
		position: absolute;
		top: 30%;
		left: 10%;
	}
}
/* tel cta */

/* target */
.target {
	background-image: url(../images/pc/target_bg_pc.webp);
	background-position: center;
	background-size: cover;
	text-align: center;
}
@media screen and (min-width: 640px){
	.target {
		margin-top: 50px;
	}
}
/* target */

/* nayami */
@media screen and (min-width: 641px){
		.nayami {
		background-image: url(../images/pc/nayami_bg_pc.webp);
		background-position: center;
		background-size: cover;
		height: 600px;
		padding-top: 60px;
		text-align: center;
		}
}
/* nayami */

/* anshin */
@media screen and (min-width: 641px){
.anshin {
	background-image: url(../images/pc/anshin_pc_06.webp);
	background-position: center;
	background-size: cover;
	height: 675px;
}
}
/* anshin */

/* voice_handwriting */
.voice_handwriting {
	display: block;
	background-color: #FFFBF0;
}
.voice_handwriting h2 {
	font-size: 24px;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
}
.voice_handwriting img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 95%;
}
/* voice_handwriting */

/* pv */
.pv-area {
	padding: 50px 0;
	max-width: 960px;
	margin: 0 auto;
}

.pv-area h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 600;
}

.pv iframe {
	width: 100%;
	height: 500px;
	border: 4px solid #FB6703;
	border-radius: 10px;
}

@media screen and (max-width: 640px){
	.pv-area {
		padding: 50px 0;
		max-width: 350px;
		margin: 0 auto;
	}
	
	.pv-area h2 {
		font-size: 28px;
	}
	
	.pv iframe {
		width: 100%;
		height: 200px;
	}
}
/* pv */


/* reason */
.reason {
	text-align: center;
	background-image: url(../images/pc/reason1_6_bg_pc.webp);
	background-position: center;
	background-size: cover;

}
.reason img {
	display: flex;
	margin: 0 auto;
}
/* reason */

/* feature */
@media screen and (min-width: 641px){
	.feature {
	background-image: url(../images/pc/feature_h2_pc.webp);
	background-position: center;
	background-size: cover;
	height: 320px;
	}
}

/* feature */
.feature_contents {
	text-align: center;
}
@media screen and (min-width: 641px){
	.feature_inner {
		padding-top: 40px;
	}
}
/* feature */

/* swiper */
.wrap {
  max-width: 1600px;
  margin: 0 auto;
	padding: 20px 0;
	overflow: visible;
}

/* スライダーのwrapper */
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.swiper .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.swiper .swiper-slide img {
  width: auto;
  height: 100%;
	margin-right: 10px;
}

/* voice */
.voice_h {
	@media screen and (min-width: 641px){
		background-image: url(../images/pc/voice_head_pc.webp);
		background-position: center;
		background-size: cover;
		height: 160px;
	}
}
.voice {
	@media screen and (min-width: 641px){
		background-color: #FFF5E8;
		background-size: cover;
		text-align: center;
		padding-top: 40px;
	}
}
/* voice */

/* cta2 */
.cta2 {
	background-image: url(../images/pc/cta_bg.webp);
	background-position: center;
	background-size: cover;
	height: 640px;
}
.campain2 {
	text-align: center;
}
@media screen and (min-width: 641px){
	.campain2 {
		padding-top: 60px;
	}
}
.btn_area2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.cta_left2 {
	padding-right: 5px;
}
.cta_left2 img :hover {
	opacity: 0.9;
}
.cta_right2 {
	padding-left: 5px;
}

@media screen and (max-width: 640px) {
	.btn_area2 {
		display: block;
		padding: 0 30px;
		background-image: url(../images/sp/cta_btn_area_bg_2_sp.webp);
		background-position: center;
	}
	.cta2 {
		height: 490px;
	}
}
/* cta2 */

/* story */
.story {
	text-align: center;
}
	@media screen and (min-width: 641px){
		.story {
			background-image: url(../images/pc/story_bg_pc.webp);
			background-position: center;
			background-size: cover;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.story_inner {
			padding-top: 50px;
		}
}
/* story */

/* staff */
.staff {
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (min-width: 641px){
	.staff {
		background-image: url(../images/pc/staff_bg_pc.webp);
		background-position: center;
		background-size: cover;
		padding-top: 40px;
	}
}
/* staff */

/* dayflow */
.dayflow {
	text-align: center;
}
@media screen and (min-width: 641px){
	.dayflow {
		background-image: url(../images/pc/dayflow_bg_pc.webp);
		background-position: center;
		background-size: cover;
		padding-top: 40px;
	}
}
/* dayflow */

/* service */
.service {
	text-align: center;
}
@media screen and (min-width: 641px){
	.service {
		padding: 40px 0;
	}
}
/* service */

/* price*/
.price {
	text-align: center;
}
@media screen and (min-width: 641px){
	.service {
		padding: 40px 0;
	}
}
/* price */

/* flow*/
.flow {
	text-align: center;
}
@media screen and (min-width: 641px){
	.flow {
		padding: 40px 0;
	}
}
/* flow */

/* access*/
.access-section {
	background-color: #fff;
	padding: 60px 20px;
	text-align: center;
}

.access-title-container {
	position: relative;
	/* margin-bottom: 40px; */
	padding: 60px 0 0 0;
}

.access-title {
	font-size: 48px;
	font-weight: 700;
	color: #4a4a4a;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	z-index: 2;
}

.decorative-circles {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 120px;
	pointer-events: none;
	z-index: 1;
}

.circle {
	position: absolute;
	border-radius: 50%;
	opacity: 0.8;
}

/* 左上の薄緑の円 */
.circle-1 {
	width: 80px;
	height: 80px;
	background-color: #C8E6C9;
	top: 20px;
	left: 60px;
}

/* 左中央の水色の円 */
.circle-2 {
	width: 70px;
	height: 70px;
	background-color: #B3E5FC;
	top: 40px;
	left: 150px;
}

/* 右上の大きなピンクの円 */
.circle-3 {
	width: 90px;
	height: 90px;
	background-color: #F8BBD9;
	top: 10px;
	right: 80px;
}

/* 右下のベージュの円 */
.circle-4 {
	width: 65px;
	height: 65px;
	background-color: #FFF3C4;
	top: 45px;
	right: 150px;
}

/* 追加の小さな円 */
.circle-5 {
	width: 45px;
	height: 45px;
	background-color: #FFCDD2;
	top: 70px;
	left: 200px;
}

.dotted-line {
	width: 400px;
	height: 3px;
	background-image: repeating-linear-gradient(
			to right,
			#666 0px,
			#666 8px,
			transparent 8px,
			transparent 16px
	);
	margin: 0 auto 30px;
	border-radius: 2px;
}

.access-subtitle {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	line-height: 1.6;
}

.access-info {
	/* padding: 40px 30px; */
	max-width: 600px;
	margin: 0 auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.access-section {
			padding: 40px 15px;
	}

	.access-title {
			font-size: 32px;
	}

	.decorative-circles {
			width: 400px;
			height: 100px;
	}

	/* モバイルでは円のサイズを調整 */
	.circle-1 {
			width: 50px;
			height: 50px;
			left: 30px;
			top: 15px;
	}

	.circle-2 {
			width: 40px;
			height: 40px;
			left: 90px;
			top: 30px;
	}

	.circle-3 {
			width: 60px;
			height: 60px;
			right: 40px;
			top: 5px;
	}

	.circle-4 {
			width: 35px;
			height: 35px;
			right: 90px;
			top: 35px;
	}

	.circle-5 {
			width: 30px;
			height: 30px;
			left: 120px;
			top: 55px;
	}

	.dotted-line {
			width: 250px;
	}

	.access-subtitle {
			font-size: 16px;
			margin-bottom: 30px;
	}

	.access-info {
			margin: 0 10px;
	}

	.access-address {
			font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.access-title {
			font-size: 28px;
	}

	.decorative-circles {
			width: 300px;
			height: 80px;
	}

	/* 小さい画面では円をさらに小さく */
	.circle-1 {
			width: 35px;
			height: 35px;
			left: 20px;
			top: 10px;
	}

	.circle-2 {
			width: 30px;
			height: 30px;
			left: 60px;
			top: 20px;
	}

	.circle-3 {
			width: 45px;
			height: 45px;
			right: 25px;
			top: 5px;
	}

	.circle-4 {
			width: 25px;
			height: 25px;
			right: 60px;
			top: 25px;
	}

	.circle-5 {
			width: 22px;
			height: 22px;
			left: 85px;
			top: 40px;
	}

	.dotted-line {
			width: 180px;
	}

	.access-subtitle {
			font-size: 16px;
			line-height: 1.8;
	}

	.access-address {
			font-size: 14px;
			line-height: 1.6;
	}
}
/* access */

/* qa */
.qa .sec {
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (min-width: 641px){
	.qa {
		background-image: url(../images/pc/faq_bg_pc.webp);
		background-size: cover;
		padding-top: 40px;
	}
}
.pageSubTitle {
	font-size: 40px;
	line-height: 1.75;
	font-weight: 900;
	font-style: normal;
	position: relative;
}
.pageSubTitle::after {
	content: "";
	display: block;
	width: 74.6px;
	height: 2px;
	margin: 0 auto;
	margin-top: 35.2px;
}
.pageSubTitle > span {
	display: block;
	font-size: 13px;
	line-height: 1.75;
	font-weight: 400;
	font-style: normal;
	margin-top: 5px;
}
.pageSubTitle--center {
	text-align: center;
}

/* FAQパーツ */
.pageSubTitle2 {
	font-size: 23px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}
.contentText {
	font-size: 23px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}
@media screen and (max-width: 640px) {
	.pageSubTitle2 {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 400;
		font-style: normal;
		color: #4D4D4D;
		/* padding-right: 22px; */
		width: 68%;
		font-weight: 600;
	}
	.contentText {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 400;
		font-style: normal;
		color: #4D4D4D;
		font-weight: 600;
	}
}
.qa {
	padding-top: 100px;
	padding-bottom: 100px;
}
.qa__box {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
@media screen and (max-width: 640px) {
	.qa__box {
		width: 95%;
	}
}
.qa__box > dl > dt {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	position: relative;
	border-radius: 10px;
}
.qa__box > dl > dt .crossBar {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	background-color: #D65A24;
	border-radius: 50%;
	border: #D65A24 5px solid;
	border-radius: 15px;
}
.qa__box > dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 1.6px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* 中心を基準にtransform */
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 10px;
}
.qa__box > dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1.6px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 10px;
}
.qa__box > dl > dt > span {
	font-size: 28px;
	line-height: 1.75;
	font-weight: 500;
	font-style: normal;
	color: #D65A24;
	margin-right: 23px;
	border-radius: 10px;
}

.qa__box > dl > dd {
	margin: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 0px 30px; /* paddingの上下を0にする */
	max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
	overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 10px;
}
.qa__box > dl > dd > span {
	font-size: 28px;
	line-height: 1.7;
	font-weight: 500;
	font-style: normal;
	color: #736357;
	margin-right: 23px;
	border-radius: 10px;
}


/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
	max-height: 160px;
	padding: 10px 30px;
	border-radius: 0px 0px 10px 10px;
}
.qa__box > dl > dt.is-open {
	border-radius: 10px 10px 0px 0px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
	transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
	border-radius: 10px;
}

.qa_pic {
	max-width: 960px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

/* qa */

/* form */
@media screen and (min-width: 641px){
	.form_h2 {
		text-align: center;
		padding: 100px 0 0 0;
	}
}
.form_h2 {
	text-align: center;
}

/* form */
#form {
	padding: 30px 0;
}
#formWrap {
	width:800px;
	margin:0 auto;
	color:#555;
	font-size:90%;
}
.form_text {
	display: inline-block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 0.5em 0;
  padding: 1em 0.5em;
  line-height: 3;
	border-radius: 3px;
}
.tarea{
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 0.5em 0;
	line-height: 1.5;
	height: 14em;
}
::placeholder {
  color: #a9a9a9;
	font-size: 14px;
}
.formTable {
	width: 100%;
	table-layout: fixed;
}
.submit_btn {
    border: none;
    width: 100%;
    height: 80px;
    background-color: #FF9B16;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit_btn:hover {
    background-color: #FEA945;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:640px) {
    .submit_btn {
        width: 90%;
        height: 50px;
        font-size: 16px;
        margin: 0 auto;
        max-width: 300px;
    }

    .submit {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .submit_btn:hover {
        transform: none;
        box-shadow: none;
    }
}
table.formTable td,table.formTable th{
	padding:30px 0px;
}
table.formTable th{
	width:30%!important;
	font-weight:normal;
	text-align:left;
	font-size: 18px;
}
table.formTable th span {
	color:#FF004C;
	font-weight: 500;
	font-size: 12px;
	margin-right: 10px;
}
.submit_btn img:hover{
	opacity: 0.9;
}

/* sp */
@media screen and (max-width:640px) {
#formWrap {
	width:90%;
	margin:0 auto;
}
#formWrap h2 {
	font-size: 30px;
}
.formTable {
	width: 90%;
	margin: 0 auto;
}
.form_sub_text {
	font-size: 14px;
	padding: 20px 0;
}
table.formTable th, table.formTable td {
	width: 100%;
	display:block;
}
table.formTable td{
	padding: 0;
	font-size: 14px;
}
.form_text {
	width: 100%!important;
}
table.formTable th{
	width:100%!important;
	padding: 0;
	/* padding:10px 0 0 20px; */
	font-size: 14px;
	font-weight: bold;
}
table.formTable th {
	margin-top:10px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
.form_text {
	display: inline-block;
	width: 100%;
}
/* form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
} */
.submit {
	width: 100%;
	text-align: center;
}
.submit_btn {
	width: 90%;
	height: 50px;
	font-size: 16px;
	margin: 0 auto;
	max-width: 300px;
}

.submit {
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.submit_btn:hover {
	transform: none;
	box-shadow: none;
}
}
table.formTable th span {
	color:#FF004C;
	font-size: 11px;
	margin-right: 16px;
}
/* sp */
/* form */

/* footer */
footer {
	text-align: center;
	padding: 20px 0 160px;
	background-color: #FAF5E2;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

footer a {
	font-size: 10px;
	text-decoration: none;
}

.footer_link {
	margin-bottom: 20px;
	font-size: 10px;
}

.footer_hr {
	max-width: 800px;
	border: white 1px solid;
	margin: 0 auto;
}

footer p {
	font-size: 10px;
}

.footer_logo {
	text-align: center;
	padding-bottom: 20px;
}

/* sp */
@media screen and (max-width:640px) {
	footer {
		text-align: center;
		padding: 30px 0 160px;
		background-color: #FAF5E2;
	}
	
	footer a {
		font-size: 10px;
		text-decoration: none;
		color: #000;
	}
	
	.footer_link {
		margin-bottom: 20px;
	}
	
	.footer_hr {
		width: 90%;
		border: white 1px solid;
		margin: 0 auto;
	}
	
	footer p {
		font-size: 10px;
	}
}
/* sp */
/* footer */

/* thanks */
.header-inner {
	text-align: center;
	margin-bottom: 50px;
}
.contact_text {
	text-align: center;
	font-size: 14px;
	max-width: 90%;
	width: 100%;
}
/* thanks */

.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px; /* フッターの高さ */
	background-image: url(../images/pc/bg_cta_fixed_pc.png); /* 背景画像 */
	background-size: cover;
	background-position: center;
	z-index: 9999;
	/* 必要に応じてスクロールバーを表示 */
	overflow-y: auto;
}
@media screen and (max-width:640px){
	.fixed-footer img {
		width: 100%;
	}
}

/* フッター内のコンテンツ配置 */
.footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	/* 背景画像が暗い場合は以下を追加 */
	/* background: rgba(0, 0, 0, 0.5); */
}

/* ボタン画像のスタイル */
.footer-button {
	cursor: pointer;
	transition: opacity 0.3s;
	/* ボタンサイズを指定する場合 */
	/* width: 200px; */
	/* height: 50px; */
}

.footer-button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .gmap {
    width: 90%;
    margin: 0 auto;
  }
  .gmap iframe {
    width: 100% !important;
    height: 300px !important;
  }
}
