@charset "UTF-8";

/*--------------------------------------------*/
/*レイアウト*/
/*--------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
    /*font-size: px;*/
}

img {
    max-width: 100%;
}

.inner {
    width: 980px;
    margin: 0 auto;
}


/*--------------------------------------------*/
/*文字*/
/*--------------------------------------------*/

.mincho {
    font-family: "游明朝体", "YuMincho", "HiraMinProN-W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.under {
    background: url(../images/content-bg.png) repeat-x bottom center;
    font-size: 24px;
}

.bold {
    font-weight: bold;
}

.voice-bold {
    font-weight: bold;
    color: #CB232E;
}

.red{
color: #CB232E;}


/*--------------------------------------------*/
/*リンク*/
/*--------------------------------------------*/

a:hover {
    opacity: 0.8;
}

#kansou-followup,
#kansou-hantoshi,
#kansou-sanka {
    margin-top: -60px;
    padding-top: 60px;
}


/*----------------------------------*/
/*ヘッダとメインビジュアル*/
/*----------------------------------*/

.top-headimg {
    height: 684px;
    background: url(../images/main_bg_up_2018.jpg) no-repeat bottom center; 
}


/*----------------------------------*/
/*ヘッダ*/
/*----------------------------------*/

.header {
    padding: 5px 0 12px;
    position: relative;
}

.header h1 {
    font-size: 12px;
    margin-bottom: 8px;
}

ul.hd-contact {
    position: absolute;
    top: 36px;
    right: 0;
}

ul.hd-contact li {
    float: left;
}

ul.hd-contact li:last-child {
    margin-left: 31px;
    padding-top: 13px;
}

ul.hd-social {
    position: absolute;
    top: 5px;
    right: 0;
}

ul.hd-social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding: 0;
}

ul.hd-social li:last-child {
    margin-right: 0;
}

.fb-like>span {
    vertical-align: top !important;
}



/*----------------------------------*/


/*フッタ*/


/*----------------------------------*/

.footer {
    background-color: #064472;
    height: 107px;
}

.footer p {
    color: #fff;
    text-align: center;
    padding-top: 69px;
}

#footer-fixed {
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(9, 68, 114, 0.8);
}

#footer-fixed p {
    text-align: center;
    font-weight: bold;
    padding: 5px 0 0 0;
    color: white;
}

#footer-fixed ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

#footer-fixed ul li {
    display: table-cell;
    text-align: center;
}

#footer-fixed ul li a {
    display: block;
    width: 90%;
    margin: 5px auto;
    padding: 5px 0 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    line-height: 1;
}

