﻿@charset "utf-8";
/* CSS Document */

#right_box h1 span{
	font-size:2.4rem;
}
#right_box .main_v{
	font-size:0px;
}
#right_box .main_v img{
	width:100%;
}
#right_box .text_L{
	font-size:1.8rem;
}

#right_box #pickup {
				width: 80%;
    font-size: 0px;
    border: solid 1px #ccc9c9;
    border-radius: 0.7rem;
    overflow: hidden;
				margin: 2rem auto 0 auto;
}

#right_box #pickup li span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    padding: 0.5em 0;
				width: 100%;
}

#right_box #pickup li a{
    display: flex;
  	align-items:center;
}

#right_box #pickup li a img{
width:60%;
}


#right_box h3 span{
	font-size:6rem;
	color:#a47750;
	background-color:#f9ece1;
	border-radius:50%;
	width:1.55em;
	min-width:1.55em;
	height:1.55em;
	display:inline-block;
	text-align:center;
	line-height:1.55;
	margin-right:-0.3em;
}

#right_box ul.anchor {
margin:2rem auto;
}

#right_box ul.anchor li {
    display: inline-block;
    width: 24%;
    margin-right: 0.5%;
    font-size: 1.45rem;
    line-height: 1.2;
}

#right_box ul.anchor li a {
    display: block;
    border-bottom: 1px solid #ccc9c9;
    padding: 0 1.5em 0.8em 0;
    position: relative;
    margin-bottom: 1em;
}

#right_box ul.anchor li a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    right: 0.5em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.15em solid #ff0a0a;
    border-right: 0.15em solid #ff0a0a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#about .flex ul,#shareholder .flex ul,#detail .flex ul{
	width:100%;
}

#about .flex li,#shareholder .flex li,#detail .flex li{
	border-bottom:1px solid #ccc9c9;
	width:48%;
}

#about .flex li a,#shareholder .flex li a,#detail .flex li a{
	position:relative;
	display:block;
	padding:1em 0;
	padding-left:1em;
}
#about .flex li a:hover,#shareholder .flex li a:hover,#detail .flex li a:hover{
	color:#EB0100;
}
#about .flex li a:after,#shareholder .flex li a:after,#detail .flex li a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    left: 0em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.15em solid #ff0a0a;
    border-right: 0.15em solid #ff0a0a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section h3 {
    font-size: 2.6rem;
    margin-top: 2em;
    padding:1em 0 0.5em 0;
	margin-bottom:0.5em;
	color: #7b3d34;
  border-bottom: 4px solid #ddb476;
}
#detail h4{
	background-color:#f1eee9;
	font-size:2rem;
	padding:0.4em 0.8em;
}


#event h3 {
    font-size: 2.6rem;
    padding:1em 0 0.5em 0;
	margin-bottom:1em;
	color: #7b3d34;
  border-bottom: 4px solid #ddb476;
}

#event h4 {
    font-size: 2.4rem;
    margin-top: 1em;
    margin-bottom: 0.7em;
}

#event h5 {
background-color: #f1eee9;
    font-size: 2rem;
    padding: 0.4em 0.8em;
      margin-bottom: 0.7em;
}


#event ul.download li {
    margin-top: 1em;
}

#event .flex {padding:2rem 0;}
#event .flex div {width: 48%;}
#event .flex div img{width: 100%;}

#other .banner{
margin:6rem auto 0 auto;
}

#other .banner a{
  border-radius: 1rem;
  display:block;
  font-size:0;
}

#other .banner a img,#other .banner_list a img{
  width: 100%;
		border-radius: 1rem;
}

#other .banner_list{
margin:4rem auto 0 auto;
}

#other .banner_list li{
width:31.5%;
}

#other .banner a img,#other .banner_list a img{
  width: 100%;
		border-radius: 1rem;
}

/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
  
#right_box h3{
	font-size:2.61vw;
}
#right_box h3 span{
	font-size:5.25vw;
}
#detail h4{
	font-size:1.69vw;
}
#detail li a{
	font-size:1.35vw;
}
  
 
 #event h5 {
    font-size: 1.69vw;
} 
  
 #event p,#event a{
    font-size: 1.35vw;
} 
  
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){


#right_box ul.anchor li {
    width: 48%;
				margin-right: 1%;
}

#about .flex li, #shareholder .flex li, #detail .flex li {
	height:15.5vw;
}

#right_box #pickup {
    width: 90%;
}

#right_box #pickup li a {
display:block;
}

#right_box #pickup li a img {
    width: 100%;
}

.flex li.double a{
	line-height:1.2;
	padding: 1em 0 0 1em !important;
}


#right_box h3 {
    font-size: 2.5rem;
	flex-wrap:nowrap;
	line-height:1.3;
}

#right_box h3 {
    font-size: 2rem;
}
#detail h4 {
    font-size: 1.8rem;
}
  
#event h4 {
    font-size: 2rem;
}

#event h5 {
    font-size: 1.8rem;
}


#other .banner_list {
    margin: 3rem auto 0 auto;
}

#other .banner_list li {
    width: 48%;
				margin-bottom: 2%;
}




}



