html, body { height: 100%; }

body {
  margin: 0;
text-align: center;
padding:0px;
word-wrap: break-word ; 
font-size: 1.5vw;
line-height: 180%; 
font-family: "Helvetica Neue", "Helvetica",helvetica,'Open Sans', sans-serif, 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', Meiryo, "メイリオ", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",MS Gothic;
font-style: normal;
color: #000;
font-feature-settings: "palt";
background-color:#fff;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
body {
font-size: 3vw;
line-height: 200%; 
}
}

dl,dt,dd,ul,li {
	margin:0px;
	padding: 0px;
}


img {
	border: 0px;
	vertical-align:bottom;
}


ol,ul{list-style:none;}

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

a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

a div:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}



#border {
	width: 100%;
	border-top: 7px solid #009B40;
    position: fixed;
		    z-index: 10000;
		     pointer-events: none;
}


.clear {
	clear: both;
}



#p01,#p02,#p03,#p04,#p05,#p06,#p07,#p08,#map {
   margin-top:-120px;
  padding-top:120px;
}
.in {
-webkit-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
  transform: translate(-100%, 0);
      opacity: 0;
       -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.in.show {
transform: translate(0, 0) !important;
    opacity: 1;
     -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

.inl {
-webkit-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
  transform: translate(0, 300px);
      opacity: 0;
       -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.inl.show {
transform: translate(0, 0) !important;
    opacity: 1;
     -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

.marker{
  background: #000;
  display: inline;
  padding: 2px;
  color:#fff;
}

@keyframes SlideIn {
  0% { opacity: 0; transform: scale(0.1)  translate(-500px, 0);}
  100% { opacity: 1; transform: scale(1.0) translate(0,0);}
}


@keyframes UIn {
  0% { 
  opacity: 0; 
  transform: translate(0, 300px);
  -webkit-transform: -webkit-translate(0, 300px);
  }
  100% { 
  opacity: 1; 
  transform: translate(0,0);
  -webkit-transform: -webkit-translate(0, 0);
  }
}

@keyframes HeadIn {
  0% { 
  opacity: 0; 
  transform: scale(0.1) translate(0, -500px);
  -webkit-transform: -webkit-scale(0.1) -webkit-translate(0, -500px);
  }
  100% { 
  opacity: 1; 
  transform: scale(1.0) translate(0,0);
  -webkit-transform: -webkit-scale(1.0) -webkit-translate(0, 0);
  }
}

@keyframes rotation1{
  0%{ 
  opacity: 0; 
  transform: scale(0.1) rotate(0);
  -webkit-transform: -webkit-scale(0.1) -webkit-rotate(0);
  }
  100%{ 
  opacity: 1; 
  transform: scale(1.0) rotate(-360deg); 
  -webkit-transform: -webkit-scale(1.0) -webkit-rotate(-360deg);
  }
}


/* Menu */

.uin {
  animation: SlideIn .5s ease-out;
}

.hin {
  animation: HeadIn .45s ease-out;
}

.rin {
  animation: SlideIn .3s ease-out;
}

header {
  padding:0px 5% 0px 5%;
	margin: 50px 0px 50px 0px;
background-color:#fff;
	       font-size: 14px;
  line-height: 200%; 
  text-align: left;
}

header a h1{
	width: 500px;
	height: 75px;
  text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	 background: url(https://kaitorihanbaiichiba.net/images/kaitori.png);
  background-position: left center;
background-size: 500px 75px;
background-repeat: no-repeat;
	display:inline-block;
	text-indent:-9999em;
	    overflow: hidden;
}

header a:hover h1{
opacity:1.0 !important;
filter: alpha(opacity=100) !important;
-ms-filter: "alpha( opacity=100 )" !important;
}


.hide{
    transform: translateY(-60px);
  -webkit-transform: -webkit-translateY(-60px);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
header {
	height: 56px;
}
header a h1{
	width: 373px;
	height: 56px;
  text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	 background: url(https://kaitorihanbaiichiba.net/images/kaitori.png);
  background-position: left center;
background-size: 373px 56px;
background-repeat: no-repeat;
	display:inline-block;
	text-indent:-9999em;
}
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-120%);
}


.is-show {
  transform: translateY(0);
}


.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 75px;　
   z-index: 1000; 
   transform: translate3d(0px,0px,100px)!important;
      -webkit-transform: translate3d(0px, 0px, 100px)!important;
}

.mid-menu {
  display: table; 
  background-color:#fff;
  width:100%;
    height: 100px; }

.mid-menu li{
  display: table-cell; 
  width: 12%; 
  border-right: 1px dotted #999;
vertical-align: middle;
font-style: normal;
font-weight: 900;
font-family:'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std';
font-size: 1.3vw;
  }
  
@media screen and (max-width: 767px)  {
.mid-menu {
  display: none;
}
}


.luxbar-default {
  width: 100%;
  position: relative; }

.luxbar-static {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }


.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 40px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: inline-block;
  margin: 0 auto 80px auto ;}


.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
			margin: 0px auto 0px auto; }

.luxbar-brand {
  padding: 0px 24px 0px 24px; }

.luxbar-menu {
margin: -50px auto 0px auto;
  position: relative;
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; 
  }

@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-menu {
margin: -50px auto 0px auto;
padding-left: 15px;
  position: relative;
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; }
}

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0; 
  padding: 0 15% 0 15%;
  text-align:left;
  }


