
/* CSS Document */
/** -----------------------------------
    gunma sigh design
-------------------------------------**/

@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #333333;
  padding-top: 120px;
}

img {
  max-width: 100%;
}

#instance, #flow, #price, #company {
  padding: 40px 0 56px 0;
}

.section-inner {
  
  max-width: 1000px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}



.light{
	float:light;
}

img{
	vertical-align: top;
}

.wrap_original {
overflow: hidden;
}

.link{
	text-decoration:underline;
}

.link:hover{
	color: #a39b68;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  
	.section-inner {
    padding: 0 24px;
    max-width: 550px;
	margin: 0 auto;  
  }
	
  .pc-only {
    display: none;
  }
	
  .sp-only {
    display: block;
  }
	
  #instance, #flow, #price, #company {
    padding: 40px 0 30px 0;
  }
}

/** -----------------------------------
    ヘッダー
-------------------------------------**/	

#header {
  position: fixed; 
  top: 0; 
  left: 0;
  
  background-color: #FFFFFF;
  width: 100%;
  
  
}

.header-logo {
  display: inline;
  padding-left: 40px;	
  margin-top: 10px;
	
}

.headerimg {
	height:auto;
	width:auto;
	
}

.gnav-pc-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
 align-items: center;
}

ul.gnav-pc{
	
	 display: inline;
}


ul.gnav-pc li {
  display: inline;
  margin-right: 35px;

  
}

ul.gnav-pc li a {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: bold;
}

ul.gnav-pc li a:hover {
  color: #a39b68;
}

.header-contact{
	margin-right: 20px;
	margin-top: 20px;
	float: right; 
}



.button-cta-h {
  display:block;
  width: 200px;
  height: 60px;
  background-color: #a39b68;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
 
  
 	
}

p.ctatellaka-h {
　font-family: 'Archivo Black', sans-serif;
  color: #b11313;
  font-size: 35px;
  margin: 0px 0px 0px 5px;
  line-height: 1;	
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;	
 	
}

p.ctatellaka-h::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url( "../images/call.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(5px);
}

p.mediumc-h {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0px 0px 0px 60px;
}

p.medium-h2 {
  font-size: 15px;
  letter-spacing: 0.06em;
	margin: 0px 0px 0px 65px;;
}

@media screen and (min-width: 768px) {

.humberger {
  display: none;
  }
	
.global-navigation__list{
  display: none;
  }

.global-navigation__link{
  display: none;
  }
	
}


/** -------- スマホ -------- **/
@media screen and (max-width: 800px) {
 
#header {
    height: 60px;
    padding: 0;
  }
	
.header-logo {
  display: inline;
  padding-left: 40px;
  margin-top: 5px;
	
}
	
.headerimg {
	height:50%;
	width: auto;
	
}	
	
.header-contact{
	display: none;
}	

  #header h1 {
    padding-left: 20px;
  }

  #header h1 a {
    
  }

  .gnav-pc-wrap {
    display: none;
  }
	
/** -------- spmenu -------- **/

 	/* ハンバーガー */
	
.humberger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: fixed;
  top: 20px; /* 画面上から20px */
  right: 15px; /* 画面左から15px */
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
	float: right; 
}
.humberger.-active .humberger__line {
    background-color: transparent;
}
.humberger.-active .humberger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.humberger.-active .humberger__text::before {
  content: '閉じる';
}
.humberger__line {
    display: block;
    height: 3px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.humberger__line:before,
.humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.humberger__line:before {
    top: -6px;
}
.humberger__line:after {
    top: 6px;
}
.humberger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.humberger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}
	


	
}/* sp設定閉じ */






/** -----------------------------------
    CTA
-------------------------------------**/

.cta {
  background-color: #e8e6df;	
  padding: 30px 0 50px;
}

p.ctatext {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}

p.ctatellaka {
　font-family: 'Archivo Black', sans-serif;
  color: #b11313;
  font-size: 45px;
  margin: 0px 0px 0px 5px;
  line-height: 1;	
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;	
 	
}

p.ctatellaka::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url( "../images/call.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(5px);
}



.flex{
	 display: -webkit-flex;
     display: flex;
	 text-align: center;
}

p.mediumc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 5px 0;
}



.button-cta {
  display:block;
  width: 296px;
  height: 70px;
  background-color: #a39b68;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
 	
}

