@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap');

/* --------------------------------------------------基本 */
body, .plane {
	margin: 0;
	padding: 0;
	
	color: #333;
	font-size:100%;
	letter-spacing:0.07em;
	line-height:200%;
	font-family : 'Maven Pro', 'Osaka', 'HiraKakuProN-W3', Verdana, "Noto Sans JP", 'メイリオ', sans-serif;
	font-weight: 300;
	}
html { /* スクロールバー出す */
	overflow-y:scroll;
	}
br { /* IE6、IE7対策 */
	letter-spacing: normal;
	}
body, #nav{ /*背景画像*/
	background-color: #afcec8;
	}
/* --------------------------------------------------sns */
.sns {
	position: absolute;
	right: 0;
	margin: 2%;
	z-index: 10;
    animation: logoanime 1.0s ease 0.5s 1 forwards; /* フェードイン */
    -webkit-animation: logoanime 1.0s ease 0.5s 1 forwards;
    opacity: 0;
}
.snsicon {
	text-align: right;
	}
.snsicon img {
	width: 45px;
	margin-bottom: 5px;
	}
/* --------------------------------------------------ロゴ */
.logo{
	width: 35%;
	position: absolute;
	left: 3%;
	top :5%;
	z-index: 3;
    animation: logoanime 1.0s ease 0s 1 forwards; /* フェードイン */
    -webkit-animation: logoanime 1.0s ease 0s 1 forwards;
	}
@keyframes logoanime {
	0% {opacity: 0; transform: translate3d(0,-20px,0);}
	100% {opacity: 1; transform: translate3d(0,0,0);}
	}
.tope {
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 60%;
    background: url(top.jpg);
    background-repeat: no-repeat;
    background-position: 60% center;
    background-size: cover;
	}

/* --------------------------------------------------YouTube */
.movie-wrapper {
	border: 15px solid #FFEC99;
	border-radius: 30px;
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem; /* YouTubeの下に余白をつける */
}
.movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------装飾 */
.small {/* 薄くてちっちゃい文字 */
	color: rgba(0,0,0,0.35);
	font-size:90%;
	line-height:200%;
	}
.small2 {/* ちっちゃい文字 */
	font-size:90%;
	}
