﻿@charset "UTF-8";

.clearfix::after {
  content:'';
  display:block;
  clear:both;
}



	
body {
	padding:0;
	
	font: 24px/2 "メイリオ",Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	color: #333;
	background-color:#F8F8FF;
	
}

header .container{
	font-size:40px;
	margin:0 auto;
}



span.title{  
  font-family: Permanent Marker, sans-serif;
  text-transform: uppercase;
  font-size:50px;
}
	
	
	

header {
  background:#191970;
  font-size:20px;
  font-family:"Helvetica","ヒラギノ丸ゴ　ProN";
  font-weight:400;
  color:#FFF;
  z-index: 10;
  background-color:#4689FF;
  width: 100%;
  text-align: center;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);	
  margin:0 auto;
  position:fixed;
  height:100px;
}

ul {
overflow:hidden;
list-style:none;
margin: 0 auto;
z-index: 20;
 text-decoration: none;
}
 
ul li {
display: inline-block;
padding:10px;
 
}

a.poya{
	position: relative;
	text-decoration: none;
	 -webkit-transition: all 0.3s ease;
	 display:inline-block;
	 width: 100px;
      height:100px;
	  color:#BAD3FF;
	  font-weight:600;
}


a.poya::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(258,0,0,0.4);
	border-radius: 50%;
	transition: 0.3s;
}

a.poya:hover {
    background-color: white;
	
	width:100px;
	height:100px;
    }


a.poya:hover::after {
	width: 40px;
	height: 40px;
}



a.a:after{
  font-family: "Font Awesome 5 Free";
  
}


div.left{
	width:30%;
	position:absolute;
}


div.right{
	width:65%;
	margin-left:40%;
	padding:20px 20px 20px 20px;
	text-justify: auto;
	text-decoration: none;
	color:#87CEFA;
}





.slide {
  white-space: nowrap;
  width:1400px;
  height: 900px;
  overflow: hidden;  
}

.slide img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

@keyframes slide-4 {
  0% { margin-left: 0%; }
  33% { margin-left: -100%; }
  66% { margin-left: -200%; }
  100% { margin-left: -300%; }
}

.slide > :first-child {
  animation-name: slide-4;     /* 作成したキーフレームを使う */
  animation-duration: 12s;    
  animation-delay: 0s;       /* 直ちにアニメーション開始する */
  animation-iteration-count: infinite; /* 永遠にアニメーションする */
}

.center{
	margin: auto;
}

img.sakura{
	height:10%;
	width:10%;
	background-color:#4689FF;
}

img.sushi{
	height:20%;
	width:15%;
	 float:right;
    margin-right: 20px;
}

img.zinjya{
	height:20%;
	width:23%;
	 float:right;
    margin-right: 20px;
}

img.manga{
	height:10%;
	width:60%;
	padding-left:100px;
	  animation: fadeIn 0.2s ease 0.3s 1 normal;
}


img.men{
	height:30%;
	width:70%;
	margin:auto 0;
	height:550px;
	padding-left:155px;
}

img.kabuki{
	height:20%;
	width:90%;
	padding-left:100px;
	height:500px
}

img.freekabuki{
	height:20%;
	width:50%;
	padding-left:100px;
	height:400px;
	margin:auto 0;
}	

a.free{
	margin:left;
}


#contents{
	background:;
	padding:20px 0;
	
}
#contents::after {
  content: "";
  display: block;
  clear: both;
}
section {
	padding-bottom:60px;

}


h1 {
	font-family: 'Zen Old Mincho', serif;
  margin-top:80px;
	font-size:50px;

}


h1 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align:center;
}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 55px;
  height: 2px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-align:center;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}


h2{
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-top:10px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}



.container {
	width:940px;
	padding-right: 15px;
	padding-left: 0px;
	font-size:17px;
	margin:0 auto;
	
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1500px;
	}
}
@media only screen and (max-width: 979px) {
	.container {
		width: auto;
	}
}
#main{
	margin:0 auto;
	width:70%;
	margin-top:50px;
	
}


footer{
	color:#FFF;
	text-align:center;
	padding:10px;
	background-color:#4689FF;
}


/*次へボタン*/ 
.btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
     background-color:#4169E1;
 	 float:right;
	 margin-bottom:70px;
	 margin-top:23px;
	 box-shadow: 1px 1px 2px gray;
	 animation: key .3s ease infinite alternate; 
	  border-radius: 5px;

}

@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

.btn:hover {
  background:#8EB8FF;
}

.btn2:hover {
  background:#8EB8FF;
}


.btn2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
     background-color:#4169E1;
 	 float:left;
	 margin-bottom:70px;
	 margin-top:23px;
	 box-shadow: 1px 1px 2px gray;
	 animation: key .3s ease infinite alternate; 
	  border-radius: 5px;
}



