@charset "UTF-8";

html {
    margin-top: 0px;
}

body {
 font-family: 'Shippori Mincho', serif;
 color : #000 !important;
}


.h2_dub {
  text-align:center;
  margin-top: 10rem;
}

.a-dub {
  color: inherit;
}
.a-dub:hover {
  color: gray;
}

#Home span {
display: inline-block;
}


.txt-c {
  text-align:center;
}

.txt-blue {
 color:#0099ff;
 font-size: 1.5rem;
 font-weight: bolder;
}


/*====================
ページトップに戻るボタン 
====================*/
#page-top {
    display: none;
    z-index: 11;
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #fff;
    padding: 0 0 0 20px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*====================
カバー
====================*/
.cover {
  margin-top: 80px;
  width:100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: url('/theme/reboot/img/obi.webp') ;
  background-blend-mode: overlay;
  background-color: #ccc;
  color: #2C1B0D;
  min-height: 170px;
}
/*===================
もっとみる
===================*/

.cont-btn a {
    background: #242424;
    border: solid 1px gray;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    text-decoration: none;
}
.cont-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.cont-btn a:hover {
  background-color: rgba(0,204,102,0.3);
  color: #fff;
}
.cont-btn a:hover:after {
  right: 1.4rem;
}

/*===================
表
===================*/

.table {
width:fit-content;
    margin-left: auto;
    margin-right: auto;
 }

.table dt {
  margin-top: 1em;
  padding: 0.2em 2em;
  background-color: #00cc66;
}
.table dd {
  padding: 0.2em 2em;
  margin-left: 0;
  font-size: 1rem;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #00cc66;
}

.table span {
   display: inline-block;
}

tr:last-child{
    color: red;
  }

/*==================
金色文字
==================

.gold {
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
}*/

/*==================
ブルー文字
==================*/

.blue {
    text-align: center;
    font-size: clamp(2rem, 2vw + 1rem, 4rem);
    font-weight: bolder;
    background: linear-gradient(45deg, #66cc66 20%, #66cc99 45%, #0099ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*====================
メイン　image
====================*/

#main-mess {
  position: relative;
}
#main-imeg {
  margin-top: 80px;
  width: auto;
  height: 60vh;
  background: url('/theme/reboot/img/main-img1920-600.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#top-mess {
  position: absolute;
  width: auto;
  height: 40vh;
  max-height: 600px;
  top: 1rem;
  left: 50%;
  transform: translatex(-50%);
}
#top-mess2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#top-mess3 {
  text-align: center;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: bold;
}

.top-mess4 {
  text-align: center;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
}

/*====================
　　グラデーション下線　　　
=====================*/
.rain {
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  padding: 0.25em 0;
  width:fit-content;
  background-image: linear-gradient(to right, rgb(102,204,102), #0099ff);
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: bottom;
  text-align: center;	
}

/*====================
      コンテンツ要素　　
====================*/
.sevice-mess {
  font-size:1.5rem;
  color:#0099ff;
}

.cont_msg {
  width:100%;
  margin:0;
}

.cont_box {
  position: relative;
  margin: 10px;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff3ad;
  text-align: center;
  font-size:1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width:960px){
margin-bottom: 0;
margin-left: 10px;
}

.cont_box:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #242424;
}


.cont_box2 {
 margin: 0.5em; 
  position: relative;
  width: 100%;
}

@media screen and (min-width:960px){
.cont_msg {
  display:flex;
  
}
.cont_box {
  width: 50%;
}
.cont_box2 {
  width: 66%;
}
}

.cont_box3 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #0099ff;
    border-radius: 8px;
}
.cont_box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -9px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.2rem;
    background: #fff;
    font-weight: bold;
}

ul.cont_box3_list {
    padding-top: 20px;
    padding-left: 5px;
  }
 

ul.cont_box3_list li {
    list-style-type:    none;
    position: relative;
    padding-left: 15px;
  }
 
ul.cont_box3_list li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #0099ff;
    border-bottom: 3px solid #0099ff;
  }


/*==================
　　　コンテンツ見出し　　　
==================*/
.cont-heading {
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}

.cont-heading span {
	position: relative;
	z-index: 2;
}

.cont-heading::before {
	content: attr(data-en);
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0,204,102,0.3);
	font-size: 4rem;
	font-style: italic;
}

.cont-heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(0,204,102,1);
}