.luxbar-item {
font-weight: 900;
font-family:'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std';
    font-size: 160%; 
	line-height: 200%; 
	padding: 0px;
    margin: 0; }

@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-item {
	    font-size: 130%; 
    line-height: 180%; }
}

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  color: #fff; }
 
.luxbar-menu a:hover, .luxbar-item a:hover{
  color: #ccc; 
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

      
.luxbar-hamburger {
	margin: 0px auto 0px auto;
	color: #000;
  padding: 15px 20px 10px 20px;
    position: fixed;
    top: 20px;
    right: 0;
  cursor: pointer; 
   z-index: 10002;
   transform: translate3d(0px,0px,102px)!important;
      -webkit-transform: translate3d(0px, 0px, 102px)!important; ;
  }
  
@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-hamburger {
    top: 10px;
  }
}


.luxbar-hamburger span::before, .luxbar-hamburger span::after {
content: "";
position: absolute; }
.luxbar-hamburger span::before {
    margin-top: -5px; }
.luxbar-hamburger span::after {
    margin-top: 5px; }

    
.luxbar-checkbox {
  display: none; }
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height:50px; }


    
  .luxbar-checkbox:checked ~ .luxbar-menu {
  background-color:#000;
    transition: height 0.6s ease;
    margin-top:0px;
    height: 100vh;
    overflow: auto; }


@media screen\0 {
  .luxbar-checkbox ~ .luxbar-menu .luxbar-item{
    display: none;
  }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    padding-top:20px;
  } 
  .luxbar-checkbox:checked ~ .luxbar-menu .luxbar-item {
    display: block;
  } 
}

.luxbar-checkbox + .luxbar-menu div {
  margin: 10px 0px 0px 0px; 
  font-size: 14px;
  line-height: 100%; 
  }

@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-checkbox + .luxbar-menu div{
  margin: 10px 0px 0px 0px; 	
  font-size: 14px; }
}

.luxbar-checkbox:checked + .luxbar-menu div::after {
  clear:both;}
 
  
.dropdown{position:relative;height:auto;min-height:60px}

.dropdown:hover>ul{position:relative;display:block;min-width:100%}

.dropdown>a::after{position:absolute;content:'';right:10px;top:25px;border-width:5px 5px 0;border-color:transparent;border-style:solid}

.dropdown>ul{display:block;overflow-x:hidden;list-style:none;padding:0}

.dropdown>ul .luxbar-item{min-width:100%;height:29px;padding:5px 10px 5px 40px}

.dropdown>ul .luxbar-item a{min-height:29px;line-height:29px;padding:0}
  
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }
  
