@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p,
div, dl, dt, dd, ul, ol, li, 
table, th, tr, caption,
form, input, form, input, textarea,
address, hr, img {
margin: 0;
padding: 0;
font-style: normal;
text-decoration: none;
border: none;
list-style: none;
box-sizing: border-box;
    word-break: break-all;
    color: #666666;
}

a{
margin: 0;
padding: 0;
font-style: normal;
text-decoration: none;
border: none;
list-style: none;
box-sizing: border-box;
    word-break: break-all;
}



*{
	box-sizing: border-box;
}
img{
	max-width:100%;
}

body{
	 position: relative;
    top:0;
}


.clearfix:after {  
  display: block;
  clear: both;
  content: "";
}  
  
.clear{
	clear:both;
	height:0;
}



#pageTOP02{
_margin-top: -16px;	
}

.contents{
max-width: 1200px;
background: url(../img/image/bg.gif) repeat-y;
margin: 0 auto;
}

.wrapper{
max-width: 1200px;
width:95%;
margin: 0 auto;
padding:50px 0;
}




/*  ヘッダ */



.inner {
	width:95%;
	max-width:1200px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	background: rgba(255,255,255,.8);
}
#top-head a,
#top-head {
    color: #666666;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}




 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}



@media screen and (max-width: 800px) {

	
    #top-head {
        top: 0;
        position: fixed;
        margin: 0;
		padding:0 0 5px;
    }
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
	
}




#mobile-head h1.maintitle{
	width:500px;
	padding-top:20px;
	float:left;
    font-size: 2.2em;
    font-family: Century Gothic, "メイリオ", "ヒラギノ角ゴ", "ＭＳ　Ｐゴシック", sans-self!important;
}

#mobile-head .header-right{
	float:right;
}




ul#head_btn {
	position:absolute;
	top:0;
	right:0;
    padding: 0 0 10px 10px;
	text-align: right;
	display:block;
}

ul#head_btn li {
    display: inline;
}

ul#head_btn li.h_btn1 {

    margin-right: 10px;
}

ul#head_btn li.h_btn1 a {
    display: inline-block;
    width: 76px;
    height: 40px;
    font-size: 1px;
    line-height: 1px;
    outline: none;
}


ul#head_btn li.h_btn2 a {
    display: inline-block;
    width: 129px;
    height: 40px;
    font-size: 1px;
    line-height: 1px;
    outline: none;
}

ul#head_btn2 {
    display:none;
}




@media screen and (max-width: 1200px) {

#mobile-head h1.maintitle{
	float:none;
	width:100%;
	padding-top:20px;
    font-size: 1.6em;
}

#mobile-head .header-right{
	float:none;
}


ul#head_btn{
	display:none;
}

ul#head_btn2 {
	display:block;
	position:absolute;
	top:15px;
	right:60px;
    padding: 0 0 0 10px;
	text-align: right;
}

ul#head_btn2 li {
    display: inline;
}

ul#head_btn2 li.h_btn1 {

    margin-right: 10px;
}


}


@media screen and (max-width: 670px) {

#mobile-head h1{
	width:300px;
	padding-top:10px;
}

}


@media screen and (max-width: 590px) {

#mobile-head h1{
	width:200px;
	padding-top:10px;
}

ul#head_btn2 li.h_btn1 img {
    height: 28px;
}

ul#head_btn2 li.h_btn2 img{
    height: 28px;
}


}

@media screen and (max-width: 440px) {
	
	
ul#head_btn2 {
	display:block;
	position:relative;
	text-align:center;
	top:10px;
	right:0px;
    padding: 0 0 0 10px;
}	
	
}



