<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1025px) {
.container {
    width: 100%;
}
.header {
    width: 100%;
    height: 80px;
    background-color: rgb(157, 191, 253);
}
.header img {
    width: 20%;
    margin-top: 10px;
    margin-left: 10px;
}


















/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*========= レイアウトのためのCSS ===============*/


small{
	color:#fff;
	display: block;
	text-align: center;
}

#header{
	width:100%;
	background:#333;
	color:#fff;
	text-align: center;
	padding: 20px;
}

section{
	padding:100px 30px;
}

section:nth-child(2n){
	background:#f3f3f3;	
}

#footer{
	background:#333;
	padding:20px;
}



































/*==================================================
スライダーのためのcss
===================================*/


/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:25%!important;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
.wrapper {
	width:94%;
	max-width:900px;
	margin:0 auto;
}

ul{
  text-align: center;
	margin:0;
	padding: 0;
	list-style: none;
}





























.main {
    width: 100%;
    display: flex;
    height: 300px;
    margin-top: 70px;
}
.main1 {
    width: 50%;
    padding-left: 18%;
}
.main1 h2 {
  font-size: 20px;
  padding-top: 30px;
}
.main1 p {
  font-size: 15px;
}
.main1 span {
  font-size: 20px;
  padding-left: 30%;
  font-weight: bold;
  text-decoration: underline;
}










/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  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;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}
















.main2 {
    width: 50%;
    padding-top: 40px;
    padding-left: 5%;
    border-spacing: 0;
}
.main2 p {
  font-size: 10px;
}
.main2 th {
  width: 200px;
  text-align: left;
  font-size: 20px;
}
.main2 td {
  width: 200px;
  padding-left: 20px;
  font-size: 15px;
}















/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
  margin-top: 200px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding:50px 20px;
  font-size: 15px;
}

.sort-btn li{
	background:#eee;
	border-radius:0px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


/*========= レイアウトのためのCSS ===============*/

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

a{
	color: #333;
}

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





















.footer {
    width: 100%;
    height: 200px;
    display: flex;
    margin-top: 50px;
    background-color: rgb(157, 191, 253);
}
.footer1 {
    width: 50%;
}
.footer1 img {
    width: 20%;
    margin-left: 85%;
    margin-top: 50px;
}
.footer2 {
    width: 50%;
}
.footer2 p {
  padding-top: 10px;
  padding-left: 10%;
  margin-top: 50px;
}
}


















































/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1024px) {

.container {
  width: 100%;
}
.header {
  width: 100%;
  height: 80px;
  background-color: rgb(157, 191, 253);
}
.header img {
  width: 30%;
  margin-top: 13px;
  margin-left: 10px;
}
.header-top {
  width: 100%;
}
.header1 {
  width: 30%;
}
.header1 img {
  width: 100%;
  margin-left: 10px;
}
.header2 {
  width: 30%;
}
.header3 {
  width: 30%;
}


















/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
top: 0;
width:100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg{
  position: fixed;
z-index:3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #999;
  /*丸のスタート位置と形状*/
transform: scale(0);/*scaleをはじめは0に*/
top:-50px;
  left:calc(50% - 50px);/*50%から円の半径を引いた値*/
  transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
  display: none;/*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
   display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
opacity: 0;/*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
text-align: center; 
list-style: none;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*========= レイアウトのためのCSS ===============*/


small{
color:#fff;
display: block;
text-align: center;
}

#header{
width:100%;
background:#333;
color:#fff;
text-align: center;
padding: 20px;
}

section{
padding:100px 30px;
}

section:nth-child(2n){
background:#f3f3f3;	
}

#footer{
background:#333;
padding:20px;
}



































/*==================================================
スライダーのためのcss
===================================*/


/*画像の横幅を100%にしてレスポンシブ化*/
img{
width: 100%;
height: auto;
vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
z-index: 3;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;/*矢印の色*/
  border-right: 2px solid #ccc;/*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
cursor: pointer;
outline: none;
background:#333;
width:25%!important;
}

.choice-btn li img{
opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
.wrapper{
width:94%;
max-width:900px;
margin:0 auto;
}

ul{
text-align: center;
margin:0;
padding: 0;
list-style: none;
}

a{
color: #333;
}

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


























.main {
  width: 100%;
  display: flex;
  height: 300px;
  margin-top: 70px;
}
.main1 {
  width: 40%;
  padding-left: 10%;
}
.main1 h2 {
font-size: 20px;
padding-top: 30px;
}
.main1 p {
font-size: 15px;
}
.main1 span {
font-size: 20px;
padding-left: 30%;
font-weight: bold;
text-decoration: underline;
}










/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}