.luxbar-menu-light,.luxbar-menu-light .dropdown ul{color:#fff}
.luxbar-menu-light .luxbar-hamburger span,.luxbar-menu-light .luxbar-hamburger span::before,.luxbar-menu-light .luxbar-hamburger span::after{background-color:#000;}

.luxbar-checkbox:checked + .luxbar-menu-light .luxbar-hamburger{color:#fff;}
.luxbar-checkbox:checked + .luxbar-menu-light .luxbar-hamburger span,.luxbar-checkbox:checked + .luxbar-menu-light .luxbar-hamburger span::before,.luxbar-checkbox:checked + .luxbar-menu-light .luxbar-hamburger span::after{background-color:#fff;}

.menu-sns, .menu-logo{
    display:none;
}

.luxbar-checkbox:checked + .luxbar-menu-light .menu-sns{
    display:block;
    text-align:left;
        position: absolute;
    bottom: 15%;
    left: 15%;
}

.menu-sns img{
    width: auto;
    height: 40px;
    padding: 0px 20px 0px 0px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-checkbox:checked + .luxbar-menu-light .menu-sns{
    bottom: 15%;
    left: 2%;
    }
.menu-sns img{
    height: 30px;
    padding: 0px 15px 0px 0px;
}
}

.head-sns{
    display:block;
    text-align:right;
        position: absolute;
    top: 17px;
    right: 17px;
    width: 300px;
}

.head-sns img{
    width: auto;
    height: 27px;
    padding: 0px 10px 0px 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.head-sns{
    display:block;
    text-align:right;
        position: absolute;
    top: 12px;
    right: 5px;
    width: 200px;
}

.head-sns img{
    width: auto;
    height: 20px;
    padding: 0px 5px 0px 5px;
}
}

.head-sns a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.luxbar-checkbox:checked + .luxbar-menu-light .menu-logo{
    display:block;
    text-align:right;
        position: absolute;
    bottom: 15%;
    right: 15%;
}

.menu-logo img{
    width: 187px;
    height: auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.luxbar-checkbox:checked + .luxbar-menu-light .menu-logo{
    bottom: 15%;
    right: 2%;
    }
.menu-logo img{
    width: 90px;
    height: auto;
} 
}

/* Fonts */


h2{
    font-size: 150%;
  line-height: 150%;
    text-align:center;
       	margin: 50px auto 50px auto;
font-style: normal;
font-weight: normal;
background: #fff;
}

h2.bl{
color: #000!important;
}

.top-contents05 h2.red{
	color:#F70239;
          border-bottom:solid 4px #F70239;
          display:inline-block;
  }
  
h3{
    font-size: 120%; 
  line-height: 120%;
    text-align:center;
       	padding: 5px 0px 5px 0px;
       	margin: 5px 0px 5px 0px;
}

.font-g-12px{
	font-size: 12px;
	line-height:140%;
	color: #333333;
	font-weight: bold;
}

.font-w-12px{
	font-size: 12px;
	line-height:140%;
	color: #ffffff;
}
.font-w-14px{
	font-size: 14px;
	line-height:140%;
	color: #ffffff;
}
.font-g-14px{
	font-size: 14px;
	line-height:140%;
	color: #333333;
}
.font-g-16px{
	font-size: 16px;
	line-height:140%;
	color:#333333;
	font-weight: bold;
}
.font-b-16px{
	font-size: 16px;
	line-height:140%;
	color:#00877D;
	font-weight: bold;
}

.purple{
	color:#924898;
}

.blue{
	color:#005bac;
}

.red{
      color: #F70239;
}

.magenta{
	color: #D52558;

	}
.gray{
	color: #555555;
	}
	
big{
	font-size: 150%;
	line-height:160%;
	font-weight: bold;
}

.button-box {
	  text-align: center;
	margin: 20px auto 20px auto;
}


.button, .top-contents03-ban .button{
  display: inline-block;
  min-width: 200px;
  font-size: 120% !important;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
	line-height:200%;
  overflow: hidden;
  padding: 0 20px 0  20px;
}

.top-contents02-txt .button {
  color: #fff;
}

.top-contents05-txt .button,.top-contents07-txt .button {
  background-color:#F70239;
  border: 2px solid #F70239;
  color: #fff;
  }
  
.button:hover {
  color: #000;
    background-color: #fff;
}



  @media screen and (max-width: 767px) and (orientation: portrait) {
.button-box {
	  text-align: center;
	margin: 10px auto 10px auto;
}
.button {
  display: block;
  min-width: 200px;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
	line-height:200%;
  overflow: hidden;
  padding: 0 10px 0  10px;
}
}

.triangle {
    display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #454545 transparent transparent transparent;
      margin: 15px auto 15px auto;
      text-align:center;
}

/* Top*/

#base{
	width: 100%;
	margin: 0px;
	padding: 0px;
		    z-index: 10;
	}	

.main-img{
width: 100%;
height: 100%;
min-height: 630px;
 background: url(/garcons/images/main-img.jpg) center 60px #fff;
 background-repeat: no-repeat;
 background-attachment: fixed;
    -webkit-background-size: cover;
 background-size: cover;
 color: #000;
  }

@media screen and (max-width: 1024px) and (orientation: portrait) {
.main-img{
	min-height:100%;
 background: url(/garcons/images/main-img-sp.jpg) center 40px #fff no-repeat;
 background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation: portrait)  {
.main-img{
	min-height:100%;
 background: url(/garcons/images/main-img-sp.jpg) center 40px #fff no-repeat;
 background-size: 100% auto;
}
}

.main-txt01{
width:38%;
  max-width: 470px;
position: absolute;
	top: 80px;
	left: 20%;
}

	
@media screen and (max-width: 1024px) and (orientation: portrait) {
.main-txt01{
width:70%;
position: absolute;
	top: 10%;
	left: 5%;
}
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.main-txt01{
width:70%;
position: absolute;
	top: 10%;
	left: 5%;
}
}

  
.contents{
background-color:#fff;
background-image:radial-gradient(#eee 30%,transparent 30%);
background-size:20px 20px;
      color: #000;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }


.contents-txt {
  margin:auto;
  padding: 5%;
      text-align:center;
       background: #fff;
          color:#000;
}

.contents-txt a{
    color: #222;
	border-bottom:2px solid #222;
}

.contents-txt a.nob{
	border-bottom:none;
}


#blog .contents-txt {
  margin:auto;
  padding: 5%;
      text-align:left;
       background: #fff;
          color:#000;
}

.contents-txt img{
  max-width:100%;
  height:auto;
}


.top-contents01 {
  margin: auto;
  padding: 0 15% 0 15%;
    height: 120%;
     background: url(/garcons/images/img01.jpg) center center no-repeat;
 background-attachment: fixed;
-webkit-background-attachment: fixed;
 background-size: cover;
-webkit-background-size: cover;
 -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  }

@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents01 {
  padding: 0 5% 0 5%;
    height: 100%;
    background: none !important;
  }
.top-contents01::before {
	background-color: #000;
 background-image: url(/garcons/images/img01.jpg);
 background-repeat: no-repeat;
    -webkit-background-size: auto 100vh;
 background-size: auto 100vh;
  background-position: center center;
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  }
}

.top-contents01 h2{
    font-size: 300%;
  line-height: 125%;
    text-align:left;
       	margin: 30px auto 30px -5%;
  }

.top-contents01 h2 span{
  display: inline-block;
    text-align:left;
   color: #fff;
 background: #000000;
   padding: 0;
   margin: 5px;
     vertical-align: middle;
  }
  
@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents01 h2{
       	margin: 30px auto 30px -5%;}
}
  
.top-contents01-txt {
	padding:100px 0 50px 0;
 height: 100%;
  text-align:left;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents01-txt {
	padding:50px 0 50px 0;
 height: 100%;
  text-align:left;
}
}
  
.top-contents02 {
 background: url(/garcons/images/img02.jpg) center center  no-repeat #000;
background-size:cover;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents02-txt {
  margin:auto;
  padding: 5%;
      text-align:center;
       background: #fff;
          color:#000;
}

#blog .top-contents02-txt {
  padding: 0;
}

#blog .top-contents02-txt a{
  border: 0!important;
}

.top-contents02-txt div{
 width:30.5%;
  margin: 0 1% 20px 1%;
font-size: 0.9vw;
  color: #000;
display:inline-block;
    vertical-align: top;
          text-align:left;
  }


 @media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents02-txt div{
 width:47%;
  margin: 0 1% 20px 1%;
  font-size: 1.8vw;
  }
}
 
.top-contents02-txt div img{
 width:100%;
 height: auto;
 margin: auto;
  }

.top-contents02-txt h3{
         font-size: 110%;
           line-height: 120%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
 
.top-contents02-txt p{
           line-height: 120%;
      color: #000;
   margin: 0;
  }
  
.top-contents02-txt img.coming {
 width:18%;
  height:auto;
  margin: 0 0 0 5%;
  }

 @media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents02-txt img.coming {
 width:43%;
  height:auto;
  margin: 0 0 0 5%;
  }
}


.top-contents03 {
 background: url(/garcons/images/img03.jpg) center bottom  no-repeat #000;
background-size:cover;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents03-txt {
  margin:auto;
  padding: 5%;
      text-align:left;
       background: #fff;
          color:#000;
}

.top-contents03-txt div{
 width:80%;
  margin: 0 auto 20px auto;
font-size: 1.2vw;
  color: #000;
display:block;
    vertical-align: top;
  }

 @media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents03-txt div{
      font-size: 2.2vw;
  }
}
 
.top-contents03-txt div img{
 width:100%;
 height: auto;
 margin: auto;
  }

.top-contents03-txt h3{
         font-size: 110%;
           line-height: 110%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
 
     
.top-contents03-txt p{
           line-height: 110%;
      color: #000;
   margin: 0;
  }

     
.top-contents03-ban div{
width:23.5%;
padding: 10px 0.5% 0 0.5%;
display:inline-block;
vertical-align: top;
font-size: 80%;
line-height: 120%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents03-ban div{
width:48%;
}
}

.top-contents04 {
background-color:#fff;
background-image:radial-gradient(#eee 30%,transparent 30%);
background-size:20px 20px;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents04-txt {
  margin:auto;
  padding: 0;
      text-align:center;
       background: #fff;
          color:#000;
display: table;
 border-collapse: separate;
 border-spacing: 10px 10px; 
}

.top-contents04-txt div{
 width:29%;
  padding: 1%;
  margin: 0 auto 20px auto;
font-size: 1.2vw;
  color: #000;
display: table-cell;
  vertical-align: top;
          text-align:left;
          border:solid 4px #000;
  }


 @media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents04-txt div{
 width:90%;
  margin: 0 auto 20px auto;
  display: block;
      font-size: 2.2vw;
  }
}
 
.top-contents04-txt div img{
 width:100%;
 height: auto;
 margin: auto;
  }

.top-contents04 h2{
	color:#F70239;
          border-bottom:solid 4px #F70239;
          display:inline-block;
  }
  
 
.top-contents04-txt h3{
         font-size: 150%;
           line-height: 110%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
 
.top-contents04-txt p{
           line-height: 110%;
      color: #000;
   margin: 0;
  }

.top-contents05 {
background-color:#000;
      color: #fff;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents05-txt {
  margin:auto;
  padding: 10%;
      text-align:center;
       background: #fff;
          color:#000;
}

#blog .top-contents05-txt {
  padding: 0;
}

.top-contents05 h2{
      color: #fff;
  }
  
 
.top-contents05-txt h3{
         font-size: 150%;
           line-height: 150%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
 
  
.top-contents05-txt h3.f01{
	 background: url(/garcons/images/flow-icon01.gif) left center no-repeat;
background-size: 50px auto;
  padding: 0 0 0 55px;
  }
 
.top-contents05-txt h3.f02{
	 background: url(/garcons/images/flow-icon02.gif) left center no-repeat;
background-size: 50px auto;
  padding: 0 0 0 55px;
  }

.top-contents05-txt h3.f03{
	 background: url(/garcons/images/flow-icon03.gif) left center no-repeat;
background-size: 50px auto;
  padding: 0 0 0 55px;
  }

.top-contents05-txt h3.f04{
	 background: url(/garcons/images/flow-icon04.gif) left center no-repeat;
background-size: 50px auto;
  padding: 0 0 0 55px;
  }
  
  @media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents05-txt {
  margin:auto;
  padding: 5%;
      text-align:center;
       background: #fff;
          color:#000;
}
.top-contents05-txt h3.f01,.top-contents05-txt h3.f02,.top-contents05-txt h3.f03,.top-contents05-txt h3.f04{
background-size: contain;
  padding: 0 0 0 35px;
  }
}

   
.top-contents05-txt h3 span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display:inline-block;
	position: absolute;
	top: -40px;
	left: -40px;
}
 
@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents05-txt h3 span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display:inline-block;
	position: absolute;
	top: -20px;
	left: -20px;
}
}