/*==================
　　　コンテンツ見出し2　　　
==================*/
.cont-heading2 {
  margin: 5rem 0rem;
  padding: 0.5rem 1.5rem 0.5rem;
  color: #fff;
  /*background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);*/
  /*background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);*/
  background-color:#242424;
  text-align: center;
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
  font-weight: bold;
}


@media screen and (min-width:960px){
.cont-heading2 {
  margin: 5rem 0;
}
}

/*===================
コンテンツ見出し3
===================*/

.cont-heading3 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #fff;
  font-size: clamp(1rem, 2vw + 1rem, 2rem);
}


/*===================
コンテンツ見出し4
===================*/

.cont-heading4 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #242424;
  text-align: center;
  font-size: clamp(1rem, 2vw + 1rem, 3rem);
  color: #fff;
  line-height: 1.3;
  z-index:-1;
}

.cont-heading4:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px #fff;
  border-bottom: solid 79px transparent;
  z-index:-2
}

@media screen and (max-width:393px){
.cont-heading4 {
   padding: 0.3rem;
}
.cont-heading4:before {
    display: none;
}
}


/*===================
コンテンツ見出し5
===================*/

.cont-heading5 {
	position: relative;
	font-size: 1.5rem;
}

.cont-heading5::before {
	content: attr(data-number);
	display: block;
	color: #0099ff;
	font-size: 2rem;
}

.cont-heading5::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 133px;
	height: 1px;
	background-color: #0099ff;
}

/*====================
　　　　 見出し文字がキラン
===================== */
.kiran {
	padding: 10px 0;
	margin: 0;
	  font-size: clamp(1.2rem, 2vw + 1.2rem, 3.2rem);
	background-image: linear-gradient(
		20deg,
		#0099ff 45%, /* font color */
		#fff 50%,
		#0099ff 55% /* font color */
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 2s infinite;
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*====================
　　プライス　ボックス
====================*/
.cont_box7 {
  padding:1em;/*内側余白*/
  border-left:solid 5px #0099ff;/*線の種類・太さ・色*/
  background-color:#f8f8f8;/*背景色*/
}

.cont_box4 {
  padding:1em;/*内側余白*/
  border-left:solid 5px #0099ff;/*線の種類・太さ・色*/
  background-color:#f8f8f8;/*背景色*/
}

.cont_box5 {
  padding:1em;/*内側余白*/
  border-left:solid 5px #00cc66;/*線の種類・太さ・色*/
  background-color:#f8f8f8;/*背景色*/
}


@media screen and (max-width:393px){
.cont_box7 {
padding: 1.5em 1em 2.5em;
}
}

.cont_box8 {
  border: 1px solid #fff;
  padding: 1rem 0.3rem;
  text-align: center;
}



/*====================
　申し込み　containerボックス　　
====================*/
.step-mess {
  text-align:center;
  font-weight:bold;
  background: #242424;
  color: #fff;
}
.second_block {
    display: block;
    position: relative;
}
.second_inner {
max-width: 1100px;
width: calc(100% - 30px);
margin: 50px auto 0;
}

.second_chart ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.second_chart ul li {
    width: 25%;
    background: #ddd;
    filter: drop-shadow(0px 1px 12px #ddd);
}
.second_chart ul li {
    width: 25%;
    background: #fff3ad;
    filter: drop-shadow(3px 0px 5px #ddd);
    display: flex;
    flex-flow: column;
    padding: 25px 30px 45px;
	position: relative
}
.second_chart ul li:first-child {
    z-index: 4;
}
.second_chart ul li:nth-child(2) {
    z-index: 3;
}
.second_chart ul li:nth-child(3) {
    z-index: 2;
}
.second_chart ul li:nth-child(even) {
	background: #FFF;
}
.second_chart ul li h3 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.18rem;
    font-weight: 500;
    margin: 30px 0;
}
.second_chart ul li .liimg img {
  width: 100%;
}

.second_chart ul li .liimg {
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative;
	text-align: center;
}

.second_chart ul li .liimg.bgcolor:after {
    background: #fff3ad;
}
.second_chart ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.second_chart ul li:nth-child(odd):after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff3ad;
    top: 40px;
    position: absolute;
    right: -58px;
}
.second_chart ul li:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #FFF;
    top: 40px;
    position: absolute;
    right: -58px;
}

@media screen and (max-width: 767px) {
	.second_inner {
    padding: 0 15px;
	}
	.second_chart ul {
    flex-flow: column;
	}
	.second_chart ul li {
    width: 100%;
    padding: 15px;
	}
	.second_chart ul li h3 {
    margin-bottom: 30px;
	}
	.second_chart ul li:nth-child(odd):after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #fff3ad;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
	}
	.second_chart ul li:nth-child(2):after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #FFF;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
	}
}