html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
margin-top: 30px;
font-size: 1.6rem;
font-weight: 700;
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;
}
.btn--orange,
a.btn--orange {
color: #fff;
background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
color: #fff;
background: #f56500;
}

a.btn--radius {
 border-radius: 100vh;
}
















.main2 {
  width: 60%;
  padding-top: 40px;
  padding-left: 5%;
  border-spacing: 0;
}
.main2 p {
font-size: 10px;
}
.main2 th {
  width: 200px;
  text-align: left;
  font-size: 20px;
}
.main2 td {
  width: 200px;
  padding-left: 20px;
  font-size: 15px;
}















/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
margin-top: 200px;
display: flex;
justify-content: left;
flex-wrap: wrap;
padding:50px 20px;
font-size: 15px;
}

.sort-btn li{
background:#eee;
border-radius:0px;
cursor: pointer;
padding: 10px;
margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
justify-content: space-between;
}

.sort-btn li{
width:48%;
margin:0 0 10px 0;
text-align:center;
}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
position: relative;/*並び替えの基準点を指定*/
justify-content: space-between;
}

/*各画像の横幅などの設定*/
.item {
display: block;
position: absolute;
width: 33%;/*横並びで3つ表示*/
z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
position: relative;
width: 100%;
height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
width:100%;
height:auto;
vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
  background: transparent!important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #FA999B;
}


/*========= レイアウトのためのCSS ===============*/
ul{
margin:0;
padding: 0;
list-style: none;
}

a{
color: #333;
}

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




















.footer {
  width: 100%;
  height: 200px;
  display: flex;
  margin-top: 50px;
  background-color: rgb(157, 191, 253);
}
.footer1 {
  width: 50%;
}
.footer1 img {
  width: 20%;
  margin-left: 85%;
  margin-top: 70px;
}
.footer2 {
  width: 50%;
}
.footer2 p {
padding-top: 10px;
padding-left: 10%;
margin-top: 50px;
}
}















































