@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* a:link {
  color: #262926;
}

a:visited {
  color: #5e5c5b;
} */

/* a:hover {
  color: rgb(209, 100, 67);
}

a:active {
  color: #FF0;
} */


img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 1px;
  margin: auto;
  border-bottom-style: none;
  font-size: 12px;
}


.f0 {
  font-size: 10px;
}

.f1 {
  font-size: 11px;
}

.f2 {
  font-size: 12px;
}

.f3 {
  font-size: 13px;
}

.f4 {
  font-size: 14px;
}

.f5 {
  font-size: 15px;
}

.f6 {
  font-size: 16px;
}

.f8 {
  font-size: 18px;
}

.fb {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cnt {
  text-align: center;
}

.m-a {
  margin: 0 auto;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.inb {
  display: inline-block;
}

.lg {
  color: #32b9a5;
}

.mark-p {
  margin: 0;
  padding: 0;

}

.red-a {
  content: "";
  font-size: 14px;
  font-weight: bold;
  color: #C00;
}

.red-a::before {
  content: "*";
}

.pc-menu {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0px;
  background: #f4ce2d;
  vertical-align: bottom;
}

#sitemap {
  height: 20px;
  margin: 0 auto;
  font-size: 9px;
}

#sitemap_l {
  width: 600px;
  float: left;
  text-align: left;
  margin: auto;
}

#sitemap_r {
  float: right;
  text-align: right;
  margin-right: 20px;
  font-size: 11px;
}

.main{
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#contents {
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#contents .text_align_left {
  text-align: left;
}
#contents .description_text {
  width: 90%;
  margin: 1em auto 10px;
}

#header {
  clear: both;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.cont100,
.cont80 {
  clear: both;
  margin: 0 auto;
  text-align: center;
  height: auto;
}

.cont100 {
  width: 100%;
}

.cont80 {
  width: 80%;
  margin: 0 auto;
}

#footer {
  width: 100%;
  height: 36px;
  margin: auto auto 0 auto;
  font: Verdana, Geneva, sans-serif;
  color: #FFF;
  padding-top: 8px;
  box-sizing: border-box;
  background: rgb(179, 142, 246);
  box-shadow: 0 4px 5px 0 rgb(170, 130, 244);
}

#top_image2 {
  width: 100%;
  max-width: 800px;
  height: 65px;
  margin: auto;
}

H1 {
  font-size: 12px;
  color: white;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
  text-align: left;
}

H2 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 0px;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

ADDRESS {
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
  font-style: normal;
  text-align: center;
}

/*ペ�?�ジトップへスクロール*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  font-weight: bold;
}

#page-top a {
  background: rgba(37, 9, 176, 0.412);
  text-decoration: none;
  color: #fff;
  width: 30px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#page-top a:hover {
  text-decoration: none;
  background: #2f6ae1;
}

/*ここまで*/
/*
.centertable {
	display:block;
	margin-top:50px;
	font-size:12px;
}
*/
#soon {
  height: 800px;
  padding: 100px auto auto auto;
}

.gr_td {
  background-color: #999;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}

.space {
  height: 100px;
  width: auto;
}

.left {
  text-align: left;
}

#dms {
  width: 700px;
  height: 120px;
  text-align: center;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

#bana_space {
  clear: both;
}

.bar {
  width: 650px;
  height: 24px;
  background-image: url(images/bar.gif);
  background-repeat: no-repeat;
  margin: 20px auto 20px auto;
  text-align: left;
  padding-top: 5px;
}

#scan_left {
  max-width: 550px;
  width: calc(100% - 260px);
  margin: 0 auto;
  padding: 20px 0 20px 0;
  height: auto;
  text-align: right;
  float: left;
  box-sizing: border-box;
  position: relative;
}

#scan_left img {
  width: 100%;
  height: auto;
}

.cover_top {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  width: 37vw !important;
}

#scan_right {
  float: right;
  width: 250px;
  margin-bottom: 0;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.scr_img {
  max-width: 200px;
  height: auto;
}

/*:: gaiyo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.gaiyou-bg {
  background-image: url(../images/fac08.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 220px;
}

.gaiyo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  margin: auto;
}

.kijifrm {
  width: 90%;
  height: 830px;
  border: none;
}

/*:::�?料請�?:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
form input[type=submit],
form input[type=reset],
form input[type=button] {
  height: 22px;
  width: 100px;
  border: #999 1px solid;
  margin: 10px;
  background: rgba(240,146,70);
}

table.toiawase {
  width: 100%;
  border-collapse: collapse;
}

table.toiawase td,
table.toiawase th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.toiawase th {
  width: 100px;
  background: rgba(240,146,70);
  text-align: left;
  color: #555;
}

.topbox01 {
  display: inline-block;
  border: 2px #fff solid;
  border-radius: 1em;
  background: linear-gradient(235deg, hsl(220, 100%, 60%), hsl(220, 100%, 75%));
  color: #fff;
  padding: 1.5em 1.2em;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin: 1em auto;
  max-width: 200px;
  box-sizing: border-box;
}

.scan_kiki {
  list-style: none;
  margin: auto;
  text-align: left;
  padding: 0;
  max-width: 170px;
}

.scan_kiki li {
  text-align: left;
  margin: 0;
}

dd.kiki {
  padding-bottom: 30px;
  line-height: 1.8;
  font-size: 90%;
}

/*--top 連携grid--*/
.scan_renkei_title {
  width: 90%;
  margin: 1em auto 10px;
  padding: 0.3em 0;
  font-size: 16px;
  border-bottom: 1px solid #6699ff;
  border-top: 1px solid #6699ff;
  font-weight: bold;
}