/* Nav
-----------------------------------------*/
.Nav {
margin-top:45px;
}
@media screen and (max-width: 1200px) {
  .Nav {
    position: absolute;
	top:10px;
	right:10px;
	left:0px;
  border-top:none;
  width:100%;
  margin-top:0;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1200px) {
  .Nav .navbtn a.open {
  }
}

@media screen and (max-width: 1200px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .Nav > ul {
    display: none;
    position: relative;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9;
	background-color:#ffffff;
	width:100%;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
	width:100%;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0px 5px;
  font-size: 16px;
  color: #333;
  background-color: transparent;
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:20px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1250px) {
.Nav > ul > li a {
  padding: 0px 3px;
}	
	
}

@media screen and (max-width: 1200px) {
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 12px 10px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  z-index: 2;
  width:100%;
}

.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1200px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #eee;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}

.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #DDDADA;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

@media screen and (max-width: 1200px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}

.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1200px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}

.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}







/*  スライドショー */


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}    


.slider2{
	margin:0px 0 0;
	padding:80px 0 0 ;
	text-align:center;
	color:#000000;
	display:block;
}

.slider2 img{
	max-width:100%;
}

.slider2 .prev{
	width:32px;
	left:10px;
}
.slider2 .next{
	width:32px;
	right:10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}


.slider2 .club-slide img{
	width:100%;
}

.slick-slide img {
    display: inline-block!important;
	padding:0!important;
}

@media screen and (max-width: 1280px) {
	
	.slider2{
		padding-top: 80px;
	}	
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0!important;
}

.slick-dots{
    position: absolute;
    bottom: 30px!important;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots2 li button:hover:before,
.slick-dots2 li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 30px!important;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 25px;
    height: 25px;

    content: '●';
    text-align: center;

    opacity: .50;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1.00;
    color: #ea5873!important;
}








/* ここからコンテンツ */


main{
}


.menu{
     width:100%;
 margin:0 auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.menubox{
 width:30.3333%;
 margin-right:3.5%;
 margin-bottom:20px;
 text-align:center;
    background-color: #666;
}
.menubox-last{
 width:30.3333%;
 margin-bottom:20px;
 text-align:center;
    background-color: #666;
}

.menubox span, .menubox-last span{
    background-color: #000;
    color:#fff;
    text-align: center;
    display: block;
    padding: 5px;
}

.menu a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 800px) {
 
.menu{
     width:100%;
max-width: 383px;
}
    
    
    
.menubox{
 width:100%;
 margin-right:0%;
 margin-bottom:20px;
 text-align:center;
    background-color: #666;
}
.menubox-last{
 width:100%;
 margin-bottom:20px;
 text-align:center;
    background-color: #666;
}
    
    
}

/* ここからinfomation */


#cont{
padding: 0 25px 0 0;
}

#cont h2{
	color:#5b2418;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:700;
	font-size:26px;
	border-bottom: 3px solid #ccc;
    box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
    font-weight: normal;
    padding-bottom: 2px;
    position: relative;
    margin: 0 0 1.2em;
    clear: both;
    line-height: 1.2em;
}



#cont h2:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -3px;
    width: 25%;
    border-bottom: 3px solid #5b2418;
}


.infomation {
	height: 200px;
	overflow-y:scroll;
}



.news .newslay {
    padding: 10px 5px;
	min-height:100px;
    max-height: 250px;
}

.news .newslay dl {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	width:100%;
}

.news .newslay dt {
    width: 120px;
    margin: 0 0 0 10px;
    padding: 0 0 10px 0px;
    float: left;
	clear: both;
    text-align: left;
    font-size: 16px;
}

.news .newslay dd {
    padding: 0px 0px 5px 130px;
    margin: 0px 0px 10px 0px;
    text-align: left;
	border-bottom:1px dashed #7b7b7b;
    font-size: 16px;
}