/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .container {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 60px;
    background-color: rgb(157, 191, 253);
  }
  .header img {
    width: 30%;
    margin-top: 17px;
    margin-left: 10px;
  }
  .header-top {
    width: 100%;
  }
  .header1 {
    width: 30%;
  }
  .header1 img {
    width: 100%;
    margin-left: 10px;
  }
  .header2 {
    width: 30%;
  }
  .header3 {
    width: 30%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*========= ナビゲーションのためのCSS ===============*/
  
  /*アクティブになったエリア*/
  #g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
  }
  
  /*丸の拡大*/
  .circle-bg{
    position: fixed;
  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  top:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
  }
  
  .circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
  }
  
  /*ナビゲーションの縦スクロール*/
  #g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
  }
  
  /*ナビゲーション*/
  #g-nav ul {
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  
  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity:1;
  }
  
  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  #g-nav.panelactive ul li{
  animation-name:gnaviAnime;
  animation-duration:1s;
  animation-delay:.2s;/*0.2 秒遅らせて出現*/
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes gnaviAnime{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }
  
  
  /*リストのレイアウト設定*/
  #g-nav li{
  text-align: center; 
  list-style: none;
  }
  
  #g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  }
  
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn{
    margin-top: -5px;
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 5px;
  cursor: pointer;
    width: 50px;
    height:50px;
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }
  
  .openbtn span:nth-of-type(1) {
  top:15px;	
  }
  
  .openbtn span:nth-of-type(2) {
  top:23px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:31px;
  }
  
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  
  /*========= レイアウトのためのCSS ===============*/
  
  
  small{
  color:#fff;
  display: block;
  text-align: center;
  }
  
  #header{
  width:100%;
  background:#333;
  color:#fff;
  text-align: center;
  padding: 20px;
  }
  
  section{
  padding:100px 30px;
  }
  
  section:nth-child(2n){
  background:#f3f3f3;	
  }
  
  #footer{
  background:#333;
  padding:20px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*==================================================
  スライダーのためのcss
  ===================================*/
  
  
  /*画像の横幅を100%にしてレスポンシブ化*/
  img{
  width: 100%;
  height: auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
  }
  
  /*メイン画像下に余白をつける*/
  
  .gallery{
  margin:0 0 5px 0;
  }
  
  /*矢印の設定*/
  
  /*戻る、次へ矢印の位置*/
  .slick-prev, 
  .slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
  }
  
  .slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
  }
  
  .slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
  }
  
  /*選択するサムネイル画像の設定*/
  
  .choice-btn li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
  }
  
  .choice-btn li img{
  opacity: 0.4;/*選択されていないものは透過40%*/
  }
  
  .choice-btn li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
  }
  
  .choice-btn .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
  }
  
  /*========= レイアウトのためのCSS ===============*/
  
  /*エリア全体を中央寄せ*/
  .wrapper{
  width:94%;
  max-width:900px;
  margin:0 auto;
  }
  
  ul{
  text-align: center;
  margin:0;
  padding: 0;
  list-style: none;
  }
  
  a{
  color: #333;
  }
  
  a:hover,
  a:active{
  text-decoration: none;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .main {
    width: 100%;
    display: flex;
    height: 300px;
    margin-top: 70px;
  }
  .main1 {
    width: 40%;
    padding-left: 5%;
  }
  .main1 h2 {
  font-size: 15px;
  padding-top: 30px;
  }
  .main1 p {
  font-size: 10px;
  }
  .main1 span {
  font-size: 15px;
  padding-left: 30%;
  font-weight: bold;
  text-decoration: underline;
  }
  
  
  
  
  
  
  
  
  
  
  /*まずはお決まりのボックスサイズ算出をborer-boxに */
  *,
  *:before,
  *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  }
  
  html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
  }
  
  .btn,
  a.btn,
  button.btn {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  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;
  }
  .btn--orange,
  a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  }
  .btn--orange:hover,
  a.btn--orange:hover {
  color: #fff;
  background: #f56500;
  }
  
  a.btn--radius {
   border-radius: 100vh;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .main2 {
    width: 60%;
    padding-top: 50px;
    padding-left: 3%;
    padding-right: 3%;
    border-spacing: 0;
  }
  .main2 p {
  font-size: 10px;
  }
  .main2 th {
    width: 200px;
    text-align: left;
    font-size: 15px;
  }
  .main2 td {
    width: 200px;
    padding-left: 20px;
    font-size: 10px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*==================================================
  ギャラリーのためのcss
  ===================================*/
  
  /*＝＝＝並び替えボタンのCSS*/
  .sort-btn{
  margin-top: 100px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding:50px 20px;
  font-size: 13px;
  }
  
  .sort-btn li{
  background:#eee;
  border-radius:0px;
  cursor: pointer;
  padding: 10px;
  margin:0 10px;
  }
  
  .sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  background:#ccc;	
  }
  
  /*横幅が480px以下になった際の指定*/
  @media only screen and (max-width: 480px) {
  .sort-btn{
  justify-content: space-between;
  }
  
  .sort-btn li{
  width:48%;
  margin:0 0 10px 0;
  text-align:center;
  }	
  }
  
  /*＝＝＝Muuriのレイアウトのための調整 */
  .grid {
  position: relative;/*並び替えの基準点を指定*/
  justify-content: space-between;
  }
  
  /*各画像の横幅などの設定*/
  .item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
  }
  
  /*内側のボックスの高さが崩れないように維持*/
  .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  }
  
  /*画像の横幅を100%にしてレスポンシブ化*/
  .grid img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
  }
  
  /*横幅が768px以下になった際の指定*/
  @media only screen and (max-width: 768px) {
  .item {
  width: 49.5%;/*横並びで2つ表示*/
  }
  }
  
  /*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
  .fancybox-thumbs {
    background: transparent!important;
  }
  
  .fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
  }
  
  
  /*========= レイアウトのためのCSS ===============*/
  ul{
  margin:0;
  padding: 0;
  list-style: none;
  }
  
  a{
  color: #333;
  }
  
  a:hover,
  a:active{
  text-decoration: none;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .footer {
    width: 100%;
    height: 200px;
    display: flex;
    margin-top: 50px;
    background-color: rgb(157, 191, 253);
  }
  .footer1 {
    width: 50%;
  }
  .footer1 img {
    width: 40%;
    margin-left: 65%;
    margin-top: 70px;
  }
  .footer2 {
    width: 50%;
  }
  .footer2 p {
  padding-top: 10px;
  padding-left: 10%;
  margin-top: 50px;
  }
}
</pre></body></html>