.top-contents05-txt p{
           line-height: 120%;
      color: #000;
   margin: 0;
  }

.top-contents05-txt div{
  padding: 5%;
  margin: 0px auto 0px auto;
  color: #000;
  vertical-align: top;
          border:solid 4px #000;
                text-align:left;
  }
  
.top-contents06 {
background-color:#fff;
background-image:radial-gradient(#eee 30%,transparent 30%);
background-size:20px 20px;
      color: #000;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents06-txt {
  margin:auto;
  padding: 0;
      text-align:left;
       background: #fff;
          color:#000;
}

.top-contents06-txt div{
  margin:auto;
  padding: 10%;
      text-align:left;
       background: #fff;
          color:#000;
          border:solid 4px #000;
}
  
 
.top-contents06-txt h3{
         font-size: 150%;
           line-height: 110%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
 
.top-contents06-txt p{
      color: #000;
   margin: 0;
  }

.top-contents06-txt .qa01{
      color: #F70239;
            	font-weight: bold;
  }
 
.top-contents06-txt .qa02{
  margin-bottom: 25px;
  }   

.top-contents07 {
 background: #000;
      color: #fff;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents07-txt {
  margin:auto;
  padding: 10%;
      text-align:left;
       background: #fff;
          color:#000;
}

.top-contents07 h2{
      color: #fff;
  }
  
 
.top-contents07-txt h3{
         font-size: 150%;
           line-height: 110%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #F70239;
                border-bottom:solid 4px #F70239;
          display:inline-block;
  }
  

.top-contents07-txt h3.cen{
      text-align:center !important;
      margin: auto !important;
  }
  
.top-contents07-txt p{
           line-height: 120%;
  }


.top-contents07-txt-left{
 width:48%;
  margin: 0 1% 20px 0;
  float:left;
  }
 
.top-contents07-txt-left img{
 width:100%;
 height: auto;
 margin: auto;
  }

.top-contents07-txt-right{
 width:48%;
  margin: 0 0 20px 1%;
    float:right;
    font-size: 1.2vw;
  }

img.mon{
float:right;
 width:85px;
  } 
  
@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents07-txt-left{
 width:90%;
  margin: 0 auto 20px auto;
  float:none;
  }
 
.top-contents07-txt-right{
 width:90%;
  margin: 0 auto 20px auto;
  float:none;
      font-size: 2.2vw;
  } 
img.mon{
 width:45px;
  } 
}

.top-contents-b {
background-color:#000;
      color: #fff;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents-b-txt {
  margin:auto;
  padding: 10%;
      text-align:center;
       background: #fff;
          color:#000;
}

.top-contents-b h2{
      color: #fff;
  }
  
 
.top-contents-b h3{
         font-size: 150%;
           line-height: 150%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }
  
  
.top-contents-w {
background-color:#fff;
background-image:radial-gradient(#eee 30%,transparent 30%);
background-size:20px 20px;
      color: #000;
  margin: 0 auto 0 auto;
    padding: 10%;
      text-align:center;
  }

.top-contents-w-txt {
  margin:auto;
  padding: 0;
      text-align:left;
       background: #fff;
          color:#000;
}

.top-contents-w-txt div{
  margin:auto;
  padding: 10%;
      text-align:left;
       background: #fff;
          color:#000;
          border:solid 4px #000;
}
.top-contents-w-txt div.gallery{
  margin:auto;
  padding: 0;
      text-align:center;
       background: #fff;
          border:none;
}

  
.top-contents-w h3{
         font-size: 150%;
           line-height: 110%;
  font-style: normal;
font-weight: 900;
  padding: 0;
      color: #000;
  }

.top-contents-w a{
    color: #222;
	border-bottom:2px solid #222;
  }
    
h2.line,.top-contents-w h2.line{
	color:#F70239;
          border-bottom:solid 4px #F70239;
          display:inline-block;
  }
 
h3.sline{
	color:#F70239 !important;
          border-bottom:solid 4px #F70239 !important;
          display:inline-block !important;
  } 

@media screen and (max-width: 767px) and (orientation: portrait) {
.top-contents-b-txt {
  padding: 5%;
}
  }
  
#map{
text-align: center;
}

#map iframe{
	width: 100% !important;
	height: 500px !important;
	         -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin:auto;
}

	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
	
	

