@charset "UTF-8";
/*
Theme Name: Iwamura Komuten
Author: Yoshida;ke Design / Chihiro
Description: for web site
*/

/* common */
*{
	margin: 0;
	padding: 0;
	border: none;
}

body,html {
	margin: 0;
	padding: 0;
  height: 100%;
  width:100%;
}

body {
	text-align: center;
	*font-size:small;
	*font:x-small;
	color:#666;
	font-size: 11pt;
	line-height:1.8em;
	font-weight:normal;
	letter-spacing: 2px;
	background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: inherit;
	text-decoration: none;
  transition: all 0.5s ease-out;
}

a:hover {
	opacity: 0.3;
}

/* Opera */
.for_opera {
	display: block;
	width: 1px;
	height: 1px;
}


/* when window open it gets these effects with js */
.opening {
	opacity: 0;
}

.openingIn {
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	-o-transition: all 2.5s;
	/*transition: all 1.5s;*/
	transition: all 2.s;
	opacity: 1;
}

/* Intersection Observer */
.targeth {
  opacity: 0;
}
.targeth.is-active {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 3.4s, transform 1.8s;
}
.target {
  opacity: 0;
}
.target.is-active {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 1.4s, transform 0.8s;
}

/* all css for global nav */
#nav-toggle {
  z-index: 1100;
  position: fixed;
  top: 80px;
  right: 15px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 35px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  /*top: 14px;*/
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  /*top: 28px;*/
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* for gloval nav  */
#container {
  z-index: 1050;
}

#gloval-nav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* css to open gloval nav  */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* slick slide */
.slidePc {
}
.slideHp {
  display: none;
}
.slick01 li {
    overflow: hidden;
}
.slick01 li img {
  min-width: 100vw;
  height: 100vh;
  object-fit: cover;
  max-width: 600%;
  transform:translate(calc(50vw - 50%),calc(50vh - 50%));
}

/* totopボタン */
.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 55px;
  z-index: 1000;
}
.totop a:hover {
  transition: transform 1s ease, opacity .9 ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* トップページ */
h1 {
  z-index: 1000;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 300px;
  transform:translateY(calc(50vh - 150px));
}
h2 {
  z-index: 1000;
  position: absolute;
  left: 30px;
  top: 10px;
}
.topText {
  z-index: 1000;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 9pt;
}
.btnAsk {
  z-index: 1000;
  background: #1d51a3;
  width: 50px;
  height: 50px;
  /*position: absolute;*/
  position: fixed;
  right: 0;
  top: 0;
  padding: 12px 8px 8px;
}
.btnMenu {
  z-index: 1000;
  background: #ef821d;
  width: 50px;
  height: 50px;
  /*position: absolute;*/
  position: fixed;
  right: 0;
  top: 66px;
  padding: 8px;
}
.menuImg {
  margin-top: 30px;
}
#htop {
  width: 100vw;
  height: 100vh;
}
.topAbout {
  margin: 50px auto;
  width: 50%;
  text-align: left;
  font-size: 11pt;
}
.topPhoto {
  margin: 80px 0 0;
 height: 500px; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPhoto img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topInsta {
  margin: 20px auto 0;
  width: 80%;
 /*text-align: left;*/
  font-size: 11pt;
}
#instagram, #companyIn {
  margin: 80px auto;
}
#about {
  margin: 80px auto 0;
}
#company, #example {
  margin: 20px auto;
}
#companyIn {
  width: 60%;
}
#companyIn ul {
  margin: 30px auto 0;
}
#companyIn ul li:nth-child(1) {
  margin: 10px auto 0;
}
.sbs {
 display: flex;
 height: 140px;
  color: #fff;
  text-align: center;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.sbsleft {
width:20%;
text-align: right;
padding-right: 30px;
}
.sbsright {
width:50%;
text-align: left;
}
.bcblk {
  background-color: #000;
  width: 100%;
}
.bcblk2 {
  background-color: #1d51a3;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdt {
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
h3 {
  font-size: 13.5pt;
  margin: 0 0 5px;
}
.bcbltext {
 min-width: 300px;
width:50%;
	margin: 30px auto 30px;
 /*text-align: left;*/
}
.lefttext {
  text-align: left;
}
.bcblphoto img {
  min-width: 300px;
  width: 500px;
}
.sbsphoto {
  height: 300px;
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sbsphoto img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
#example {
  display: none;
}

/* company page */
.headerimg {
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.headerimg img {
  width: 100vw;
  height: auto;
object-fit: cover;
}

/* instagram */
.insta {
  padding: 80px 0px 0px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 1px;
  width: 100%;
}
.insta-box {
  height: 200px;
}
.insta-box a img,.insta-box a video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* map */
.gmap, .gmap iframe {
  width: 100%;
  height: 350px;
}
.gmap {
  margin: 20px 0 0;
}
.mappoint {
  margin: 0 auto 20px;
}
.address {
  font-size: 10.5pt;
}
/* footer menu */
#footermenu {
  display: flex;
  color: #fff;
  text-align: center;
}
.ftask {
  background: #1d51a3;
  font-size: 10pt;
}
.ftmenu {
  background: #ef821d;
  font-size: 10pt;
}
.ftask, .ftmenu {
  width: 50%;
  height: 200px;
  padding: 30px;
}
.fttext {
  max-width:280px;
  text-align: left;
  margin: 0 auto;
}
.fttextm {
  max-width:280px;
  margin: 0 auto;
}
.imgask {
  display: flex;
  margin: 20px auto;
  width: 180px;
  justify-content: center;
}
.imgask p:nth-child(1), .imgask2 p:nth-child(1) {
  margin: 0 10px 0 0;
}
.imgask2 {
  display: flex;
  margin: 15px auto;
  width: 180px;
  justify-content: center;
}

/* form */
input {
 height: 18px;
 border: 0.5px solid #666;
 width: 300px;
}
.formmenu {
  width: 300px;
  margin: 0 auto 30px;
  text-align: left;

}
.btncon {
  margin: 30px 0 0;
  font-size: 10pt;
  text-decoration: underline;
}

/* footer */
.infotext {
  margin: 10px 0 0;
  text-align: center;
}
.ftlogo {
  margin: 120px auto 50px;
}
.ftszM {
  font-size: 12pt;
}
.copy {
  padding: 0 0 50px;
  font-size: 7pt;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
