﻿/* 共通 */

.buin_name {
    font-size:110%;
    font-weight:bold;
}
.buin_img{
    width:120px;
    height:120px;
    padding-right:20px;
    float: left;
    padding-top:20px;
    padding-bottom:20px;
}
.buin_info {
    padding-top:20px;
    padding-bottom:20px;
    min-height:120px;
}
/* container */
.icon{
    display:none;
}
.box_container{
    margin-bottom: 20px;
}
.box_container li{
    margin:5px 0 5px 5px;
}

/*---------------------------------------------------------material---*/
.clear{

    clear:both;
}
.clear hr{
    display:none;
    margin-left:160px;
}
.number li {
    list-style-type: decimal;
    margin:0 50px;
}
.inner li{
    margin:5px;
    text-align:center;
}
.innerb {
    margin:0px;
    text-align:left;
}
.innerb li {
    margin:10px;
}
.innerb ul {
    margin:10px;
}
.cut {
    margin:5px 5px 5px 10px;
    position:relative;
    float:right;
    text-align:left;
}
.hot{
    color:red;
    font-size:100%;
}
.hot a:hover {
    color:#999999;
}
.title li{
    font-size:120%;
    font-weight:bold;
}
.title{
    font-size:120%;
    margin:10px 0 10px 0;
}

.contents{
    padding-bottom:70px;
}

#linkinme {
    margin-top:-70px;
    padding-top:70px;
}

.img_tile img:hover{
    opacity: 0.8;
}

.tile_title{
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

/* PC 向けの設定 */
@media screen and (min-width: 980px){
    .img_tile{
        display: inline-block;
        width: 200px;
        margin: 20px;
        vertical-align:middle;
        text-align: center;
    }
    .img_tile img{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 160px;
    }
    .inner{
        display:block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 50%;
    }
    .contents {
        margin-left: 40px;
        margin-right: 40px;
        width:860px;
    }
    #foot_crew {
        margin:0 10px;
        height:50px;
        font-size:80%;
        background-color:#ffffff;
        position: absolute;
        bottom: 0;
        width:860px;
    }
    #buin {
        margin:120px 10px 10px 10px;
    }
    .contents_buin{
        background-color:#ffffff;
        padding-bottom:50px;
    }
}

/* タブレット・スマホ 共通設定 */
@media screen and (max-width: 980px){
    #foot_crew {
        font-size:80%;
        background-color:#ffffff;
        position: absolute;
        bottom: 0;
        height:50px;
        width:360px;
    }
    #buin {
        margin : 100px 10px 10px;
        min-height: -webkit-calc(100vh - 180px);
        min-height: -moz-calc(100% - 180px);
        min-height: calc(100% - 180px);
    }
    .contents_buin{
        background-color:#ffffff;
        padding-bottom:50px;
    }
}

/* タブレット 向けの設定 */
@media screen and (max-width: 980px) and (min-width: 400px){
    .inner{
        display:block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 50%;
    }
    .img_tile{
        display: inline-block;
        width: 150px;
        margin: 20px;
        vertical-align:middle;
        text-align: center;
    }
    .img_tile img{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 110px;
    }
    .contents {
        margin-left: 30px;
        margin-right: 30px;
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

/* スマホ 向けの設定 */
@media screen and (max-width: 400px){
    .inner{
        display:block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 90%;
    }
    .img_tile{
        display: inline-block;
        width: 40%;
        margin: 3%;
        vertical-align:middle;
        text-align: center;
    }
    .img_tile img{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 80%;
    }
    .contents {
        margin-left: 20px;
        margin-right: 20px;
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
/*--------------------------------------------------------*/

table.info {
    border-collapse:separate;
}
table.info tr td {
    vertical-align:top;
    width:271px;
    border:2px dotted #666666;
    line-height:140%;
}
iframe.info {
    border:2px dotted #666666;
}

.link_group{
    margin:20px 0 20px 0 !important;
}

.linklistitem{
    margin:3px 0 3px 20px !important;
}


.videobox{
    margin:20px 0 50px 10px;
}

.video_presents{
    margin:5px 0 0 0 ;
}

.flickr_slideshow{
    margin:10px 0 60px 10px;
}

.buin_key{
    margin:10px;
}

.accordion_title{
    border-bottom:1px solid #E2E3E4;
    cursor:pointer;
    padding-top:15px;
    padding-bottom:15px;
    display:flex;
    flex-direction: row;
}

.accordion_title h4{
	margin:0;
    margin-left:15px;
	padding:0;
}
.accordion_title h3{
	margin:0;
    margin-left:15px;
	padding:0;
}

.icon{
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.arrowicon{
    min-width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 3px 3px 0 0; 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:8px;
    margin-left:5px;
}
.downarrowicon {
    min-width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 3px 3px 0 0;
    margin-top:8px;
    margin-left:5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

li.listitem:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color:maroon;
}

.video_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;/* youtube埋め込みコードの横に対する縦の割合 */
}
.video_container iframe {
  position: absolute;
  width: 100% !important;/* 優先順位の変更 */
  height: 100% !important;/* 優先順位の変更 */
  top: 0;
  right: 0;
}