#gallery-1,#gallery-2,.gallery {
				margin: auto;
				border: 0px !important;
			}
			#gallery-1 .gallery-item,#gallery-2 .gallery-item,.gallery .gallery-item {
				float: left;
				padding-top: 4%;
				text-align: center !important;
				border: 0px !important;
			}
			#gallery-1 img,#gallery-2 img,.gallery img{
				width: 98% !important;
				height:auto !important;
				border: 0px !important;
			}
			#gallery-1 .gallery-caption,#gallery-2 .gallery-caption,.gallery .gallery-caption{
				margin-left: 0 !important;
			}
			
			#gallery-1 dt,#gallery-2 dt.gallery dt {
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 0px;
	border-bottom:0px;
}

@media screen and (max-width: 767px) {
#gallery-1 .gallery-item,#gallery-2 .gallery-item,.gallery .gallery-item {
	width:45% !important;
			}
}

  
.sen {
	width: 100%;
	margin: 30px 0px 30px 0px;
	border-top: 1px dotted #333;
}

.square{
	clear:left;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	padding: 5px;
	}
	
.img-left{

	float:left;

	margin-right: 10px;

	}

.img-right{

	float:right;

	margin-left: 10px;

	}
	




  /* Footer
-----------------------------------------*/


.footer {
  margin: auto;
       z-index: 100;
       font-size: 80%;
}