.button-cta::after {
  content: "";
  display: inline-block;
  width: 109px;
  height: 68px;
  background: url( "../images/yajirushi.gif") no-repeat;
  background-size: contain;
  margin-left: 300px;
  margin-top: -70px;	
  transform: translateY(0.05px);
	float: left;
  
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

p.ctatext {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
	
p.ctatellaka {
　font-family: 'Archivo Black', sans-serif;
  color: #b11313;
  font-size: 35px;
  margin: 0px 0px 0px 5px;
  line-height: 1;	
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;	
 	
}

p.ctatellaka::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url( "../images/call.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(5px);
}	

	p.mediumc {
  font-size: 13px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 20px 0px;
}
	
.button-cta {
  display:block;
  width: 250px;
  height: 60px;
  background-color: #a39b68;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
 	
}
	
.button-cta::after {
 display: none;
  
}	
	
}
	

/** -----------------------------------
    テキスト
-------------------------------------**/

h1.large {
  font-weight: bold;
  font-size: 52px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
  background: url( "../images/main.png") no-repeat;
  width: 1920px;
  height:723px;
  display: inline-block;		
}


h2.mlarge {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;
  
}

p.mlargeb {	
  font-weight: bold;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;	
  
}

p.mlargeb2 {	
  font-weight: bold;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;	
  
}

p.mlargeb2::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 60px;
  background: url( "../images/osu.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(25px);
}



p.mlargeb2 > span {
  position: relative;
  display: inline-block;
  text-align: center;	
}
p.mlargeb2 > span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  top: -5px;
  right: -5px;
  background:linear-gradient(transparent 65%, #e8e6df 65%);	
  z-index: -1;
  text-align: center;	
}



.large25 {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
　margin-left: 120px;
	
}

.large25p {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
　
	
}



p.large {
  font-size: 17px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.large2 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;		
}

p.medium {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

p.mediumt {
  font-size: 15px;
  line-height: 0.5;
  letter-spacing: 0.06em;
}

p.mediumm {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: left;
}



/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	
h1.large {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
  background: url( "../images/main.png") no-repeat;
  width: 1920px;
  height:723px;
  display: inline-block;		
}


h2.mlarge {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;
  
}

p.mlargeb {	
  font-weight: bold;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  text-align: center;	
  
}

p.mlargeb2 {	
  font-weight: bold;
  font-size: 20px;
  line-height: 0.5;
  letter-spacing: 0.03em;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;	
  
}
	
p.mlargeb2::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 60px;
  background: url( "../images/osu.png") no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  
}

	
	.large25 {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
  
}




p.large {
  font-size: 15px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.large2 {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;		
}

p.medium {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}

p.mediumt {
  font-size: 13px;
  line-height: 0.5;
  letter-spacing: 0.06em;
}
	

.large25p {
  font-size: 22px;
}	
	
p.mediumm {
  margin-bottom: 40px;
}	
	
}


/** -----------------------------------
    flow
-------------------------------------**/	

.col-4 {
  display: flex;
  justify-content: space-between;
}
.col-4 .item {
  width: calc((100% - 70px)/4);
}

.card {
  height: 100%;
  background-color: #e8e6df;
}

.card-img{
	
}

.card .card-text {
  padding: 10px 24px 10px 24px;
}


.large25f {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  background-color: #e8e6df;
　
}

p.large25f::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow1.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}


.large25g {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
　
}

p.large25g::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow2.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25h {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
　
}

p.large25h::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow3.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25i {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
　
}

p.large25i::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow4.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25j {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
　
}

p.large25j::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow5.gif") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25fb {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  padding-bottom: 8px;	
  background-color: #e8e6df;
　
}

p.large25fb::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow1.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}


.large25gb {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  padding-bottom: 8px;	
  background-color: #e8e6df;
　
}

p.large25gb::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow2.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25hb {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  padding-bottom: 8px;	
  background-color: #e8e6df;
　
}

p.large25hb::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow3.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25ib {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  padding-bottom: 8px;	
  background-color: #e8e6df;
　
}

p.large25ib::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow4.jpg") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}

.large25jb {
  font-size: 20px;
  font-weight: bold;
  margin:5px;
  padding-bottom: 8px;	
  background-color: #e8e6df;
　
}

p.large25jb::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url( "../images/flow5.gif") no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(8px);	
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

.col-4 {
    display: block;
  }
  .col-4 .item {
    width: 100%;
  }	
	
.card {
    margin-bottom: 24px;
  }	
	
.card-img{
	width: 100vw;
}
	
}
	
/** -----------------------------------
    新paso
-------------------------------------**/	

.side-img {
  display: inline-block;
  vertical-align:bottom;
}

p.side-txt {
  display: inline-block;
  width: 700px;
  margin: 50px 0 0 20px;
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.06em;
}

.side-txt::after {
  background: url( "../images/goodchoice.png") no-repeat;
  display: inline-block;
  content: "";
  background-size: contain;
  width: 324px;
  height: 90px;
  margin-left: 65px;
  margin-top: 20px;
  vertical-align:bottom;
    
}


