@charset "UTF-8";



*{
    color:#1a1a1a;
    -webkit-text-size-adjust: 100%; /* iphone5cで自動的に文字が大きくなる問題に対応 */
    letter-spacing: 1px;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.fullimage{
    width:100%;
}

img{
    vertical-align:bottom
}


a:link {
    color: #2196F3;
    -webkit-tap-highlight-color: rgba(0, 100, 249, 0.50);
}
a{
    color: #2196F3;
}

a:hover {
    color: #d6d6d6;
}

::-moz-selection{
    background: rgba(0, 100, 249, 0.50); 
    color: #fff; text-shadow: none;
}
::selection {
    background: rgba(0, 100, 249, 0.50);
    color: #fff; text-shadow: none;
}

:any-link {
    text-decoration: none;
}


@media all and ( max-width: 375px ) {
    .isPC{
        display:none;
    }
}

@media all and ( min-width: 376px ) {
    .isSP{
        display:none;
    }
}


.devpagedesign{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    opacity: 0.4;
    display:none;
}

ul{
    margin:0;
    padding:0;
}


@font-face {
    font-family: "Yu Mincho";
    src: local("Yu Mincho Demibold");
    font-weight: 500;
}

body{
    font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif!important;
}

.minchofont{
    font-family: "Yu Mincho", "YuMincho", serif!important;
    font-weight: lighter;
}

.gothicfont{
    font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif!important;
}

.youtube, .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed ,
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}