.footer a{
	color: #000;
}

.footer h2{
    font-size: 150%;
    text-align:left;
       	margin: auto;
  }

.footer h3{
    font-size: 125%;
    text-align:left;
       	margin: auto;
  }

.footer01{
background-color:#fff;
	color: #000;
  padding:5%;
display:block;
    text-align: left;
}

.footer01 dl{
padding:15px 0 0 0;
  }
    
.footer01 dt{
    font-size: 110%;
    text-align:left;
font-weight: bold;
padding: 0 0 0 18px;
  }



.footer01 dd {
padding: 0 0 0 18px;
margin: 0;
line-height: 110%; 
}

.footer01 dd.footer01-ban {
padding: 0 0 0 0;
}

.footer01 dd.footer01-ban div{
width:18%;
padding: 0 1% 10px 0;
display:inline-block;
vertical-align: top;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.footer01 dd.footer01-ban div{
width:31%;
}
}

.footer01 dd.footer01-ban p{
padding: 0;
margin: 0;
}

.footer01 dd.footer01-ban div img{
width:100%;
height:auto
}

.footer02{
background-color:#000;
	color: #fff;
  padding:5%;
display:block;
    text-align: left;
}

.footer02 h2{
	color: #fff;
	background-color:#000;
}

.footer02 a{
	color: #fff;
}