.scan_renkei_link {
  display: grid;
  grid-template-columns: 2.8fr 1.2fr;
  margin: 0 5px 4em;
  font-size: 14px;
}

.scan_renkei_item {
  border: 1px solid #fff;
}

.sc_renkei_name {
  width: 90%;
  margin: 0 auto 0.8em;
  font-size: 14px;
}

.scan_link_grid {
  display: grid;
  width: 94%;
  margin: 0 auto;
  column-gap: 8px;
  row-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

/*--//--*/
/*:: @media :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media only screen and (max-width: 789px) {
  .pc-view,
  #sitemap_r,
  #header,
  .pc-menu,
  #dms {
    display: none;
  }
  #sitemap,
  #sitemap_l {
    display: none;
  }
  #contents,
  #sitemap,
  #sitemap_l,
  h1 {
    width: 100%;
  }
  #contents {
    box-shadow: none;
  }
  h1 {
    /* background: #bb3e3e;
    color: #fff; */
  }
  #sitemap,
  #sitemap_l,
  h1 {
    height: 40px;
  }
  .cont100 {
    margin: 0;
  }
  .sc_renkei_name {
    margin: 0.8em auto;
  }
  .scan_link_grid {
    width: 90%;
    margin-bottom: 1em;
    column-gap: 4px;
  }
}
@media only screen and (max-width: 744px) {
  .scan_renkei_link {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  .tb-view,
  .xl-view,
  .scr_img {
    display: none;
  }
  #scan_left,
  #scan_right {
    width: 100%;
  }
  #scan_right {
    clear: left;
    height: auto;
    padding-bottom: 30px;
    padding-top: 0;
  }
  #scan_left {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .topbox01 {
    display: block;
    border: none;
    box-shadow: none;
    padding: 0.5em 0;
    border-radius: 0;
    margin: 0;
    background:hsl(220, 100%, 75%);
    max-width: 100vw;
  }
  .gaiyou-bg {
    background-image: none;
  }
  .dl80 p {
    padding: 10px 0;
  }
  .gaiyo-cell {
    display: block;
  }
  .gaiyo-cell.arrow {
    padding: 0;
  }
  .arrow img {
    transform: rotate(90deg);
    width: 30px;
  }
  dl.dl80 {
    width: 90%;
  }
  dd td {
    padding: 6px 4px;
  }
  .kijifrm {
    height: 1100px;
  }
  #sitemaptb td {
    display: block;
  }
  table.toiawase td,
  table.toiawase th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  form input[type=text],
  form textarea {
    width: 90%;
    padding: 5px;
    font-size: 110%;
    display: block;
    margin: 0;
  }
  dd.kiki_dd {
    padding: 10px 0 30px 0;
    font-size: 88%;
  }
}
@media only screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
  .tb-view {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
  .ss-view,
  .cover_top {
    display: none;
  }
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}

.price_infomation {
  text-align: left;
  margin: 20px;
}
.price_infomation dt,
.price_infomation dd {
  padding: 10px;
}
.price_infomation dt {
  background-color: hsl(40, 97%, 54%);
  font-weight: bold;
}
.price_infomation dd {
  background-color: hsl(41, 89%, 89%);
  margin-bottom: 10px;
}

.option_table tr th,
.option_table tr td {
  padding: 8px;
}
.option_table tr th {
  background-color: #A3D3D1;
  font-weight: bold;
}
.option_table tr td {
  background-color: #CEE7E5;
}
@media only screen and (max-width: 560px) {
  .option_table {
    display: block;
    margin: 0 auto;
    width: 95%;
  }
  .option_table tbody,
  .option_table tr,
  .option_table th,
  .option_table td {
    width: 99%;
    display: block;
  }
}

.margin_top_30px {
  margin-top: 30px;
}

.margin_top_20px {
  margin-top: 20px;
}/*# sourceMappingURL=style01.css.map */
.div1{
 display: flex;
}
.div2{
 display: flex;
 flex-flow: column;
 margin: 20px;
 width: 100%;
}

ul {
text-align: left;
padding:0px 40px 0px 40px;
}
.div4{
  padding-left: 20px;
  padding-right: 20px;
}
.text_align_right{
  text-align: right;
}
.center{
  text-align: center;
  display: block;
}
.center-left{
  text-align: left;
  display: inline-block;
}
.div-block{
  display: block;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #e7e7e7;
  border-radius: 15px;
  text-decoration: double;
}
.balloon-004 {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #070708;
}

.balloon-004::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #e7e7e7;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

