
/* ************************************************************
　共通
************************************************************ */
html {
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333333;
    background-color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
img {
    width: 100%;
    height: auto;
    display: inherit;
}
a {
    color: #000;
}
a {
  padding: 5px .3em;
  transition: all .3s;
}
a:hover {
  color: #fff;
  background-color: #00b8ee;
  text-decoration: none;
}
a > img:hover {
    opacity: 0.7;
    transition: .3s;
}
p {
    margin: 0;
    line-height: 2.0;
}
h1 {
    margin: 0;
    line-height: 1;
}
h2 {
    font-size: 3.75rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}
h3 {
    font-size: 1.75rem;
    line-height: 1.6;
    margin: 0;
}
h4,h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}
.bold {
	font-weight: bold;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}
dl:after {
  content: "";
  clear: both;
  display: block;
}
dt,dd {
    padding: 1rem;
}
dt {
    float: left;
}
dd {
    border-top:1px solid #fff;
    width: 64%;
    padding-left: 33%;
}
dd:last-child {
    border-bottom:1px solid #fff;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

/*hover*/
img.opacity {
    opacity: 1;
}
img.opacity:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1;
}

/* Align */
.a_left {
	text-align: left;
}

.a_center {
	text-align: center;
}

.a_right {
	text-align: right;
}


/* ************************************************************
　Layout
************************************************************ */

/* l-section
----------------------------------*/
.l-section {
    position: relative;
    scroll-behavior: smooth;
}

.l-section__inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
}


/* gmap
----------------------------------*/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* l-footer 
----------------------------------*/
.l-footer__copyright {
    font-size: 0.6875rem;
    color: #000;
    text-align: center;
    margin-top: 1px;
    padding: 1.875rem 0;
    background: #f2f2f2;
}

/* ************************************************************
　Compornent
************************************************************ */

/* header
----------------------------------*/
header img{
    text-align: center;
    width: 300px;
    margin: 10px auto;
}
header h2{
    text-align: center;
    font-size: 1.75rem;
    margin: 40px auto;
}

/* c-heading
----------------------------------*/
.c-heading h4 {
    text-align: center;
}
.c-heading p {
    text-align: center;
    font-size: 1.125rem
    line-height: 1.8;
    margin-top: 10px;
}

/* ************************************************************
　Utility
************************************************************ */
/* --------------- u-text --------------- */
.u-mb10 {margin-bottom: 10px;}
.u-mb20 {margin-bottom: 20px;}
.u-mb30 {margin-bottom: 30px;}
.u-mb40 {margin-bottom: 40px;}
.u-mb50 {margin-bottom: 50px;}
.u-mb60 {margin-bottom: 60px;}
.u-mb70 {margin-bottom: 70px;}
.u-mb80 {margin-bottom: 80px;}
.u-pt40 {padding-top: 40px;}
.u-pt80 {padding-top: 80px;}

/*clearfix*/
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* パソコンで見たときは"for-pc"のpointがついた画像が表示される
----------------------------------*/
.for-pc { display: block !important; }
.for-sp { display: none !important; }
 
/* スマートフォンで見たときは"for-sp"のpointがついた画像が表示される
----------------------------------*/
@media (max-width: 31.25em) {
    .for-pc { display: none !important; }
    .for-sp { display: block !important; }
}

#ytm + img {
    height:0;
}

/* ************************************************************
　iPad-pro
************************************************************ */
@media (max-width: 67.500em) {
    .l-section__inner {
        width: 90%;
    }
    header h2{
    font-size: 1.25rem;
}
    header img{
        width: 50%;
    }
}

/* ************************************************************
　SP
************************************************************ */
@media (max-width: 31.25em) {

    /* l-section
    ----------------------------------*/
    .l-footer,
    .l-section {
        width: 100%;
        min-width: auto;
    }
    .l-section__inner {
        width: 90%;
        margin: 0 auto;
    }
}