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

#main{
    clear: both;
    margin: 15px 0 0 0;
    overflow: hidden;
}
#main img{
    width: 100%;
    height: auto;
}
#lp_jigane h1{
    text-align: center;
    font-family: "ＭＳ Ｐ明朝";
    clear: both;
    margin: 30px 0;
    padding: 0 10%;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 180%;
}

#slidewrap,
#slidewrap tbody,
#slidewrap tr,
#slidewrap td,
#slidewrap th{
    display: block;
    clear: both;
    width: 100%;
}
#slidewrap th{
    display: none;
}
#slidewrap td{
    padding: 40px 0 20px 0;
}
#slidewrap td iframe{
    width: 100%;
    height: 550px;
    border: none;
    
}
#slidewrap td#slide_sisan{
    background-color: #e7eff0;
}
#slidewrap td#slide_okuri{
    background-color: #fff9e7;
}

.btns{
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
}
.btns a{
    display: block;
    margin: auto;
    color: black;
    text-decoration: none;
    width: 80%;
    padding: 20px;
    font-weight: bold;
    background-color: orange;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
}

/**/
#kinkawrap,
#kinkawrap tbody,
#kinkawrap tr,
#kinkawrap td,
#kinkawrap th{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#kinkawrap td{
    text-align: center;
    padding-bottom: 80px;
}
#kinkawrap td:first-child{
    border-right: 1px solid #ddd;
}
#kinkawrap td h2{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 30px;
}
#kinkawrap td h3{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 24px;
}
#kinkawrap td p{
    width: 80%;
    text-align: left;
    margin: auto;
}
#kinkawrap td img{
    width: 80%;
    margin: auto;
}
.tables{
    display: table;
    margin: auto;
    border-top: 1px solid #ddd;
}
.tables dl{
    display: table-row;
}
.tables dl dt,
.tables dl dd{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}
a.mitsu_btn{
    font-size: 15px;
    display: block;
    margin: 30px auto;
    color: #e0a300;
    text-decoration: none;
    width: 250px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
    border: 1px solid #e0a300;
}
a.gin{
    color: #4b8cef;
    border: 1px solid #4b8cef;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
    
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/7);
  height: 50px;
  line-height: 120%;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
    
}
.tab_item span{
    font-weight: normal;
    font-size: 9px;
    display: none;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#britannia:checked ~ #britannia_content,
#royalarms:checked ~ #royalarms_content,
#wien:checked ~ #wien_content,
#mapleleaf:checked ~ #mapleleaf_content,
#kangaroo:checked ~ #kangaroo_content,
#bar:checked ~ #bar_content {
  display: block;
}
.tabs label{
    font-size: 12px;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #a47b0b;
    border-bottom: 3px solid #d7b556;
}
.tab_content ul{
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
}
.tab_content ul li{
    margin: 0px;
    padding: 10px 0px;
    clear: both;
    width: 100%;
    display: block;
    list-style: none;
    font-size: 13px;
    line-height: 150%;
}
.tab_content ul li img{
    width: 50%;
    height: auto;
    margin: auto auto -20px 23.5%;
}
.tab_content ul li:nth-child(odd){
    
    
    
}
.tab_content h4{
	display: flex;
	align-items: center;
    font-size: 17px;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
}

.tab_content h4:before,
.tab_content h4:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #ddd; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
.tab_content ul li a{
    text-decoration: underline;
}
.tab_content ul li a:hover{
    text-decoration: none;
}
#sp_glback{
    margin-bottom: -10px;
}