.footer02 dd {
position: relative;
padding: 0 0 0 18px;
margin: 0;
}

.footer02 dd:before {
position: absolute;
top: 0;
left: 0;
content: '»';
}


.alignright {
	float: right;
	padding: 0px 0px 20px 20px;
	}

.alignleft {
	float: left;
	padding: 0px 20px 20px 0px;
	}

#topcontrol { z-index: 1000; }	

img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }

.uke{
width:90%;
margin:auto;
}

.uke dt{
font-weight: normal;
display: inline-block;
width:39%;
vertical-align: top;
text-align: left;
margin:5px 1% 5px 0;
padding:5px 0 5px 0;
}

.uke dd{
font-weight: normal;
display: inline-block;
width:59%;
vertical-align: top;
text-align: left;
margin:5px 0 5px 0;
padding:5px 0 5px 0;
}

.uke dd input[type="text"],.uke dd input[type="email"], .uke dd textarea{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
width:100%;
padding: 5px 2.5px 5px 2.5px;
vertical-align:top; 
border:solid 1px #ccc;
line-height: 200%; 
}

.uke dd input[type="text"].form50{
width:48%;
}

.uke input[type="radio"] {
  width: 20px;
  height: 20px;
  top: 2px;
  position: relative;
}

.uke input[type="checkbox"] {
  width: 20px;
  height: 20px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

.uke input[type="file"].wpcf7-file  {
        width: 100% !important;
        padding: 5px 0px 5px 0px; 
        font-size: 120%;
      color: #F70239;
}

input[type="submit"].wpcf7-submit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
width: 330px !important;
display: block;
margin:auto;
padding: 5px 10px 5px 10px;
vertical-align:top; 
  color: #fff;
  background: #000;
line-height: 200%;    
font-size: 25px;
  cursor: pointer;
}


input[type="submit"].wpcf7-submit:hover { 
  color: #fff;
  background: #999;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.uke{
width:100%;
margin:auto;
}
.uke dt,.uke dd{
display: block;
width:100%;
vertical-align: top;
text-align: left;
margin:0px 0 15px 0;
}
input[type="submit"].wpcf7-submit {
width: 90% !important;
}
}

.hissu {
display: inline-block;
margin:2px;
padding: 2px 3px 2px 3px;
vertical-align:top; 
  color: #fff;
  background: #ccc;
  font-size: 80%;
  line-height: 140%;    
}

.contents-left{width:80%;text-align:justify;float:left;padding:20px 0 20px 0;margin:0}
.contents-right{width:16%;text-align:left;padding:20px 0 20px 20px;margin:0;float:right;word-break: break-all;}

@media screen and (max-width: 767px) and (orientation: portrait) {
.contents-left{width:100%;text-align:left;float:none;padding:20px 0 20px 0;margin:0}
.contents-right{width:100%;text-align:left;padding:20px 0 20px 20px;margin:0;float:none;word-break: break-all;}
}

.contents-left img{
	max-width:100%;
	height:auto}
.wp-tag-cloud{
  font-size: 80%;
  word-break: break-all;
  }
.wp-tag-cloud li{
  display: inline;
          margin: 0px !important;
          padding:0px !important;
    }
    
.wp-tag-cloud li a{
  font-size: 80%;
  line-height: 120%; 
  display: inline-block;
  word-break: break-all;
          background: #eee;
          	border-bottom:none;
    }
.cmenu{
  font-size: 80%;
line-height: 130%; 
          margin:0px 0px 15px 0px;
  }