i.fa-check-circle:before{
	color:#4689FF;
}

div.kabu{
  border: solid 2px #4689FF;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background-color:#D9E5FF;
  font-size:20px;
  font-weight:600;
  margin:0 auto;
  margin-left:100px;
  margin-right:100px;

}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background:white;
    font-family:serif;
	font-weight:600;
	border-radius: 20px 20px 20px 20px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #d2e6ff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    color: #d2e6ff;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

p.cl{
	font-size:20px;
	font-weight:700;
}

span.cool{
	font-weight:650;
}

span.nc{
	background:linear-gradient(transparent 40%,#ffccff 0%);
}
	
span.kabuki{
	background:linear-gradient(transparent 40%,#ffccff 0%);
	font-weight:650;
}

span.kabuki2{
	font-weight:650;
}

span.zinjya{
	background:linear-gradient(transparent 40%,#ffccff 0%);
	font-weight:650;
	position: relative;
    background:#BAD3FF;
    padding: 0.25em 0.5em;
    border-left: solid 2em #5c9ee7;
	
}

span.zinjya:before{
	font-family: "Font Awesome 5 Free";
	content: "\f303";
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: 900;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


span.zinjya2{
	font-weight:650;
}

span.zinjya3{
	background:linear-gradient(transparent 40%,#ffccff 0%);
	font-weight:650;
}

span.zinjya525{
	border-bottom: dashed 2px #6594e0;
	font-size:25px;
	
}

span.anime{
	font-weight:650;
	background:linear-gradient(transparent 60%,#ffccff 0%);
}

span.anime2{
	font-weight:650;
}



span.food{
	font-weight:700;
	background:linear-gradient(transparent 40%,#ffccff 0%);
}

span.food2{
	font-weight:700;
}



	
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box26 .food0 {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box26 p {
    margin: 0; 
    padding: 15px;
}

	
	
	
span.mm{
	font-weight:700;
}

span.food5{
	font-weight:700;
	font-size:21px;
	
position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}


span.food5:before {
   font-family: "Font Awesome 5 Free";
  content: "\f2e7";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}


span.interview{
	font-weight:700;
	background:linear-gradient(transparent 40%,#ffccff 0%);
}

span.interview2{
	font-weight:700;
}

/*インタビューの*/
.box29 {
    margin: 2em 0;
    background: #dcefff;
    border-radius: 10px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
	font-weight:600;
}


/*目次*/
ol.interview {
  border: solid 3px #5D99FF;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
  width:70%;
  margin-bottom:40px;
  margin-left:80px;
  border-radius: 0px 10px 10px 10px;
  
}
ol.interview li.interview {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ol.interview li.interview:last-of-type {
  border-bottom: none;
}
ol.interview li.interview:before {
  /*リスト内のアイコン*/
  
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #5D99FF; /*アイコン色*/
}
ol.interview li.interview:after {
  /*タイトルタブ*/
  background:#5D99FF;
  color: #fff;
  font-weight: bold;
  position: absolute;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  left: -3px;
  bottom: 100%;
  padding: 10px 5px;
  padding-left:15px;
  padding-right:25px;
  content: " \f0ca  もくじ ";/*タブの文字*/
  letter-spacing: 0.09em;/*字間*/
  border-radius: 10px 10px 0 0;
}

.mokuji{
	color: #5D99FF;
}

span.mokuji2{
	font-size::100px;
	font-weight:550;
}



img.jp{
  height:50px;
  width:50px;
}

img.last{
	height:600px;
	width:100%;
}

img.last2{
	height:200px;
	width:300px;
	float:left;
	margin-right:25px;
	position:relative;
}

img.last3{
	height:350px;
	width:70%;
	margin-left:110px;
	margin-top:30px;
}

img.last5{
	height:350px;
	width:350px;
}

img.last6{
	height:450px;
	width:400px;
	margin-left:110px;
	margin-top:30px;
	
}

img.last10{
	height:;
	width:;
}

ul.haruhi{
	display:flex;
	margin-left:140px;
}

div.haruhi{
	margin:0 auto;
}

img.date{
	width:350px;
	height:300px;
	float:left;
	margin:20px;
}



/*ボタン*/

i.opening{
	size: 7x;
}

.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	width:250px;
	text-align:center;
    transition: .3s;
	font-size:30px;
	font-weight:600;
	display:inline-block;
	margin:18px;
	text-decoration: none;
	color:white;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

.box13:hover {
  background:#4169E1;
}

a.dentou{
	text-decoration:none;
	color:white;
}
a{
	text-decoration:none;
}

/*吹き出し　六波羅蜜寺*/
.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background:white;
  border-radius: 30px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background:white;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background:white;
  border-radius: 50%;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}


/*吹き出しホームページはこちら*/
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}