@charset "utf-8";


body{
    background-color:#F4E9DF;
        overflow-x:hidden;
       /* font-family:'游明朝','Yu Mincho';*/
        font-family: 'Shippori Mincho', serif;

}

#container{
	margin: 0 auto;
	background: #fff;
	text-align:center;
	max-width:1100px;
}

a{
    text-decoration:none;
    color:#000;
}

header{
	width:100%;
background-color:#;
    max-width:1100px;
        margin:0 auto;


}


header h1{
    text-align:left;
    width:25%;
    float:left;
    position:absolute;

	z-index:1;


}
header h1 img{
	min-width:150px;
    padding:20px;
}
#menu-btn-check {
    display: none;
}


nav ul{
	width:100%;
	padding-top:20px;
	position:absolute;
	z-index:1;
	text-align:right;
	float:right;
	max-width:1100px;


}

nav li{
	display: inline;
	width:9%;
	margin:5px;
	padding-right:10px;

}
nav ul a{
	display:inline-block;
	font-size:100%;
	text-align:center;
	color:#fff;
}
nav ul a:hover{
	color:#6EB5C0;
}


img {
	max-width: 100%;
	height: auto;
}

h2{
	font-size:142%;
	padding:30px;
	text-align:center;
	margin:0 auto;

}

.slider {
	clear:both;
	width:100%;
}
.slider img{
	width:100%;
	max-width:1100px;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
}


#topics{
	width:100%;
	background:#fff;
	letter-spacing:1px;
	margin:0 auto;

}
#topics dl{
	display:inline-block;
	line-height:200%;
	padding:30px;
	width:80%;
	margin:0 auto;
	text-align:left;

}
#topics dl dt{
	float:left;
	margin-right:10px;
	font-weight:bold;

}
#info{
	width:100%;
	background:#fff;
	margin-top:50px;
}
#info p{
	padding:10px;
}
#i1{
	font-size:150%;
	padding-bottom:20px;
	}
}
#z1 h2{
	background:#fff;
	width:100%;

}
#z1{
	padding:50px;

}


#contact a{
	background:#fff;
	display:block;
	width:85%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	padding:20px;
}

#sns{
	text-align:center;
	width:100%;
	margin:auto;
	padding-bottom:100px;
}

footer{
	color:#fff;
	clear:both;
	text-align:center;
	padding:20px 0;
	line-height:150%;
	background:#6EB5C0;
	padding-top:20px;
}
footer a{
	color:#fff;
}
footer ul li{
	display:inline-block;
}
footer ul{
	margin-top:20px;
	margin-bottom:10px;
}
footer ul li + li::before{
	content:"｜";
}
footer p{
	font-size:90%;
}




/*波*/
.wave{
position:relative;
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}

canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}





#topics h2{
	padding-top:60px;
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #376B74;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
html {
    scroll-behavior: smooth;
}
/***トップへ戻るボタンここまで***/



#item {
	background:#fff;
	color:#fff;
}

#item ul li{
	display:flex;
	align-items:center;
}
#item ul li .photo,
#item ul li .txt{
	width:50%;
	box-sizing:border-box;
}
#item ul li:nth-child(even) {
        flex-direction: row-reverse;
    }


#item ul li:nth-child(even) .txt {
        padding-right: 10px;
    }

#item ul li:nth-child(odd) .txt {
        padding-left: 10px;
    }
#c1,#c2,#c3,#c4{
	font-size:120%;
		font-weight:bold;
		padding-top:10px;

	}
#item p{
	padding:70px 10px 70px 10px;
	margin-bottom:10px;

}
#item p a{
	background:#538890;
	padding:10px;
	color:#fff;
	border-radius: 10px;
}


#item p a:hover{
	color:#ccc;
}



#shop{
	width:100%
	padding-bottom:50px;
}
#s1{
	display:flex;

}
#s1 dl{
	text-align:left;
	padding:10px;
	line-height:150%;
	margin:0 auto;
}
#s1 dt{
  float: left;
}
#s1 dd{
  margin-left: 70px;
}
#s1 img{
	padding:10px;
	padding-bottom:50px;
	margin:0 auto;
  width:100%;
}

#shop p a{
	background:#538890;
	padding:10px;
	color:#fff;
	border-radius: 10px;
	width:50%;
	margin:0 auto;
}


#shop p a:hover{
	color:#ccc;
}
/*以下スマホ*/
@media screen and (max-width: 599px){

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255, 255, 255,.4);    border-radius:100%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #6EB5C0;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/

}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
        transition: all 0.5s;/*アニメーション設定*/


}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
        transition: all 0.5s;/*アニメーション設定*/

}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 0 0 0;
}
.menu-content ul li {
    list-style: none;

}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 125%;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 0 10px 0;
    position: relative;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color:rgba(110,181,192,.8);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.nav1{
	width:100%;
}
nav ul{
	position:static;
        height:100%;
}

#item ul li{
	display:block;
}
#item p{
	padding:0;
	padding:20px;
}

.b1{
	margin-bottom:20px;
}
#s1{
	display:block;
}
#s1 img{
	width:90%;
}

#s1 dl{
	width:85%;
	margin:auto;
}
#shop p a{
	display:block;
}
footer{
	width:100%;
	text-align:center;
}

footer ul li{
	display:block;
	margin:auto;
	text-align:center;
}
footer ul li a{
	text-align:center;
	margin:auto;
	width:100%;
}

footer ul li + li::before{
	content:"";

}
footer a:hover{
	color:#ccc;
}
#sns{
	width:85%;
	margin:0 auto;
}
.instagram-media{
	margin:0 auto;
}


#page-top {
	display:none;
}


#bk1:after {
  position: absolute;
  top:12%;
}
#bk2:after {
  position: absolute;
  top:37%;
}
#bk3:after {
  position: absolute;
  top:62%;
}
#bk4:after {
  position: absolute;
  top:85%;
}



}
/*スマホここまで*/

.md1{
	max-width:177px;
}
.md2{
	max-width:209px;
}
.md3{
	max-width:165px;
}
.md4{
	max-width:169px;
}
.md5{
	max-width:259px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}


.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color:#fff;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #6EB5C0;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #ECDACA;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}


#item ul{
  position: relative;/*相対配置*/
}

#item ul{
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  padding-top: 13%;/*画像の幅に対する高さ比率*/
  display: block;
}

#item ul:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 400px;
  background-image: url(../images/w1.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  }



#item ul{
	  background:#6EB5C0;
	  padding-bottom:20px;

}
#contact{
	padding-top:50px;
}
#contact a img{
	opacity:1;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}
#contact a img:hover{
	opacity: .4;
}
.wrap{
	overfllow:hidden;
}

footer ul a:hover{
	color:#F4E9DF;
}
#shop p a:hover{
	background-color:#98B8BC;
	color:#fff;
}
.icoment{
	width:100%;

}
#item li{
	margin-bottom:100px;
}


#item .btn{
	background:#538890;
	color:#fff;

}
#item p a:hover{
	background-color:#98B8BC;
	color:#fff;
}

#item a.btn-border-shadow:before {

  border: 1px solid #fff;
  border-radius: 0.5rem;
}
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#6EB5C0;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
    opacity: 0;
}
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUp2{
animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#item ul li img{
	width:447px;
	padding:0 40px;
}
#item ul li  txt {
	width:100%;
}

#contact a img{
  width:100%;
}
#contact{
  width:100%;
}