.cmenu li{
          margin: 0px !important;
          padding:5px 0px 5px 0px!important;
    }
    
.cmenu h3{
    font-size:18px; 
  }
  
.ban {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 220px;
    animation: SlideIn2 0.3s ease-in-out;
        		    z-index: 100000;
        		       transform: translate3d(0px,0px,101px)!important;
      -webkit-transform: translate3d(0px, 0px, 101px)!important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.ban {
    width: 110px;
        top: auto;
        bottom:60px;
    }
    }
	
.ban a{
    display: block;
      margin: 5px auto 5px auto;
              box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

@keyframes SlideIn2 {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ban img{
    width: 100%;
    height:auto;
}

.comment-box{
    padding: 20px;
      margin: 15px auto 15px auto;
  border: 1px dotted #999;
}

.fuki-right{
width: 100%;
text-align: left;
padding: 0px 0px 50px 0px;
position: relative;
margin: auto  ;
background-position: top right;
background-repeat: no-repeat;
}

.fuki-right div {
width: 80%;
border: 2px solid #ccc;
border-radius: 20px;
-moz-border-image: border-radius: 20px;
-webkit-border-image: border-radius: 20px;
padding: 2%;
background-color: #FFFFFF;
margin: 0 0 0 0;
line-height: 130%; 
}
.fuki-right div:after,
.fuki-right div:before {
content: ' ';
position:absolute;
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
border-left: solid 20px #ccc;
top: 25%;
right: calc(15.7% - 20px);
right: webkit-calc(15.7% - 20px);
}


.hoshi {
background-image: url("/garcons/wp-content/uploads/2022/03/hoshi-769x1024.jpg");
background-size:10% auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.fuki-right div {
width: 66.6%;
border: 2px solid #ccc;
border-radius: 20px;
-moz-border-image: border-radius: 20px;
-webkit-border-image: border-radius: 20px;
padding: 3%;
background-color: #FFFFFF;
margin: 0 0 0 0;
line-height: 130%; 
font-size: 90%;
}
.fuki-right div:after,
.fuki-right div:before {
content: ' ';
position:absolute;
border-top: solid 8px transparent;
border-bottom: solid 8px transparent;
border-left: solid 16px #ccc;
top: 22.5%;
right: calc(28.2% - 20px);
right: webkit-calc(28.2% - 20px);
}


.hoshi {
background-image: url("/garcons/wp-content/uploads/2022/03/hoshi-769x1024.jpg");
background-size:20% auto;
}
}

.kansen{
background:#0E4F97;
padding:5px;
}

.kansen dt{
background:#0E4F97;
color:#D9DC24;
font-size: 200%;
padding:5px;
text-align:center;
font-style: bold;
}

.kansen dd{
background:#fff;
color:#0E4F97;
padding:5px;
    text-align:center;
}

.kansen dd div{
  display: inline-block;
    text-align:middle;
     vertical-align: top;
     width: 30%;
     text-align:center;
}

.kansen dd div img{
 max-width: 100%;
 height:50px;
}

.cat-title{
  display: inline-block;
          background: #eee;
          margin-right:2px;
          padding:1px;
          line-height: 100%; 
    }
    
.gt {
    position: fixed;
    left: 10px;
        bottom:60px;
    width: 35px;
        		    z-index: 100000;
        		       transform: translate3d(0px,0px,101px)!important;
      -webkit-transform: translate3d(0px, 0px, 101px)!important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	.gt {
    width: 25px;
        top: auto;
        bottom:60px;
    }
    }
	
.gt a{
    display: block;
      margin: 5px auto 5px auto;
      color: #fff;
        background: #000;
            font-weight:bold;
                    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}

.gt img{
    width: 100%;
    height:auto;
}

.title{
	width: 400px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.title{
	width: 400px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.title img{
 width: 100%;
 height:auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.title{
	width: 300px;
}
}

.brand-list {
     text-align:center;
  padding:0 5% 0 5%;
  margin: auto;
}

.brand-list a{
  display: inline-block;
    text-align:middle;
     vertical-align: top;
     width: 27%;
     margin:0 3% 0 3%;
     text-align:center;
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
.brand-list a{
  display: block;
    text-align:middle;
     vertical-align: top;
     width: 80%;
     margin:0 auto 30px auto;
     text-align:center;
  position: relative;
}
}

.brand-list a img{
 width: 100%;
 height:auto;
}

.brand-list a h3{
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
display: inline-block;
text-align: center;
color: #fff;
background: #000000;
padding: 0;
margin: 0px;
vertical-align: middle;
}