/*====================
　　　丸見出し　　　　
====================*/

.dot-heading {
    margin:  0;
    font-size:  24px;
    position:  relative;
    font-weight:  normal;
    display:  inline-block;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 20px;
}
.dot-heading:before {
    content:  ''; 
    background-color: #fff3ad;
    display:  block;
    position:  absolute;
    left:  0;
    height: 80px;
    width: 80px;
    border-radius:  50%;
    top: 0;
    z-index:  -1;
}


/*====================
　　　　　レビュー　　　　
====================*/

.cont_box9 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 8px;
    text-align:center;
}

.cont_box9 img {
  width: auto;
  height: 40vh;
  max-height: 180px;
  padding:10px;
}

.cont_box10 {
  position: relative;
  margin: auto;
  padding: 20px;
  background: #fff3ad;
  }
.cont_box10::before {/*三角上*/
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    top: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff3ad;
}  
    
@media screen and (min-width:960px){
.cont_box10::before{/*三角左*/
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -30px;
  top: 20px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
}
 .rain2 { 
  font-size: 1.2rem;
  font-weight: bold;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(252,81,133) 80%)  
}

.mx-md-5:nth-of-type(2) h4 {
 color:blue;
}

/*====================
　　　　　sns　　　　　
====================*/
ul.sns {
	list-style-type: none;
	padding-left: 0;
  text-align: center;
}
ul.sns li {
	padding: 10px;
	margin: 10px;
	display: inline-block;
}
ul.sns img {
  width: auto;
  height: 40vh;
  max-height: 180px;
}

ul.sns li a {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    position: relative;
}
ul.sns li img.off {
    transition: 0.5s all;
    position: relative;
    z-index: 2;
}
ul.sns li img.on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
ul.sns li a:hover img {
    opacity: 1;
}
ul.sns li a:hover img.off {
    opacity: 0;
}


/*====================
　　　　　ヘッダーここから　　　　　
====================*/
#header{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width:100%;
  text-align: left;
  background-color: rgba(36,36,36,0.5);
}

#header-logo {
  display: none;
}

/*====================
　　　　　アクセス　　　　　
====================*/

.access-text {
  width: 100%;
  margin-bottom: 2rem;
}
.access-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.access-map {
  width:100%;
}

.access-img {
text-align: center;
padding-bottom: 2em;
}

.google_map{
width:100%;
}
.google_map iframe{
width:100%;
aspect-ratio: 1/1;
}


@media screen and (min-width:960px){
.access-map {
  display:flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
.access-text {
width:100%;
}
}

/*====================
　　　　フッターここから　　　　　　
====================*/
#side {
display: none;
}

#side-mess {
  z-index: 5;
  position: fixed;
  bottom: 270px;
  right: 0;
  writing-mode: vertical-rl;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  margin: 1px;
  background: #fff;
  border: 2px solid #242424;
  font-size: 1.5rem;
  font-weight: bold;
}

#side-mess::before {
  position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
}
#side-mess::after {
  position: absolute;
    top: 97%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 2px;
    background-color: #242424;
    content: "";
}

#side-btn {
 z-index: 5;
 position: fixed;
 bottom: 80px;
 right: 0; 
 margin: 2px;
 text-align: center; 
}
#side-btn img {
  width: 80px;
  height: auto;
  margin: 2px;
}
@media screen and (max-width:900px){
  #side-mess {  
  display:none;
}
#side-btn img {
  width: 50px;
}
}


/*====================
Swiper　レスポンシブの調整
====================*/
.swiper {
  width: 100%;
  height: 100%;
  margin: 20px auto;
}

.swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0 1px;
 }


/*====================
　　　　スマホの調整　　　　　　
====================*/

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

/* 横スクロール完全防止 */
html,body{
overflow-x:hidden;
}

/* トップ画像 */
#top img{
display:block;
margin:0 auto;
width:90%;
height:auto;
}

/* ロゴ画像の下にテキスト配置 */
#top-mess{
text-align:center;
padding:0 15px;
margin-top:15px;
}

/* 見出し */
#top-mess h1{
font-size:22px;
line-height:1.4;
margin-bottom:8px;
}

/* サブコピー */
#top-mess p{
font-size:16px;
line-height:1.6;
}

}