::selection {background: #fed883; color: #fff;}
::-moz-selection {background: #fed883; color: #fff;
	}
dd {margin: 0;}
li {list-style-type: circle; }

.kakko {
	display: inline-block;
    position: relative;
    margin: 2em 0;
    padding: 20px;
	background-color:rgba(255,255,255,0.3);
    border-radius: 30px;
}
a.btn_ao_c {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  background: #afcec8;
  text-decoration: none;
  transition: 0.3s;
  border-radius:300px;
}
a.btn_ao_c:hover {
  background: #fffbee;
}
a.btn_ao_c .c__icon {
  padding-right: 10px;
}
a.btn_ao_c .c__icon img {
  width: 36px;
  vertical-align: middle;
}
a.btn_ao_c .c__text {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_c .c__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
a.btn_ao_c .c__text .c__in {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn_ao_c br {
  display: none;
}
@media (max-width: 736px) {
  a.btn_ao_c .c__icon img {
    width: 42px;
  }
  a.btn_ao_c .c__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_c .c__text::after {
    width: 10px;
    height: 10px;
  }
  a.btn_ao_c br {
    display: block;
  }
}


/* --------------------------------------------------メール */
.color {
	font-size: 140%;
	padding: 0.7rem 1.2rem;
	font-family: 'Maven Pro', Verdana, "Noto Sans JP", 'メイリオ', sans-serif;
    border-radius:5px;
	background-color:rgba(0,0,0,0.1);
	}
.contact img{
	margin: 0 3px;
	vertical-align: middle;
}
.contact span{
	vertical-align: middle;
}
.at {
	width: 25px;
	}

/* --------------------------------------------------リンクテキスト */
a:link{ color:#333; }
a:active{ color:#333; }
a:visited{ color:#777777; }
a:hover{ color:#cf9e90;text-decoration:none; 
}
a img {
  transition-duration: 0.5s;
}
a {/* 点線消す */
    outline: none;
	}
a[target="_blank"]:after { /*別窓*/
	content: url(newwin.png);
	margin: 0px 3px;
	}
.snsicon a[target="_blank"]:after,
a[target="_blank"].btn_ao_c:after {
	content: none;
	margin: none;
	}
/* --------------------------------------------------画像 */
img {
	border: 0;
	max-width : 100% ; /* 画面ぴったり画像 */
	height : auto ;
	}
	
/* --------------------------------------------------背景色 */
.clearfix:after{/*回りこみ解除*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


/* --------------------------------------------------gallery */
.data a:link{ color:#aaa;}
.data a:active{ color:#aaa; }
.data a:visited{ color:#888;}
.data a:hover{ color:#cf9e90;
}
.pict{
  width: 22%;
  position: relative;

  float: left;
  margin: 1.5%;
}
.pict img{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	overflow: hidden;
}
.pict::before {
  content: "";
  display: block;
  padding-top: 100%; /*高さ指定*/
}
.pict a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.icon { /*正方形にトリミング*/
	object-fit: cover;
	width:100%;
	height:100%;
 	object-fit: cover;
	object-position: center top;
}
.icon.ue {
object-position: 0% 0%;
}
.icon.left {
object-position: 20% 0%;
}
.icon.shita {
object-position: 100% 100%;
}
.clear {
clear: both;
}
figcaption {
    display: none;
}
.data p {
margin-top:2px;
}

@keyframes zoom-in { /* 飛び出すアニメーション */
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
.is-animated {
  animation: .6s zoom-in;
}

/* //////////////////////////////////////Small devices */
@media all and (max-width: 850px) {

	.pict {
		width: 31.3%;
		margin: 0 1% 2% 1%;

		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		box-shadow:none;
		}
}

@media all and (max-width: 600px) {
	.pict {
		width: 32.8%;
		margin: 0 0.25% 0.5% 0.25%;
		box-shadow:none;
		}
	.my-gallery {
		margin: 0 -4%;
		}
	.square_btn2 {
		font-size:11px;
		}
}

/* --------------------------------------------------著作権表示 */
#footer{
	color: #333;
	font-family : 'Maven Pro', Verdana, "Noto Sans JP", 'メイリオ', sans-serif;
	font-weight: 500;
	clear: both;
	padding: 1em 0 5em 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
	width: 100%;
	padding-bottom: 30px;
	}

/* --------------------------------------------------その他のスタイル */
h2 {
  position: relative;
  margin: 0em 0 1.2em 0;
  text-align: center;
  font-size: 200%;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #afcec8;
}

h2 span {
  position: relative;
  padding: 0 1em;
}



h3 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #f3947a;
}

h3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.info h3 {
  padding: 5px 10px 5px 30px;
  margin:  0 3px;
}
h3 a:link{ color:#fff; text-decoration:none;}
h3 a:active{ color:#fff; }
h3 a:visited{ color:#fff; }
h3 a:hover{ color:#fff;}

h4 {
	margin: 0 0 10px 0;
	font-family: 'Maven Pro', Verdana, "Noto Sans JP", 'メイリオ', sans-serif;
}

/* //////////////////////////////////////アニメーション */
.tope {
    animation: fadeIn 1.2s ease 0s 1 normal; /* フェードイン */
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}

/* --------------------------------------------------骨組み */
.big-wrapper {
	background-color: #afcec8;
}
.wrapper {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 4%;
	text-align: center;
	}
section {
	padding : 6% 4%;
	background-color: #ffffff;
	border-radius : 50px;
	margin-bottom: 90px;
	}

.tamako, .shiromi {
	width: 80%;
	margin: 0 auto;
	}
.tamako {
padding-bottom: 30px;
}

.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: left;
}
.left { width: 40%;}
.right{ width: 50%;}
.shiromi .left { width: 45%;}
.shiromi .right{ width: 50%;}
.tamako .left { width: 50%;}
.tamako .right{ width: 45%;}




/* -------------------------------------------------- */
@media all and (max-width: 1080px)  {/* 横1080以下の大きさに適用 */
.wrapper {
	clear: both;
	}
body{/* ←英数字でも改行させる */
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	}
.entry-content pre { /* 自動的に改行 */
	overflow:scroll;
	word-wrap:normal;
	}


/* -------------------------------------------------- */
@media all and (max-width: 820px), screen and (max-height: 600px) { /* 横820以下と縦600以下の大きさに適用 */
.tope {
    padding-top: 80%;
	}

.tamako, .shiromi {
	width: 100%;
	}
.shiromi .left { width: 50%;}
}


/* -------------------------------------------------- */
@media all and (max-width: 600px) { /* 横600以下に適用 */
.tope {
    padding-top: 130%;
	}
body { /*行間狭く*/
	font-size:80%;
	line-height:200%;
	}
#footer{
	font-size:89%;
	}
.sns {
	margin: 3%;
}
.snsicon img {
	width: 40px;
	}
.logo{
	width: 100%;
	position: relative;
	}
.logo img{
	width: 50%;
	margin: 5% 0 0 0;
	}
h2 {
  font-size: 180%;
  letter-spacing: 0.2em;
  padding: 0 30px;
	}
.movie-wrapper {
	border-radius: 15px;
	}
section {
	border-radius : 30px;
	margin-bottom: 50px;
	}

}