.pasoq{
	background: url( "../images/pasoq.jpg") no-repeat;
	width: 1000px;
	height:461px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
}

p.pasoq-text{
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
    letter-spacing: 0.02em;
	margin:90px 30px 10px 40px;
}


p.largeaka {
  color: #b11313;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;		
}


.largeaka::after {
  background: url( "../images/gusha.png") no-repeat;
  display: inline-block;
  content: "";
  background-size: contain;
  width: 127px;
  height: 90px;
  margin-left: 730px;
  margin-bottom: 40px;
  margin-top: -60px;
  transform: translateY(0.05px);
  float: left;
  
}

.pasoqimg{
	display: none;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {


.pasoq{
	width: 100%;
    height: 100%;
	background: url( "../images/sppaso.jpg") no-repeat;
	background-size: cover;
    position: relative;
	margin: 0 auto;
	display: block;
}
	
.pasoqimg{
	background: url( "../images/sppaso2.jpg") no-repeat;
    position: relative;
	width: 100px;
    height: 210px;
	display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
	
		
	}	

p.pasoq-text{
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
    letter-spacing: 0.03em;
	padding: 20px 20px;
	text-align: center;
	margin: 0px 0px 30px;
}

	p.largeaka {
  color: #b11313;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  
}


.largeaka::after {
  background: url( "../images/gusha.png") no-repeat;
  display: inline-block;
  content: "";
  background-size: contain;
  width: 100px;
  
  margin-left: 115px;
  margin-bottom: 5px;
  margin-top: 15px;
  transform: translateY(0.05px);
  float: left;
  
}
	
	
	.side-img {
   display: flex;
  justify-content: center;
  align-items: center;
}

p.side-txt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.06em;
	margin: 20px 0px;
	width: 100%;
}

.side-txt::after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
     
}



}





/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
  width: 100%;
  height: 577px;
  background : url("../images/main2.png") no-repeat center center / cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}

.copy-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;	
  transform: translate(-50%, -50%);
	
	
}
.maincopy {	
  color: #000;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.11em;
  text-align: center;
  background-color: #fff;
  
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #mainvisual {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/spmain.jpg");
    margin-top: 10px;
    
	
	
  }
 
  .maincopy {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0;
	padding: 0 20px;  
	  
  }
  .copy-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;	
  transform: translate(-50%, -50%);
  	  
  }
 
}


/** -----------------------------------
    画像関連
-------------------------------------**/