.balloon-003 {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin-left: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #070708;
}

.balloon-003::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #e7e7e7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

#hyou1 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 80%;
}

#hyou1 table th,#hyou1 table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

#hyou1 table th{
  background-color: #3b8ab1;
  color: white;
  border:solid 1px #3b8ab1;
}

#hyou1 table td{
  background-color: #bcdbe4;
  border:solid 1px #bcdbe4;
}

.futozi{
  font-weight: bold;
}

#hyou2 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 90%;
}

#hyou3 table td{
  width:30%;
  padding-bottom: 2%;
}

.midori{
  color: green;
}

.aka{
  color: red;
}

.font-size{
  font-size: 130%;
}
.text-align-left{
 text-align: left;
}
.small-font{
  font-size: 90%;
}
.under-line{
  text-decoration: underline;
}
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 2px #bcdbe4;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #FFF;
  color: black;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}
.font-size2{
  font-size: 110%;
  padding: 0%;
}
.small-font2{
  font-size: 70%;
}
.text-align2{
  padding-left: 10%;
  padding-bottom: 5%;
  font-size: 150%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .ta-hyou2 {
    display: inline-block;
    margin: 0 auto;
  }
  .ta-hyou2 tbody,
  .ta-hyou2 tr,
  .ta-hyou2 th,
  .ta-hyou2 td {
    width: 99%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .ta-hyou1 {
    display: inline-block;
    margin: 0 auto;
    
  }
  .ta-hyou1 tbody,
  .ta-hyou1 tr,
  .ta-hyou1 th,
  .ta-hyou1 td {
    width: 99%;
    display:block;
    border-spacing: 5px;
  }
  .ta-hyou1 {
    border-collapse:separate;
    border-spacing: 5px;
    
  }
}

@media only screen and (max-width: 768px) {
  .ta-hyou3 {
    display: inline-block;
    margin: 0 auto;
    
  }
  .ta-hyou3 tbody,
  .ta-hyou3 tr,
  .ta-hyou3 th,
  .ta-hyou3 td {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width:768px){
  .image-men{
    display:none ;
  }
  .br-td-hyou1-secret{
    display: none;
  }
  .br-hyou3{
    display: none;
  }
}
@media only screen and (min-width:769px){
  .td-hyou1-secret{
    display:none ;
  }
  .br-event{
    display: none;
  }
}

.image-sakusuma2{
  max-width: 50%;
}

.comment{
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  .ta-hyou3 {
    display: inline-block;
    margin: 0 auto;
    
  }
  .ta-hyou3 tbody,
  .ta-hyou3 tr,
  .ta-hyou3 th,
  .ta-hyou3 td {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
  

@media screen and (max-width: 768px) {
  .ss-viewer{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .image-sakusuma-home{
    max-width: 50%;
  }
  .event-pr1{
    max-width: 80%;
  }
}
.event-pr1{
  max-width:100%;
}
td .td-hyou33{
  vertical-align: top;
}
img.sakusuma-logo{
  max-width: 80%;
}

.header-short-area{
  padding: 5px;
  background-color: #009ee0;
  /* background-color: rgb(124, 183, 234); */
}
.header-short-area2{
  padding: 5px;
  background-color: #f4ce2d;
}
.table-right{
  vertical-align: bottom;
  vertical-align: right;
}

.display{
  display:flex;
}
.menu-left{
  display:flex ;
  justify-content: flex-end;
}
.menu-area{
  justify-content: right;
}
.padding-space{
 width: 20%;
}
.margin-space{
  margin-right: 40%;
}
/* コンサルティングエリア */
#sub-contents {
    margin-top: 5px;
    /* background: #fff; */
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 800px;
}

.sk-consul {
    width: 100%;
    box-sizing: border-box;
    font-size: 11px;
    color: #999999;
    line-height: 1.5;
}
.text-center{
  text-align: center;
}
.p-area{
  font-weight: bold; margin-left: 0;
}
.dis-flex{
  display: flex;
}
.con-dl-area{
  display: inline-block; 
  margin-top: 5px; 
  margin-right: 1em;
}
.con-dr-area{
  display: inline-block; 
  margin-top: 5px;
}
.fb {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .foot_bottom1-sp {
        font-size: 8px;
        color: rgb(153, 153, 153);
        text-align: left;
        display: inline-block;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0px auto;
        padding: 0 20px 20px 20px;
    }
    .nippou-img-top{
      max-width:80%;
      width:100%; 
      height: auto; 
      margin-bottom: 2%;
    }
}

@media screen and (min-width: 768px) {
.nippou-img-top{
  max-width:40%;
  width:100%; 
  height: auto; 
  margin-bottom: 6%;
}

}

/* .hero__inner {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: center;
} */

/* .hero-card{
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(16px, 3vw, 24px);
    box-shadow: var(--shadow);
} */

.grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
}

.card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 20px;
}
.h2 {
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.3;
    margin: 0 0 .75rem;
}
.card h3{
  margin: .25rem 0 .5rem;
    font-size: 1.1rem;
}
.mg-0auto{
  margin: 0 auto;
}