@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');




div.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, sans-serif;
}



@media screen and (min-width:1024px) { 
.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
	}
 
.fade_on {
    opacity: 1;
}
}


.faderight_off {
    opacity: 0;
    -webkit-transform: translate(800px, 0);
    transform: translate(800px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 0.7s;
  }
 
.faderight_on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(000px, 0);
}



.fadeleft_off {
    opacity: 0;
    -webkit-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 0.7s;
  }
 
.fadeleft_on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(000px, 0);
}


.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 200px);
}

.sa--down {
  transform: translate(0, -200px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

a {
	text-decoration: none;
	color:#000000;
  }

a[href^="tel:"] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; /* 下げる量。好みで調整 */
}

a:visited {
color:#000000;
}
.hoverbox:hover {
    opacity: 0.7;
  }

.logo_box01 {
  position: absolute;
  width: 150px;
  top: 20px;
  left: 30px;
  z-index: 100;
}

div.page_outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
	background-color: #ffffff;
}

div.main_title_icon {
  width: 100%;
  height: 100vh;
  position: fixed;
  color: #000000;
  padding: 0 0 50px 0;
}

div.main_container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

.top_container {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  background: #5cb531;

  display: flex;
  align-items: center;   /* ← 縦（上下）センター揃え */
  justify-content: center; /* ← 横（左右）センター揃え（必要なら） */
}


