@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", 'Yu Gothic', "YuGothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", ;
	font-size: 1.4rem;
}

ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
}

a:link {
	color: #231815;
	text-decoration: none;
}

a:visited {
	color: #231815;
	text-decoration: none;
}

a:hover {
	color: #231815;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.6;
}

a:active {
	color: #231815;
	text-decoration: underline;
}

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

#main {
	margin: 0 auto;
	width: 100%;
}

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


#header_lp {
	padding-top: 20px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}


header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 120px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    z-index: 100;
}

ul img {
    float:left;
    width: auto;
}
ul .logo img{
    padding:0;
    max-width: 350px;
}
ul .cv_button{
    padding:0;
    margin: 0 0 0 55%;
}
ul .cv_button img{
    padding:0;
    max-width:387px;
}
#main {
    padding-top: 120px;
}
#main img {
	vertical-align: top;
    margin:auto;
    width:100%;
}
.campaign {
    /*padding-top:30px;*/
    width: 100%;
}
.traial_box {
    position: relative !important;
    width: 100%;
    z-index: 99;
}
.traial_box2 iframe{
    position: absolute;
    
    margin-left: -100%;
    margin-top: 25%;
        height: 500px;
}

#account_btn {
    position:absolute !important;
    width:85%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 5% auto!important;
}

#account_btn_2 {
    position:absolute !important;
    width:85%;
    top:130px;
    right:0;
    left:0;
    bottom:auto;
    margin: 10% auto!important;
}
#account_btn_3 {
    position:absolute !important;
        width: 60%;
    top: 390px;
    right:0;
    left:0;
    bottom:auto;
    margin: 10% auto!important;
}

@media screen and (max-width: 480px) {
#account_btn_2 {
    width: 85%;
    top: 5.5rem;
}
#account_btn_3 {
        width: 60%;
   top: 15.8rem;
}
.traial_box2{
  position: relative;
  top: 0;
}
.traial_box2 iframe{
  left: 0;
  top: 0;
	width:100%;
	    height: 20rem;
    position: absolute;
    margin-top: 23%;
    margin-left: 0;
}
}

@media only screen /*iPhone8plus用*/
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    #account_btn_2 {
    width: 85%;
    top: 6rem;
}
#account_btn_3 {
        width: 60%;
   top: 17.5rem;
}
} 
    
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

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


#yoyaku_btn {
    position:absolute !important;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 83% 9% 0 9% !important;
}

.video {
    position:relative;
    width:100%;
    padding-top:56.25%;
}

.video iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.voice .user {
    position: relative !important;
    width: 100%;
    z-index: 99;
}

#voice_btn_1 {
    position:absolute !important;
    width:85%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 207% auto!important;
}
#voice_btn {
    position:absolute !important;
    width:85%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 135% auto!important;
}

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
.address {
	margin:0 auto;
    width:100%;
    padding: 2% 10%;
    font-size:2rem;
}

.google_map{
    margin:0 4% 0 0;
}

@media only screen and (min-width: 768px) {
    #main {
    max-width: 960px;
    }   
}

@media only screen and (max-width: 767px) {

header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 70px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    padding: 8px;
    margin: 0 auto;
}
ul img{
    float:left;
    width:auto;
}

ul .logo img{
    max-width:150px;
    padding: 0;
} 
ul .cv_button{
    padding:0;
    margin: 0 0 0 45%;
}
ul .cv_button img{
    max-width: 190px;
    padding: 0;
    margin: 0 auto;
}

 #main {
    padding-top: 65px;
	margin: 0 auto;
	width: 100%;
}


.address {
	margin:0 auto;
    width:100%;
    padding: 2% 10%;
    font-size:12px;
}
}
@media only screen and (max-width: 320px) {
header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 50px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
}
ul img{
    float:left;
    width:auto;
}
ul .logo img{
    max-width:120px;
    padding: 0;
}
ul .cv_button img{
    max-width: 154px;
    padding: 0;
}

#main {
    padding-top: 50px;
	margin: 0 auto;
	width: 100%;
}

}