/*
Theme Name: xxx-child
Theme URI: 
Description: xxx の子テーマです 
Author: ailylab
Author URI: http://www.aily-lab.co.jp/
Version: 1.0.0
Template: xxx
*/

/* コーディング用。最後に削除 */
.row img[src=""] {
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
}

/****************************************
1.Setting
*****************************************/
body {
    background-color: #fff;
    color: #1a1a1a;
    font-size: 17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}

img {
    max-width: 100%;
    display: block;
}

p {
    padding: 0px;
    margin: 0px;
    line-height: 2;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

a {
    color: #1a1a1a;
}

a:hover {
    color: #1a1a1a;
}

@media(min-width: 768px) {
    .pc {
        display: block;
    }
    .mb {
        display: none;
    }
    .mb + span {
        display: inline;
    }
}
@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .mb + span {
        display: none;
    }
}

.col-md-6 .img_box {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.img_box .trim_t70 {
    position: absolute;
    top: -70%;
}

.section .row a img:hover {
    opacity: 0.8;
}

.sandwich {
    padding: 20px 0px;
    border-top: 2px solid tomato;
    border-bottom: 2px solid tomato;
    font-size: 28px;
}

.btn_red {
    display: block;
    width: 70%;
    padding: 20px;
    margin: 60px auto 0px;
    border-radius: 20px;
    background-color: tomato;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 768px) {
    .btn_red {
        width: 100%;
    }
}

.btn_red:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
}

.col2_table {
    width: 70%;
    margin: 0px auto;
}
@media (max-width: 768px) {
    .col2_table {
        width: 100%;
    }
}

.col2_table dt {
    width: 30%;
    float: left;
}
@media (max-width: 768px) {
    .col2_table dt {
        float: none;
    }
}

.col2_table dd {
    padding-left: 35%;
    text-align: left;
}
@media (max-width: 768px) {
    .col2_table dd {
        padding-left: 0px;
        text-align: center;
    }
}

.tell_num {
    font-size: 32px;
}

.tell_num:before {
    margin: 0px 5px 0px 0px;
    color: tomato;
    font-family: FontAwesome;
    content : "\f095";
}

/****************************************
2. Layout 
*****************************************/
/* 親テーマ（habakiri/bootstrap）で指定されたスタイルに対する上書き */
#main {
    margin: 0px 0px 0px 0px;
}

.section {
    padding: 60px 0px 60px 0px;
}

.section .row div {
    margin-top: 60px;
}

@media (max-width: 768px) {
    /* カラム内のブロック要素は中央寄せ（上下マージンは継承）*/
    .row .col-xs-12 * {
        margin-left: auto;
        margin-right: auto;
    }
}

.container {
    width: 900px;
    margin: 0px auto;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

/****************************************
3. header,nav
*****************************************/
#header {
    position: relative;
    padding-top: 47%;    /* 700/1500 = 0.46.66 */
    background-image: url(images/back.jpg);
    background-size: contain;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
}

.header_cover {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.header_info {
    margin-top: 15%;
    font-size: 10px;
    color: #fff;
}

.header_info h1 {
    font-size: 5em;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .header_info h1 {
        font-size: 1.5em;
    }
}

.header_info h1 strong {
    font-size: 1.5em;
    font-weight: normal;
}

/****************************************
4. sidebar
*****************************************/

/****************************************
5. contents
****************************************/
.top_recommend dl dt {
    position: relative;
    margin: 0px 0px 15px 0px;
}

.top_recommend dl dt:not(:first-child) {
    margin-top: 30px;
}

.top_recommend dl dt:after {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 48%;
    border: 15px solid transparent;
    border-top: 15px solid tomato;
    content: '';
}

.gmap {
    position: relative;
    padding: 25% 0px;
    height: 0;
    overflow: hidden;
}

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

/****************************************
6. Footer 
****************************************/
#scroll_top {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    display: none;
}

#scroll_top a {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: tomato;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
}

#scroll_top a:after {
    color: #fff;
    font-size: 45px;
    font-family: FontAwesome;
    content : "\f106";
}

/****************************************
7. Single 
****************************************/

/****************************************
8. WP
****************************************/