#footer-fixed #sp-fix-tel a {
    background: #e81801;
    background: -moz-linear-gradient(top, #e81801 0%, #8c0100 100%);
    background: -webkit-linear-gradient(top, #e81801 0%, #8c0100 100%);
    background: linear-gradient(to bottom, #e81801 0%, #8c0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81801', endColorstr='#8c0100', GradientType=0);
    border-radius: 10px;
}

#footer-fixed #sp-fix-entry a {
    background: #94c429;
    background: -moz-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: -webkit-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: linear-gradient(to bottom, #94c429 0%, #27b245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c429', endColorstr='#27b245', GradientType=0);
    border-radius: 10px;
}


/*----------------------------------*/


/*メディアクエリ*/


/*----------------------------------*/

@media (max-width: 480px) {
    .schedule-list p {
        font-size: 0.75rem;
        display: block;
    }
    .top-schedule h2 span {
        font-size: 0.9rem;
    }
    .about-inr-bg .bg {
        padding: 12px 30px;
    }
    .plan-detail dd {
        width: auto;
    }
    .plan-detail {
        margin-left: -5em;
    }
}

@media (max-width: 768px) {
    
    .youtube-player{    width: 100%;}
    
    .dt-only {
        display: none;
    }
    ul.hd-social {
        position: relative;
        text-align: right;
    }
    .header h1 {
        font-size: 0.75rem;
        margin-top: 10px;
        margin-bottom: 8px;
        text-align: center;
    }
    .top {
        background: transparent;
        height: auto;
    }
    
    .top-headimg{
     background: transparent;
        height: auto;
    }
    
    .main-vis .sp-original img {
        width: 100%;
    }
    .g-nav {
        display: none;
    }
    .inner {
        width: 90%;
    }
    .about .lead {
        width: 100%;
    }
    .about-inr {
        width: 100%;
    }
    .about-intro {
        padding: 0;
    }
    .kansou-inr {
        width: 100%;
    }
    .head {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        z-index: 100;
    }
    .head-inner {
        width: 94%;
        padding: 10px;
        margin: 0 auto;
    }
    .head-inner:before,
    .head-inner:after {
        content: " ";
        display: table;
        clear: both;
    }
    .logo {
        float: left;
        width: 75%
    }
    .logo img {
        width: 100%;
    }
    .nav-btn {
        float: right;
        width: 12%;
        max-width: 70px;
    }
    .nav-btn.close {
        display: none;
    }
    .gnav {
        display: none;
        clear: both;
        width: 100%;
        padding: 10px 0 0;
    }
    .gnav li {
        width: 100%;
        margin-top: 10px;
    }
    .gnav a,
    .gnav p {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        text-decoration: none;
        background: #235b79;
        padding: 10px 15px;
    }
    .gnav .nav-btn {
        float: none;
        width: 100%;
        max-width: inherit;
        background: #999;
    }
    .gnav .nav-mail {
        background: #870000;
    }
    .gnav .nav-entry {
        background: #007e00;
    }
    .kansou p.fuan {
        width: 100%;
    }
    .voice-box {
        padding: 10px 15px 15px;
    }
    .voice-box table td:first-child {
        width: 7em;
        padding-right: 8px;
        font-size: 11px;
    }
    .voice-box table td:last-child {
        font-size: 12px;
    }
    .ikaga .main {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .ikaga .ishii,
    .inquiry .ishii ,ishii{
        float: none;
        text-align: center;
        width: 100%;
    }
    .contact p {
        font-size: 13px;
        width: 100%;
    }
    .contact .woman img {
        display: none;
    }
    .contact table {
        width: 100%;
        top: 295px;
        right: 0;
    }
    .contact td {
        font-size: 12px;
    }
    .contact td.midashi {
        font-size: 12px;
        padding-left: 5px;
        width: 10em;
    }
    h3.ribbon {
        font-size: 12px;
    }
    .contact ul li {
        float: none;
        margin-right: 0;
    }
    .sche-midashi {
        font-size: 20px;
    }
    .schedule table {
        font-size: 13px;
    }
    .cell-photo {
        display: block;
    }
    .cell-photo~td {
        display: block;
        border: none;
        margin-bottom: 10px;
    }
    .tab-btn::after {
        background: url(../images/icon-arrow.svg) no-repeat center center;
        background-size: cover;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        position: absolute;
        top: 50%;
        left: 10%;
        content: "";
    }
    .tab-btn {
        display: block;
        position: relative;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: normal;
        color: #fff;
        text-align: center;
        padding: 12px 0;
        border-radius: 5px;
        margin: 0 0 2px;
        cursor: pointer;
        background: linear-gradient(0deg, #21b148 0%, #99c528 100%);
        border-style: solid;
        border-color: #99c528;
        border-width: 2px;
        padding: 18px 0;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 3px;
    }
    .risonare {
        width: 100%;
    }
    .faq-block .faq-q {
        padding: 0 0 16px 85px;
    }
    .faq-block .faq-q p {
        font-size: 16px;
        line-height: 1.2;
    }
    .inquiry .main {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .top-schedule {
        position: relative;
        left: inherit;
        top: inherit;
        width: 94%;
        margin: 10px auto 30px;
    }
    .header {
        margin-top: 115px;
    }
    .mail-link a{width:auto;}
    
}

@media (max-width: 839px) {
    h2 {
        font-size: 30px;
    }
    .contact {}
}

@media (min-width: 480px) and (max-width: 839px) {}

@media (min-width: 769px) {
    .head {
        display: none;
    }
    .sp-original {
        display: none;
    }
    .contact-area {
        background: transparent url(../images/contact-tel-pc.png) 0px 0px no-repeat;
        padding-top: 92px;
        padding-left: 140px;
        width: 94%;
    }
}


/*コンテンツエリア*/

.sp { display:none;}
.mgb0 { margin-bottom:0px;}
.mgt30 { margin-top:30px;}


.auto-btn { display:inline-block}
.auto-btn a{
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: linear-gradient(#ffbe17, #ff8200);
	width: 10em;
	text-align: center;
	border: 1px solid #ff8c00;
	color:#FFF;
	margin-right:1em;
	cursor:pointer;
}
.auto-btn a,
.entry-btn a { color:#FFF; text-decoration:none;}

.entry-btn { text-align:center; margin-bottom:50px;}
.entry-btn a{
	display: inline-block;
	padding: 15px 0px;
	border-radius: 5px;
	background: linear-gradient(#c50018, #7f0018);
	width: 10em;
	text-align: center;
	border: 1px solid #7f0018;
	color:#FFF;
	margin:0 10px;
	cursor:pointer;
}

.entry-btn a.back{
	background: linear-gradient(#c3c8c8, #646464);
	border: 1px solid #646464;
	}

.center { text-align:center !important;}

.contents { width:100%; max-width:980px; margin:30px auto 0 auto; line-height:1.6;}
.contents p { font-size:16px;}
.contents p span,
.contents span.caution{ color:#c50018;}

.contents input,
.contents select {
	border: 1px solid #ffbe17; padding:5px; display:inline-block;
}

.contents select {
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/arrow01.gif) right 50% no-repeat;
	background: url(../images/arrow01.gif) right 50% no-repeat;
	background-size: 40px, 100%;
	background-color:#FFF;
	box-sizing:border-box;
}


textarea.soudancontent{width:100%;height:6em;}



.title { margin-bottom:30px;}
.title p{ text-align:center;}
.title h2 {
	font-size: 30px;
	text-align: center !important;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffbe17;
	padding-bottom:10px;
	margin-bottom:20px;
}
.contents table { width:100%; margin-bottom:30px;}
.contents table,
.contents table tr,
.contents table th,
.contents table td{
	border-collapse: collapse;
	border: 1px solid #FFF;
}

.contents table th,
.contents table td{
	padding:15px 20px;
}
.contents .first select { width:auto;    padding-right: 55px;}
.contents .first table th { background-color:#ffbe17; text-align:center; font-size:17px; width:20%;}
.contents .first table td { background-color:#fbf3df;}
.contents h3 {
	font-size: 25px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffbe17;
	padding:4px 0 4px 10px;
	margin-bottom:10px;
}
.contents .entry {background-color:#fbf3df; padding:30px 30px 30px 30px; margin-bottom:50px;}
.contents .entry table,
.contents .entry table tr,
.contents .entry table th,
.contents .entry table td{
	border: 1px solid #fbf3df;
}


.contents .entry .kiyaku { padding:20px; background-color:#FFF;margin-bottom:30px;}
.contents .entry .kiyaku .inner-contents { overflow-y:scroll; height:300px; padding:15px 15px 30px 15px; box-sizing:border-box;}
.contents .entry .kiyaku .inner-contents h4{ font-size:20px; font-weight:bold; margin-bottom:15px;}
.contents .entry .kiyaku .douiArea { text-align:center;}
.contents .entry .kiyaku .douiArea label{ font-size:16px;}

.contents.confirm table th { background-color:#ffbe17; font-size:15px;}
.contents.confirm table td { background-color:#fff;}

.contents.confirm table { margin-bottom:50px !important;}
.contents.confirm table,
.contents.confirm table tr,
.contents.confirm table th,
.contents.confirm table td{
	border: 1px solid #ffdc8f;
}

.contents.confirm table th { text-align:left; width:30%;}

.contents .entry table th { background-color:#ffbe17; font-size:15px;}
.contents .entry table td { background-color:#fff;}
.contents .entry p { margin-bottom:30px;}
span.cost { font-size:35px; font-weight:bold; color:#c50018;}
.contents .entry table th { width:15em;}
.contents .entry table th.selectPay { width:3em;}
.contents .entry table th { position:relative;}
.contents .entry table th span.hissu { font-size:12px; font-weight:bold; color:#fff; background-color:#c50018; padding:3px 0px; display:block; width:3em ; text-align:center; position:absolute; top:15px; right:15px;}
.contents input.name { width:10em; margin-right:1em;}
.contents input.code { width:4em; margin-bottom:15px;}
.contents select.pref { width:15em; display:block; margin-bottom:10px;}
.contents input.adl { width:30em; display:block; margin-bottom:10px;}
.contents input.tel { width:4em;}
.contents input.mail { width:30em; display:block; margin-bottom:10px;}
.contents input.radio { border:none;}
.contents input.doui { border:none;}
.contents select.pay { width:10em;}
.contents input.number { width:4em;}
.contents input.security { width:4em;}
.contents select.time-year { width:10em;}
.contents select.time-month { width:6em;}
.contents.thanks dl { text-align:center; margin-bottom:30px;}
.contents.thanks dt,
.contents.thanks dd{ display:inline-block; vertical-align:middle;}
.contents.thanks dt { margin-right:5px;}
.contents.thanks dd.email-txt { font-size:20px; font-weight:bold;}
.contents.thanks dd.tel-txt { font-size:32px; font-weight:bold;}
.contents.thanks .thanks-txt p { margin-bottom:30px;}
.contents.thanks .thanks-txt { text-align:center; margin-bottom:100px;}
.contents.thanks .bank {
	width: 90%;
	margin: 10px auto 30px auto;
	background-color: #fbf3df;
	border: 2px solid #ffbe17;
	padding-top:30px;
	padding-left:30px; padding-right:30px;
	box-sizing:border-box;
}
.contents.thanks .bank p{ text-align:center; font-weight:bold;}



.contents .btnSubmit{
    display: inline-block;
    padding: 15px 0px  !important;
    border-radius: 5px;
    background: linear-gradient(#61c500, #007f10);
    width: 10em;
    text-align: center;
    border: 1px solid #047f00 !important;
    color: #FFF;
    margin: 0 10px;
    cursor: pointer;
}



@media (max-width: 770px) {
	.title h2 { text-align:left !important;}
.contents { width:96%; margin-left:auto; margin-right:auto;}
	.sp { display:block;}
    table.res th,
    table.res td{
    width: 100% !important;
    display: block;
    border-top: none;
    }
  .table.res tr:first-child th { border-top: 1px solid #ddd; }
  .contents input.adl { width:100% !important;}
  .contents input.mail { width:100% !important;}
  .contents input.name { margin-right:0em; margin-bottom:15px; width:70%;}
  
  .auto-btn{
	display:block;
	margin-bottom:10px;
}
.entry-btn a{
	width: 100%;
	margin:20px 0px;
}
  .contents.thanks .bank{ width:100%;}
  
  .auto-btn a{
	  width:100%;
}
.contents select.time-year { margin-bottom:10px;}
  
}