.news .newslay dd h5{
    font-size:16px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.news .newslay dd p {
    font-size:16px;
	margin-top:10px;
}

.news .newslay dd a{
	text-decoration:none;
}

.news .newslay dd a:hover{
	text-decoration:underline;
}


@media screen and (max-width: 800px) {
	

.news .newslay dt {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    float: none;
    text-align: left;
    font-size: 12px;
}

.news .newslay dd {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 10px;
    text-align: left;
	border-bottom:1px solid #fff;
}	
	
	
}


/* ▲ここまでinfomation */







/* ここからトップテキスト */

.yellow-bg{
  background: #f3f3f3;
}



.youtube-wrap{
    width:100%;
    max-width: 800px;
    margin: 50px auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.message-box{
	width:100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-top: 200px;
    position: relative;
}

.message-box h2{
    position: absolute;
    top: -50px;
    left:-20px;
}

.sp{
    display: none;
}

.message-box .fukidashi{
    position: absolute;
    top:-100px;
    right:-30px;
}


.message{
     width:100%;
 margin:30px auto 0;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.message-text{
 width:33.3333%;
padding: 0 2%;
 text-align:left;
position: relative;
}




.message-text p{
	padding-top:0px;
    line-height: 1.8em;
    padding-bottom: 150px;
}

.message-text img{
    position: absolute;
    bottom:0;
    right:0;

}



.pink{
    color: #dc5f91;
}




@media screen and (max-width: 1080px) {

.pc{
        display: none;
    }
    
.sp{
        display: block;
    }
    
.message-box .fukidashi{
    position: absolute;
    top:-100px;
    right:-10px;
}    
    
.message-text{
 width:100%;
padding: 20px 0;
 text-align:left;
position: relative;
}

.message-text p{
padding-right: 200px;
padding-bottom: 50px;
}
	
	
}


@media screen and (max-width: 800px) {

.message-box{
        text-align: center;
        padding: 20px;
    margin-top: 30px;
    }    
    
.message-box h2{
    position: relative;
        text-align: center;
        left: auto;
    }    
.message-box .fukidashi{
    position: absolute;
    top:auto;
    bottom:-10px;
    right:-10px;
        width: 180px;
}    
    .message{
        margin: 0px 0 0;
        text-align: center;
    } 


 .message-text p{
padding-right: 0px;
padding-bottom: 0px;
     text-align: left;
}

.message-text img{
    position: relative;
    bottom:0;
    right:0;
    margin: 0 auto;
width: 160px;
}    
    
}



/* ▲ここまでトップテキスト */


.contact-box {
	margin: 0 auto;
    padding: 50px 0;
}



.contact-box h4{
	color:#666;
	text-align: center;
	font-size: 45px;
	line-height:50px;
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 30px;
}

.contact-box2{
	background-color: #ffffff;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

.contact-box2 a{

	display: block;
		background-color: #fff;
	text-decoration: none;
	color:#666;
    padding: 20px 10px;
}

.contact-box2 a:hover{
		background-color: #D8D6D6;
	text-decoration: none;
	color:#666;
}


.contact-box2 a h5{
	font-size:60px;
    line-height: 70px;
	font-weight: 400;
	padding-top: 20px;
}


.contact-box2 a h5 br{
	display: none;
}

.contact-box2 a p{
	font-size:20px;
	padding-top: 20px;
}

@media screen and (max-width: 800px) {
 .contact-box h4{
	font-size: 24px; 
}
.contact-box2 a h5{
	font-size:38px;
    line-height: 40px;
}    
    
.contact-box2 a h5 br{
	display: block;
}    

.contact-box2 a p{
	font-size:14px;
	padding-top: 20px;
}
    
    
    
}

/* ここからブログバナー */
.banner{
	text-align:center;
    background-color: #c0c0c0;
    width: 100%;
    padding: 20px 0;
}



.banner img{
padding: 10px;
}
.banner img.sns{
width:80px;
}   

.banner img:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
} 


@media screen and (max-width: 600px) {
	
.banner{
	margin:0 auto;
    padding: 10px;
}
	
.banner img{
padding: 3px 3px;
}
.banner img.sns{
width:55px;
    padding: 3px;
}    
}



/* ここまでブログバナー */

#forTOP{
padding-top: 50px;
margin-bottom:18px;
float: right;
}

#forTOP a{
padding-left: 20px;
background: url(../img/image/for_top.gif) no-repeat center left;
color: #7a390a;
font-size: 10px;

}

/* ▲ここまでコンテンツ */

/* ここからフッター */

footer{
	background-color:#000;
}


#footer_cont{
width: 100%;
margin: 0 auto;	
}