.img_pt {
  width: 100%;
  height: 300px;
  margin: 30px 0;
  background: url("../images/point1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.img_pt2 {
  width: 100%;
  height: 300px;
  margin: 30px 0;
  background: url("../images/point2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.img_shop {
  width: 100%;
  height: 369px;
  margin: 30px 0;
  background: url("../images/shop.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	
.img_pt {
  width: 100vw;
  height: 80px;
  background: url("../images/point1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}	
	
.img_pt2 {
  width: 100vw;
  height: 80px;
  background: url("../images/point2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}	
	
.img_shop {
  width: 100%;
  height: 100px;
  background: url("../images/shop.jpg") no-repeat;
  background-size: cover;
  background-position: center;
 margin: 10px 0;	
}		
	
}
	
	
/** -----------------------------------
    装飾
-------------------------------------**/	
 
	
.akasen	{
  border-width: 2px 0 15px 0;
	border-style: double;
	border-color: #b11313;
	margin: 30px 0px;
}

p.large25::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 49px;
  background: url( "../images/check.gif") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(25px);
  
}

p.large25p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 49px;
  background: url( "../images/check.gif") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(25px);
  
}

.im{
	margin: 30px 0px;
	
}


.worksc{
	margin: 0 14px 14px;	
}

.worksb{
	magin: 0 0 14px;
}

.type{
  display: grid;
  grid-template-columns: 235px 235px 235px 235px;
  grid-gap: 15px;
  background-color: #fff;
  color: #444;

}

.box {
  margin: 0px;
  
}


hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}




/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

.type{
  display: block;


}
	
.box {
  
  text-align: center;
  
}
	
.im{
	margin: 10px 0px;
	max-width: 100vw;	
	
}
	
.worksc{
	margin: 10px 0px;
	width: 100vw;
}

.worksb{
	margin: 10px 0px;	
	width: 100vw;
}
	

p.large25p::before {
  
  width: 30px;
  height: 39px;
  transform: translateY(18px);
  
}	
	
}

/** -----------------------------------
    point
-------------------------------------**/	

.point{
	background-color: #e8e6df;
	padding: 30px;
}

.point2{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 50px;
}

p.mediump {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin:0 70px;
}

.large25b {
  font-size: 25px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-left: 20px;	
}

p.large25b::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 34px;
  background: url( "../images/1.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(8px);	
}

.large25c {
  font-size: 25px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-left: 20px;
}

p.large25c::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 34px;
  background: url( "../images/2.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(8px);	
}

.large25d {
  font-size: 25px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-left: 20px;	
}

p.large25d::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 34px;
  background: url( "../images/3.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(8px);	
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

.point{
	background-color: #e8e6df;
	padding: 20px;
}

.point2{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 20px;
}
	
	.large25b {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0px;
  text-align: center;		
}
	
p.large25b::before {
  content: "";
  display: block;
  width: 35px;
  height: 34px;
  background: url( "../images/1.png") no-repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 20px;
  transform: translateY(8px);	
}	

.large25c {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0px;
  text-align: center;	
}

p.large25c::before {
  content: "";
  display: block;
  width: 35px;
  height: 34px;
  background: url( "../images/2.png") no-repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 20px;
  transform: translateY(8px);	
}	
	
.large25d {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
	
p.large25d::before {
  content: "";
  display: block;
  width: 35px;
  height: 34px;
  background: url( "../images/3.png") no-repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 20px;
  transform: translateY(8px);	
}
	
	
p.mediump {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 10px;
}	
	
}

/** -----------------------------------
    スライダー
-------------------------------------**/	

.loop_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  height: 135px;
  overflow: hidden;

}



.loop_wrap img {
  width: auto;
  max-width: fit-content;
  height: 100%;
  will-change: transform;
}

.loop_wrap img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_wrap img + img {
    -webkit-animation: loop2 100s linear infinite;
    animation: loop2 100s linear infinite;
}


@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@media (min-width: 900px) {
  .loop_wrap {
    /*height: calc(100vw * .17);*/
    height: 135px;
  }
  .loop_wrap img {
    width: auto;
    max-width: fit-content;
    height: 100%;
    /*min-width: 110vw;*/
  }
}


/** -----------------------------------
    見出し
-------------------------------------**/


.icon {
  display: block;
  margin: auto;
  margin-top: 50px;
 
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	
.icon {
  display: block;
  margin: auto;
  margin-top: 20px;
 
}	
	
	
}



/** -----------------------------------
    ボタン
-------------------------------------**/

.button-k {
  display:block;
  width: 450px;
  height: 70px;
  background-color: #e8e6df;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;　
 	
}

.btn01 {
	display:block;
    width: 450px;
    height: 70px;
	font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 70px;
	text-align: center;
	background: #e8e6df;
	transition: .4s;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	
	
	
	/*--水平方向 垂直方向 色--*/
	box-shadow: 2px 2px #a39b68;
}

.btn01:hover {

	/*--水平方向 垂直方向 色--*/
	box-shadow: 0px 0px #a39b68;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

.btn01 {
	display:block;
    width: 310px;
    height: 65px;
	font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 70px;
	text-align: center;
	background: #e8e6df;
	transition: .4s;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;	
}

}	
	


/** -----------------------------------
    フッター
-------------------------------------**/	

#footer{
	height: 600px;
	
}

.footer-logo {
  margin: 0 auto;
  
	
}

.btnf {
	display:block;
    width: 100%;
    height: 80px;
	font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 80px;
	text-align: center;
	background: #e8e6df;
	transition: .4s;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.fgnav-pc-wrap {
    height: 80px;
	align-items: center;
    background-color: #e8e6df;

}

ul.fgnav-pc{
	margin: 80px 0px 0px;
	
}


ul.fgnav-pc li {
  display: inline;
  margin-right: 40px;
  padding-top: 30px; 
}


ul.fgnav-pc li a {
  font-family: 'Cabin', sans-serif;
  font-size: 22px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: bold;
}

ul.fgnav-pc li a:hover {
  color: #a39b68;
}

.ctaf {
  padding: 10px 0 30px;
}

p.ctatextf {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 20px 0 10px;
}
	

.button-f {
  display:block;
  width: 296px;
  height: 70px;
  background-color: #a39b68;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
 	
}

.copyright{
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 15px;
}
	
	

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

#footer{
	height: 450px;
	
}	
.btnf {
	display:block;
    width: 100%;
    height: 10px;
	
}
	
.ctaf {
  padding: 10px 0 10px;
}	
	
	
ul.fgnav-pc{
  display: none;	
}	
	
.fgnav-pc-wrap {
    display: none;

}	
	
p.ctatextf {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 20px 0 10px;
}	
	
	
}

	

	