.top_container p{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
.top_container p,
.top_container p span{
  line-height: 1;
}


div.main_container_b {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  background: #b2b0b0;
  background-size: cover;
  background-position: top;
}

div.copy_box {
  width:400px;
  margin: 0 auto 15vw auto;
  position: relative;
  display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

div.contents_container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
 }

div.sub_container {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.main_title {
  width: 100%;
  /* height: 90vh; ←削除 */
  margin: 0 auto;
  padding: 0;
  position: relative;
}

div.main_title_b {
  width: 100%;
  margin: 0 auto 100px auto;
  padding:0 0 0 0;
  position: relative;
  background-size: 100%;
  background-position: center;
}
div.main_title_box {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

div.title_box_green {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  position: relative;
  text-align: center;
  background: #5cb531;
}

div.title_box_footer {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  position: relative;
  background: #c3d73f;
}

div.title_box_yellow {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  position: relative;
  text-align: center;
  background: #fffbda;
}

.font_round{
font-family: "M PLUS Rounded 1c", sans-serif;
}


div.main_title_logo {
  width: 28vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.main_title_logo_ab {
  width: 36vw;
  position: relative;
  margin: 0 auto 5vh auto;
  opacity: 0;
}

div.main_title_logo_b {
  position: absolute;
  top: 0;
  left: 0;
}

div.main_box {
  width: 940px;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.main_copy {
  width: 10%;
  position: relative;
  margin: 20px auto;
}


.text_vertical{
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  }

div.main_copy_a {
  width: 44vw;
  position: relative;
  margin:  0 auto;
  padding: 0 0 0 0;
  opacity: 0;
}

.main_image {
  width: 100%;
  position: relative;
  margin:  0 0 0 0;
  padding: 0 0 0 0;
}

.main_copy_a2 {
  width: 100%;
  position: relative;
  margin:  0 auto 0 auto;
  padding: 1vh 0 4vh 0;
}

div.main_copy_a2_ab {
  width: 44vw;
  position: absolute;
  margin:  0 auto;
  top: 11vh;
  left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

div.main_copy_b {
  width: 18vw;
  position: relative;
  margin: auto;
  padding: 24vh 0 0 0;
  opacity: 0;
}

div.main_copy_c {
  width: 100%;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 2vh 0 0 0;
}

div.page_subtitle {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: #B4B1FF;
}

div.page_item_a {
  width: 350px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.page_item_pic {
  width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.comment_item_a {
  width: 88%;
  position: relative;
  margin: 0 0 0 10%;
  padding: 0 0 0 0;
}

.comment_item_b {
  width: 100%;
  position: relative;
  margin: 0 10% 0 0;
  padding: 0 10% 0 0;
}

div.page_item_b {
  width: 800px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}
div.page_item_d {
  width: 800px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

div.page_item_c {
  width: 600px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

.comment_pic_a {
  width: 110px;
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
}

div.page_item_up {
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

div.back_item_center1000 {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
  opacity: 0;
}

.back_item_center1000_r {
  width: 1000px;
  position: relative;
  margin: 0 auto 100px auto;
  padding: 0 0 100px 0;
}

div.back_item_center900 {
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center800 {
  width: 500px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.exterior {
  width: 28%;
  position: absolute;
  bottom: 40px;
  left: 0px;
}

div.back_item_center300 {
  width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center900 {
  width: 870px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center200 {
  width: 400px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}


div.back_item_center80 {
  width: 40px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_left800 {
  width: 800px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_center600 {
  width: 600px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center400 {
  width: 400px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.back_item_left400 {
  width: 300px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_left600 {
  width: 600px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_left {
  width: 1000px;
  position: relative;
  margin: -180px auto 0 0;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right {
  width: 1000px;
  position: relative;
  margin: -280px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right300 {
  width: 1000px;
  position: relative;
  margin: -320px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}


div.back_item_right5 {
  width: 1000px;
  position: relative;
  margin: -80px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right_500 {
  width: 1000px;
  position: relative;
  margin: -1000px 0 0 auto;
  padding: 0 0 360px 0;
  z-index: 0;
}

div.sub_copy {
 width: 550px;
 position: relative;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 z-index: 100;
}

.sub_copy700 {
 width: 700px;
 position: relative;
 margin: 0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}


.sub_copy800 {
 width: 800px;
 position: relative;
 margin: 0 auto;
 padding: 0 0 0 0;
 background-color: rgba( 255, 255, 255, 0.4 );
 z-index: 100;
}

.sub_copy900 {
 width: 900px;
 position: relative;
 margin: 0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}

.padding_box_a {
 padding: 5%;
}

.item_caption {
font-size: 16px;
color: #ffffff;
text-align: justify;
}

.caption {
font-size: 10px;
color: #ffffff;
text-align: center;
font-weight: 400;
}

.item_caption_center {
font-size: 18px;
color: #000000;
text-align: center;
}

.item_caption_center_bl {
font-size: 14px;
line-height: 2.4em;
color: #000000;
text-align: center;
}

.item_caption_center30 {
font-size: 30px;
line-height: 1.8em;
color: #ffffff;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_caption_center24_bl {
font-size: 24px;
font-weight: 700;
line-height: 1.6em;
color: #000000;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.font_serif {
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_caption_center14_bl {
font-size: 14px;
font-weight: 400;
line-height: 1.6em;
color: #000000;
text-align: center;
}

.item_caption_center22 {
font-size: 22px;
line-height: 1.8em;
color: #ffffff;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_title {
text-align: center;
color: #ffffff;

}

div.page_item {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.flex_container {
   position: relative;
	width:100%;
	padding:0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.flex_box_left {
  position: relative;
  width: 60%;
  margin: 0 0 0 0;
}

.flex_box {
  position: relative;
  width:50%;
  margin: 0 0 0 0;
}

.comment_flex_box_left {
  position: relative;
  width: 40%;
  margin: 0 0 0 0;
}

.comment_flex_box_left_b {
  position: relative;
  width: 42%;
  margin: 0 0 0 0;
}

.comment_flex_box_left_c {
  position: relative;
  width: 55%;
  margin: 0 0 0 0;
}

.flex_box_a {
  position: relative;
  width: 22%;
  margin: 0 0 0 0;
}

.flex_box_center {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.flex_box_right {
  position: relative;
  width: 40%;
  margin: 0 0 0 0;
}

.comment_flex_box_right {
  position: relative;
  width: 60%;
  margin: 0 0 0 0;
}

.comment_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.comment_flex_box_right_b {
  position: relative;
  width: 55%;
  margin: 0 0 0 0;
}

.comment_flex_box_right_c {
  position: relative;
  width: 45%;
  margin: 0 0 0 0;
}

div.top_slider_container {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

div.top_slider_container_text {
  width: 100%;
  margin: -100px 0 0 0;
  position: relative;
  text-align: center;
}

.slide_text {
 color: #ffffff;
 opacity: 0;
}

 .slidebox .caption {
	font-size: 100%;
	text-align: left;
	padding-top: 5%;
	padding-left:5%;
	color: #fff;
}
.slidebox .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.slidebox:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.slide_margin_a {
  margin-left: 2vw;
}

img.image_common {
  width: 100%;
}

img.image_logo {
  width: 28vw;
}

img.image_common_r {
  width: 100%;
  border-radius: 100px;
}

img.image_90 {
  width: 100%;
}

.pc_sw {
  display: block;
}

.sp_sw {
  display: none;
}

br.pc_only {
  display: block;
}

br.sp_only {
  display: none;
}

div.link01 {
  transition: 0.2s;
}

div.link01:hover {
  opacity: 0.3;
  transition: 0.3s;
  -moz-transform: translate(1px,1%);
  -ms-transform: translate(1px,1%);
  -o-transform: translate(1px,1%);
  transform: translate(1px,1%);
  text-decoration:none;
}

p.event_text24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: -0.4px;
  margin: 30px 0;
  text-align: center;
  color: #FF0000;
}

span.kakko {
  margin: 0 -0.5em; }

.mb_200 {
	margin-bottom:200px !important;}
.mb_100 {
	margin-bottom:100px !important;}
.mb_56 {
	margin-bottom:56px !important;}
.mb_40 {
	margin-bottom:40px !important;}
.mb_24 {
	margin-bottom:24px !important;}
.mb_12 {
	margin-bottom:12px !important;}

span.space {
  margin: 0 0 0 -0.5em;
}

span.space_SP {
  margin: 0 0 0 0;
}

.font_bl {
color: #000000;
}

.font_red {
color: #ff0000;
}

.white {
  color:#ffffff;
}

.green {
  color:#00a73c;
}

.brown{
  color:#3b0000;
}

.width800 {
  width: 800px;  
}

.width700 {
  width: 700px;  
}

.width600 {
  width: 600px;  
}

.width500 {
  width: 500px;  
}

p.main_copy_a {
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy_a2 {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy_b {
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy {
  font-size: 2.0vw;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  color: #000000
  ;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}
  
p.menu_caption {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  margin: 0 0 0 0;
}

span.subtext {
font-size: 80%;
vertical-align: bottom;
position: relative;
top: 0.3em;}


span.subtext_b {
font-size: 90%;
vertical-align: bottom;
position: relative;
top: 0.55em;
}

.comment_container {
  width: 800px;
  position: relative;
  margin:0 auto;
  padding: 40px 0;
  background-color: #ffffff;
}

.border_bl {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #000000; 
}

.border_box {
  border: 3px solid #000000; 
}

.text_just {
  text-align: justify;
}

.letter_sp2 {
  letter-spacing: -0.02em;
}

.line12 {
  line-height: 1.2em;
}
.line14 {
  line-height: 1.4em;
}
.line16 {
  line-height: 1.6em;
}
.line18 {
  line-height: 1.8em;
}

.line20 {
  line-height: 2.08em;
}
.line12 {
  line-height: 1.2em;
}


.nowrap {
white-space: nowrap;
}

.font_400 {
  font-weight: 400 !important;
}
.font_700 {
  font-weight: 700 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_size14 {
  font-size: 14px;
}

.font_size16 {
  font-size: 16px;
}
.font_size18 {
  font-size: 18px;
  line-height: 18px;
}
.font_size20 {
  font-size: 20px;
}
.font_size22 {
  font-size: 22px;
}
.font_size24 {
  font-size: 24px;
}
.font_size26 {
  font-size: 26px;
}

.font_size28 {
  font-size: 28px;
}

.font_size30 {
  font-size: 30px;
}

.font_size32 {
  font-size: 32px;
}

.font_size34 {
  font-size: 34px;
}

.font_size36 {
  font-size: 36px;
}

.font_size38 {
  font-size: 38px;
}

.font_size48 {
  font-size: 48px;
}

.font_size59 {
  font-size: 59px;
}

br.pc_only {
  display: block;
}

br.sp_only {
  display: none;
}

.text_left {
 text-align: left;
} 

.text_left_pc {
 text-align: left;
} 
.text_left_sp {
 text-align: center;
} 
.text_center {
 text-align: center;
} 
.text_right {
 text-align: right;
} 
  


.l_height1 {
  line-height: 1.1em;
}
.l_height2 {
  line-height: 1.2em;
}

.l_height4 {
  line-height: 1.4em;
}
.l_height6 {
  line-height: 1.6em;
}

.l_height8 {
  line-height: 1.8em;
}
.l_height12 {
  line-height: 2.1em;
}



.text_box500 {
  position: relative;
  width: 400px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

.text_box700 {
  position: relative;
  width: 700px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

.text_box800 {
  position: relative;
  width: 840px;
  margin: 0 auto;
  overflow-wrap: break-word;
}


.text_box900 {
  position: relative;
  width: 900px;
  margin: 0 auto;
  overflow-wrap: break-word;
}



.text_box1000 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow-wrap: break-word;
}




.font_400 {
  font-weight: 400 !important;
}
.font_700 {
  font-weight: 700 !important;
}
.font_900 {
  font-weight: 900 !important;
}

.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}











.icon-blank-custom{
color:#595959;
    content: "\e907";
	font-family: 'icomoon'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
  
.vertical_center {
vertical-align: middle;
position: relative;
top: -0.1em;
}
  
div.backtop {
  width: 100px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}

div.items {
  width: 80px;
  position: fixed;
  bottom: 50%;
  right: 2%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}
  

.tel_button {
  width: 15%;             /* ← ここ！画面幅ではなく main_image 基準で自動縮小 */
  min-width: 120px;       /* ← 小さくなりすぎ防止（必要なら） */
  max-width: 200px;       /* ← あまり大きくなりすぎない */
  position: absolute;
  bottom: -80px;
  right: 14%;
  z-index: 100;
}
  
.pc_vcenter{
  display: flex;
  align-items: center;   /* ← 縦中央だけ */
  gap: 0.4em;
}

/* ベースラインずれ防止 */
.pc_vcenter,
.pc_vcenter span{
  line-height: 1;
}


















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


div.main_title_icon {
  width: 100%;
  height: 80vh;
  position: fixed;
  color: #000000;
  padding: 0 0 50px 0;
}

div.main_title_box {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

.main_image {
    width: 100%;
    /* height: 100vh; ←削除 */
    position: relative;
    margin:  0 0 40px 0;  /* ←余白はお好みで。まずは 0 〜 40px 程度に */
    padding: 0;
    overflow: hidden;      /* トリミングしたくなければ、ここも消してOK */
  }




div.sub_container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: relative;
}

div.main_copy_b {
  width: 22vw;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 21vh 0 0 0;
  opacity: 0;
}

div.main_copy_c {
  width: 100%;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 1vh 0 0 0;
}

p.main_copy_b {
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

div.back_item_center1000 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
} 

.back_item_center1000_r {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.back_item_left800 {
  width: 90vw;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
} 

div.back_item_left600 {
  width: 600px;
  position: relative;
  margin: 0 auto 0 10vw;
  padding: 0 0 0 0;
} 

div.back_item_center800 {
  width: 80%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.exterior {
  width: 40%;
  position: absolute;
  bottom:0px;
  left: 0px;
}

div.back_item_center900 {
  width: 90%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_center300 {
  width: 40vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 



div.back_item_center200 {
  width: 18vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_center80 {
  width: 5vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_center600 {
  width: 90%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_center400 {
  width: 60vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_left400 {
  width: 40vw;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
} 

div.back_item_left {
  width: 60vw;
  position: relative;
  margin: -7vw auto 0 0;
  padding: 0 0 0 0;
} 

.hoverbox:hover {
    opacity: 1.0;
  }

div.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

div.page_outer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #7d7d7d;
  z-index: 1;
}

.logo_box01 {
  position: absolute;
  width: 120px;
  top: 20px;
  left: 20px;
  z-index: 100;
}

div.main_container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.main_container_b {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: #b2b0b0;
  
}

div.main_title_logo {
  width: 38vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

img.image_logo {
  width: 50vw;
}

div.main_copy_a2_ab {
  width: 60vw;
  position: absolute;
  top: 10vh;
  left: 50;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}


div.main_title_b {
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 0 0 0;
  position: relative;
  background-size: 100%;
  background-position: center;
}
div.main_title_logo_ab {
  width: 60vw;
  position: relative;
  margin: 0 auto 5vh auto;
  opacity: 0;
}


div.contents_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
 }

div.main_title {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.main_box {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}
	
div.main_copy_a {
  width: 60vw;
  position: relative;
  margin:  0 auto 0 auto;
  padding: 0 0 0 0;
}

div.main_copy_a2 {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin:  0 auto 0 auto;
  padding: 1vh 0 2vh 0;
}
	
div.main_copy {
  width: 10%;
  position: relative;
  margin: 20px auto;
}

p.main_copy_a {
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy_a2 {
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy {
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin: 0 0 0 0;
}

div.sub_copy {
 width: 70%;
 position: relative;
 margin:  0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}

div.sub_copy700 {
 width: 70vw;
 position: relative;
 margin:  0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}


div.sub_copy800 {
 width: 80vw;
 position: relative;
 margin:  0 auto;
 padding: 0 0 0 0;
 background-color: rgba( 255, 255, 255, 0.4 );
 z-index: 100;
}


div.sub_copy900 {
 width: 80%;
 position: relative;
 margin:  0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}


div.top_slider_container {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  text-align: center;
}

div.link_container {
  width: 100%;
  margin: 8vw auto;
  position: relative;
  text-align: center;
}

img.image_common {
  width: 100%;
}

img.image_90 {
  width: 90%;
}




br.pc_only {
  display: none;
}

br.sp_only{
  display: block;
}

div.menu_caption {
  width: 100%;
  margin: 4vw auto 8vw auto;
  position: relative;
  text-align: center;
}
	
p.menu_caption {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  margin: 0 0 4vw 0;
}

.flex_container {
   position: relative;
	width:70vw;
	margin: 0 auto;
	padding:0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.comment_container {
  width: 80vw;
  position: relative;
  margin: 0 auto;
  padding: 5vw 0;
  background-color: #ffffff;
}

.flex_box_left {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
}

.flex_box {
  position: relative;
  width: 50%;
  margin: 0 0 0 0;
}

.comment_flex_box_left {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
}

.comment_flex_box_left_b {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.comment_flex_box_left_c {
 position: relative;
  width: 80%;
  margin: 0 auto;
}

.flex_box_a {
  position: relative;
  width: 38%;
  margin: 0 auto;
}

.flex_box_center {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.flex_box_right {
  position: relative;
  width: 80vw;
  margin: 0 10vw;
}

.comment_flex_box_right {
  position: relative;
  width: 100vw;
  margin: 0 0;
}

.comment_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}


.comment_flex_box_right_b {
  position: relative;
  width: 100%;
  margin: 0 0;
}

.comment_flex_box_right_c {
  position: relative;
  width: 100%;
  margin: 0 0;
}

div.page_item_a {
  width: 80%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.comment_item_a {
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
  padding: 0 0 0 0;
}

div.comment_item_b {
  width: 100%;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.page_item_b {
  width: 90vw;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

div.page_item_d {
  width: 75vw;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

div.page_item_c {
  width: 90vw;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

div.comment_pic_a {
  width: 20vw;
  position: relative;
  margin: 5px auto 0 auto;
  padding: 0 0 0 0;
}

div.page_item_up {
  width: 90vw;
  position: absolute;
  top: 0;
  left: 0;
}

div.back_item_right {
  width: 100%;
  position: relative;
  margin: -20vw auto 20vw 0;
  padding: 0 0 0 0;
}

div.back_item_right300 {
  width: 100%;
  position: relative;
  margin: -33vw auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_right5 {
  width: 100%;
  position: relative;
  margin: -5vw auto 0vw 0;
  padding: 0 0 0 0;
}

div.back_item_right_500 {
  width: 100%;
  position: relative;
  margin: -65vw auto 0 0;
  padding: 0 0 0 0;
}

 .slidebox .caption {
	font-size: 2.4vw;
	text-align: left;
	padding-top: 5%;
	color: #fff;
}

.item_caption {
font-size: 2.0vw;
color: #ffffff;
text-align: justify;
}

.caption {
font-size: 1.4vw;
color: #ffffff;
text-align: left;
}


.item_caption_center {
font-size: 3.0vw;
color: #ffffff;
text-align: center;
}

.text_just {
  text-align: justify!important;
}


.item_caption_center_bl {
font-size: 2.8vw;
line-height: 2.2em;
color: #000000;
text-align: center;
}

.item_caption_center30 {
font-size: 4.6vw;
line-height: 1.8em;
color: #ffffff;
text-align: center;
}

.item_caption_center24_bl {
font-size: 3.9vw;
line-height: 1.8em;
color: #000000;
text-align: center;
}

.item_caption_center14_bl {
font-size: 3.2vw;
line-height: 1.8em;
color: #000000;
text-align: center;
}

.item_caption_center22 {
font-size: 3.8vw;
line-height: 1.8em;
color: #ffffff;
text-align: center;
}

div.page_item_pic {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.width800 {
  width: 100%;  
}

.width700 {
  width: 100%;  
}

.width600 {
  width: 100%;  
}

.width500 {
  width: 100%;  
}


.text_box700 {
  position: relative;
  width: 700px;
  margin: 0 auto;
}


.text_box800 {
  position: relative;
  width: 840px;
  margin: 0 auto;
}



.text_box900 {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.mgt_20 {
  margin-top: 2rem;
}

.mb_100 {
	margin-bottom: 10vw !important;}
.mb_56 {
	margin-bottom: 6vw !important;}
.mb_40 {
	margin-bottom: 4vw !important;}
.mb_24 {
	margin-bottom: 2vw !important;}
.mb_12 {
	margin-bottom: 1vw !important;}

.text_left {
 text-align: left;
} 


.text_left_pc {
 text-align: center;
} 



.line12 {
  line-height: 1.2em;
}
.line14 {
  line-height: 1.4em;
}
.line16 {
  line-height: 1.6em;
}
.line18 {
  line-height: 1.8em;
}

.line20 {
  line-height: 2.08em;
}
.line12 {
  line-height: 1.2em;
}


a {
	text-decoration: none!important;
  }

a:visited {
color:#ffffff;
}

.border_bl {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #000000; 
}

div.backtop {
  width: 10%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}

div.items {
  width: 9%;
  position: fixed;
  bottom: 60%;
  right: 1%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}


.text_box1000 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow-wrap: break-word;
}


.tel_button {
  width: 15%;             /* ← ここ！画面幅ではなく main_image 基準で自動縮小 */
  min-width: 120px;       /* ← 小さくなりすぎ防止（必要なら） */
  max-width: 200px;       /* ← あまり大きくなりすぎない */
  position: absolute;
  bottom: -80px;
  right: 12%;
  z-index: 100;
}
  

/* ヘッダー枠：高さ固定をやめて内容に合わせる */
  .top_container{
    height: auto;
    min-height: 80px;
    padding: 12px 0 16px;      /* %はやめる（ズレの元） */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* p：縦積みにして “改行レイアウト” を自然に */
  .top_container p{
    margin: 0;                  /* pのデフォ余白を殺す */
    display: flex;
    flex-direction: column;     /* ← 2段化の決定打 */
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  /* 行間：詰めすぎない（天地の違和感・めり込み防止） */
  .top_container p,
  .top_container p span{
    line-height: 1.25;
  }

  /* br は不要になるので非表示（任意だが推奨） */
  .top_container br.sp_only{
    display: none;
  }
  .pc_vcenter{
    display: block;       /* flex解除 → 自然な改行 */
  }

  .pc_vcenter,
  .pc_vcenter span{
    line-height: 1.25;    /* SPは詰めすぎない */
  }

  /* pタグのデフォ余白が邪魔なら */
  .pc_vcenter{
    margin: 0;
  }
  
  .tel_link{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
}



















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

div.page_outer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #7d7d7d;
  z-index: 1;
}

div.main_title_logo {
  width: 34vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.main_title_b {
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 0 0 0;
  position: relative;
  background-size: 100%;
  background-position: center;
}

div.main_title_logo_ab {
  width: 70vw;
  position: relative;
  margin: 0 auto 5vh auto;
  opacity: 0;
}
div.main_copy_b {
  width: 28vw;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 20vh 0 0 0;
  opacity: 0;
}



div.copy_box {
  width:70%;
  margin: 0 auto 15vw auto;
  position: relative;
}

div.main_title {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.main_copy_a {
  overflow: hidden;
  width: 55vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.main_copy_a2_ab {
  width: 55vw;
  position: absolute;
  top: 10vh;
  left: 50;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

div.main_copy_a2 {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 1vh 0 2vh 0;
}

div.main_copy {
  width: 10%;
  position: relative;
  margin: 20px auto;
}

p.main_copy_a {
  font-size: 4.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy_a2 {
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy {
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin: 0 0 0 0;
}

div.back_item_center600 {
  width: 90vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_center400 {
  width: 50vw;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
} 

div.back_item_left400 {
  width: 50vw;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
} 

div.back_item_left600 {
  width: 70vw;
  position: relative;
  margin: 0 auto 0 10vw;
  padding: 0 0 0 0;
} 

div.back_item_right {
  width: 100%;
  position: relative;
  margin: -20vw auto 20vw 0;
  padding: 0 0 0 0;
}

.flex_container {
   position: relative;
	width:70vw;
	margin: 0 auto;
	padding:0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}


br.sp_only {
  display: block;
}

br.pc_only {
  display: none;
}


.text_left_sp {
 text-align: left;
} 

.text_box800 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}


.text_box900 {
  position: relative;
  width: 96%;
  margin: 0 auto;
}


.tel_button {
  width: 15%;             /* ← ここ！画面幅ではなく main_image 基準で自動縮小 */
  min-width: 120px;       /* ← 小さくなりすぎ防止（必要なら） */
  max-width: 200px;       /* ← あまり大きくなりすぎない */
  position: absolute;
  bottom: -60px;
  right: 12%;
  z-index: 100;
}
  

}
























@media (max-width: 768px) {


.sp_sw {
  display: block;
}

.pc_sw {
  display: none;
}



div.main_title {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.copy_box {
  width:70%;
  margin: 0 auto 15vw auto;
  position: relative;
}

div.main_copy_a {
  overflow: hidden;
  width: 85vw;
  position: relative;
  margin: 0 auto;
  padding: 2vh 0 0 0;
}

div.main_copy_a2_ab {
  width: 85vw;
  position: absolute;
  top: 10vh;
  left: 50;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

div.main_copy_a2 {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 1vh 0 2vh 0;
}

p.main_copy_a {
  font-size: 6.6vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy_a2 {
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.main_copy_b {
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

div.main_title_logo {
  width: 50vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.main_title_b {
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 0 0 0;
  position: relative;
  background-size: 100%;
  background-position: center;
}

div.main_title_logo_ab {
  width:90vw;
  position: relative;
  margin: 0 auto 5vh auto;
  opacity: 0;
}

div.main_copy_b {
  width: 37vw;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 15vh 0 0 0;
}

.text_left_sp {
 text-align: left;
} 

br.sp_only {
  display: block;
}

br.pc_only {
  display: none;
}

div.title_box_green {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0 0;
  position: relative;
  text-align: center;
  background: #5cb531;
}


div.title_box_yellow {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0 0;
  position: relative;
  text-align: center;
  background: #fffbda;
}

.text_box700 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.text_box800 {
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.text_box900 {
  position: relative;
  width: 98%;
  margin: 0 auto;
}


.text_box1000 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0 5% 0;
  overflow-wrap: break-word;
}


  .tel_button {
    width: 30%;
    bottom: -90px;
    left: 35%;
    right: auto;
    transform: translateX(-50%); /* 中央寄せ */
  }


  

div.backtop {
  width: 16%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}
  

.font_size14 {
  font-size: 3.2vw
}

.font_size16 {
  font-size: 3.0vw;
}
.font_size18 {
  font-size: 3.5vw;
}
.font_size20 {
  font-size: 3.6vw;
}
.font_size22 {
  font-size: 3.8vw;
}
.font_size24 {
  font-size: 4.0vw;
}
.font_size26 {
  font-size: 4.2vw;
}

.font_size28 {
  font-size: 4.4vw;
}

.font_size30 {
  font-size: 4.6vw;
}

.font_size32 {
  font-size: 4.8vw;
}

.font_size34 {
  font-size: 5vw;
}

.font_size36 {
  font-size: 5.2vw;
}

.font_size38 {
  font-size: 6vw;
}

.font_size48 {
  font-size: 8vw;
}
.font_size59 {
  font-size: 10vw;
}


}