#footer_cont ul{
margin: 0 auto;	
text-align:center;
    padding: 20px 0
}

#footer_cont ul li{
display:inline-block;

padding:0 10px;
}

#footer_cont ul li:last-child{

}

#footer_cont ul li a{
font-size: 16px;
color: #fff;
line-height:16px;	
}




small{
    border-top:1px solid #fff;
font-size: 16px;
color: #fff;
text-align: center;
padding: 20px;
margin:0 auto;
display:block;
}


@media screen and (max-width: 600px) {
#footer_cont ul li a{
font-size: 12px;
color: #fff;
line-height:16px;	
}




small{
    border-top:1px solid #fff;
font-size: 12px;
color: #fff;
text-align: center;
padding: 20px;
margin:0 auto;
display:block;
}

}
/* ▲ここまでフッター */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	width:80px;
	box-sizing:border-box;
}

#page-top img{
	width:100%;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 0;
    text-align: center;
    display: block;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
@media screen and (max-width: 600px) {
#page-top {
    bottom: 10px;
    right: 5px;
}    
 #page-top a {
    width: 80px;
}   
    
}

.page-title{
    margin: 0px 0 0;
}

.page-title h2 img{
    width: 100%;
    padding-top: 80px;

}

.prof-photo{
    text-align: center;
    margin: 30px 0;
}

.prof-text h3{
    font-size:1.6em;
    margin-bottom: 15px;
}

.prof-text ul{
    margin-top: 20px;
}
.prof-text a:hover{
    text-decoration: underline;
}

.pankuzu {
    border-bottom: 1px solid #999999;
}

.pankuzu-inner {
    max-width: 1280px;
    width: 95%;
    padding: 10px 0;
    margin: 0 auto;
}

.achives dl{
    margin-bottom: 100px;
}

.achives dt{
    font-weight: 700;
    padding-top: 20px;
}

.achives dd{
    border-bottom: 1px dashed #333;
    padding: 20px 0;
}
.media-newpaper{
    background-color: #2BCCED;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 0.9em;
}

.media-tv{
    background-color: #EB26EA; 
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 0.9em;
}

.media-radio{
    background-color: #3CCC0A; 
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 0.9em;
}

.media-net{
    background-color: #ff8c00; 
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 0.9em;
}

.media-magazine{
    background-color: #0000ff; 
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 0.9em;
}

.book dt{
        border-bottom: 1px dashed #5A5A5A;
    font-size: 1.4em;
}

.book-data{
    font-size: 0.9em;
    margin-bottom: 20px;
}
.book-image{
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
}
.book-description{
    margin-bottom: 30px;
}

.book-button a:hover{
    opacity: 0.7;
}

.book h3{
    text-align: center;
    padding-bottom: 30px;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
    text-align: center;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2.0em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

#greeting h3{
    text-align: center;
    margin: 50px 0;
}

#greeting p{
    margin-bottom: 20px;
}



h4.tvasahi{
    background-color: #666;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 20px;
    margin: 30px 0 15px;
}
ul.produce{
    list-style-type: disc;
    padding-left: 20px;
}

ul.produce li{
    list-style-type:square;
}

ul.produce li ul{
    padding-left: 25px;
}

ul.produce ul li{
    list-style-type:circle;
}
.sign{
    text-align: right;
}

.land{
    background-color: #626fff;
    color:#fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.amazon{
    background-color: #ffc14c;
    color:#000;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}
.rakuten{
    background-color: #bf0000;
    color:#fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}

.yahoo{
    background-color: #ff0033;
    color: #ffff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}

.info-img{
    margin: 20px auto;
    width: 80%;
}

.sub-menu{
    text-align: center;
    margin-bottom: 80px;
}

.sub-menu a{
    display: inline-block;
    margin: 5px 5px;
    padding: 2px 10px;
    background-color: #666;
    border: 2px solid #666;
    border-radius: 20px;
    color: #fff;
} 
.sub-menu a:hover{
    display: inline-block;
    margin: 0 5px;
    padding: 2px 10px;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 20px;
    color: #666;
} 
