@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  /*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html, body {
    font-family: sans-serif;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*画像サイズの調整*/
  img {
    height: auto;
    max-width: 100%;
  }
  a {
    color: #39f;
    -webkit-tap-highlight-color: #fc6;
  }
  /*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*ページ全体*/
  #container {
    position: relative;
    overflow: hidden;
  }
  /*本体*/
  #main {
    background-color: #fff;
  }
  /*カラム部分*/
  #main-in {
    background-color: #fff;
    padding: 0em 0 1em;
    box-shadow: 0px 0px 1px #594a42;
  }
  /*カラム内部のサイズ*/
  #main-contents .contents {
    margin-bottom: 1.5em;
    padding: 0 10px;
  }
  /*段落タグ*/
  #main-contents p {
    line-height: 1.8em;
  }
  /*全体のフォントサイズ*/
  #main-contents {
    font-size: 1.7em;
  }
  /*カラム全体の幅はスマホの場合固定*/
  .header_inr {
    width: 100%;
    margin: 0 auto
  }



/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
  #main-image {
    padding-top: 0em;
    height: auto;
  }

.global-menu{
  display: none;
}

.head_menu{
  display: flex;
  object-fit: contain;

}

.logo{
  width: 40%;
  padding-top: 5px;

}

.head_map{
  width:23.5%;
}

.head_btn{
  width: 42.1%;
}


/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  .subhead {
    margin: 0 -0.8em;
    margin-bottom: 1.5em;
  }
  .title_item {
    margin: 0 -1em;
  }
  .img_tyousei {
    margin: 0 -1em;
    margin-bottom: 0.5em;
  }
.bg_item {
   background-color: #000; 
	margin: 0 0em;
	padding: 0.5em 0em;
}
.title_buy{
    margin: 0 -1em;
}
.box_item {
    background-color: #fff;
	padding: 1em 1em 1em;
	margin: 0.5em 0em 0em;
	overflow: auto;
}
.box_item_inr_left {
	width:50%;
	float: left;
}
.box_item_inr_right {
	width: 50%;
	float: right;
	padding-top: 1.3em;
}
    .box_training{
    background-color: #f6f6f6;
    padding: 1em 1em;
    font-size: 0.9em;
    margin-bottom: 1em;
}
    .box_reazon{
    background-color: #f9f9f9;
    padding: 1em 1em 1.5em;
    font-size: 0.9em;
    margin-bottom: 1em;
   box-shadow: 0px 0px 1px #594a42;
}
.box_merit_inr{
    background: #fff;
    padding: 1em 1em;
    font-size: 0.9em;
}

.btn_tel{
	display: block;
}
	
  .box_hoei {
    background-color: #fff;
    border: 2px solid #466579;
    padding: 0em 1em 0.5em;
    margin: 0 1.5em 1em;
    font-size: 0.8em;
  }
  .box_hoei p {
    line-height: 1.7em !important;
  }
  .title_hoei {
    background-color: #466579;
    color: #fff;
    text-align: center;
    padding: 0.3em 0em 0.3em;
    margin: 0 -0.8em;
    margin-bottom: 0.5em;
    font-size: 1.4em;
    font-weight: bold;
  }
  .box_01 {
    font-weight: 100;
    padding: 0 2em;
    margin: 1em 0em 0em;
  }
  .box_02 {
    background-color: #FFFCF8;
    font-weight: 100;
    border-radius: 10px;
    padding: 0em;
    margin-bottom: 1em;
  }
  .bg_hoeitoha {
    background-image: url(../images/bg_002.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    max-height: 400px;
  }
  .box_text_02 {
    background-color: rgba(255, 255, 255, 0.3);
    width: 48%;
    float: right;
    padding: 1.5em;
  }
  .box_use {
    border-radius: 0px;
    margin: 0em 1em 0em;
    padding: 1em 0em 1em;
  }
  .box_koe {
    position: relative;
    padding: 1em 2em;
    margin: 0 1em 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
    overflow: auto;
  }
  .box_koe:before, .box_koe:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .box_koe:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
  }
  .title_koe {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 1.4em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    color: #D09B26;
  }
  .pink_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
  }
  .bg_premiumhoei {
    background-image: url(../images/bg_premiumhoei.jpg);
    background-size: cover;
    padding-bottom: 1em;
  }
  .box_premiumhoei {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0em 1em;
    padding: 2em;
  }
  .box_premiumhoei p {
    line-height: 1.6em !important;
  }
  .area_4seibun {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .box_4seibun {
    width: 40%;
    margin: 0 auto;
    padding: 0em;
    font-size: 90%;
  }
  .title_seibun {
    text-align: center;
    padding-bottom: 3px;
    font-weight: bold;
  }
  .box_4seibun img {
    width: 60%;
  }
  .img_gazou {
    text-align: center;
    margin-bottom: 5px;
  }
  .box_ansin {
    background-color: #fff;
    border-radius: 0px;
    padding: 1em 1em;
    font-size: 1em;
  }
  .box_seibun {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 1em;
    padding: 1em 2em;
  }
  .box_tokkyo {
    background-color: transparent;
    margin-bottom: 0em;
    padding: 1em 0em;
    font-size: 1em;
  }
  .tokkyo_img {
    margin: 0 -1.1em;
  }
  /*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/
  .box_entry {
    background-color: #125fa3;
    padding: 1em 1em;
  }
  .entry_inr {
    background-color: #fff;
    border-radius: 5px;
    padding: 1em 1em;
  }
  .entry_tel {
    width: 100%;
    float: none;
    margin-top: 0.5em;
  }
  .entry_mail {
    width: 100%;
    float: none;
    margin-top: 0.5em;
  }
  /*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
  .youtube_size {
    width: 100%;
    height: 440px;
  }
  /*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/
  .box_qa {
    background-color: #efefef;
    width: 96%;
    margin: 0px;
    padding: 0.5em;
  }
  .box_qa_q {
    background-color: #fff;
    width: 92%;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
    font-weight: bold;
  }
  .box_qa_a {
    background-color: #fff;
    width: 92%;
    padding: 0.5em 1em;
  }
  /*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/
  /*全体*/
  .mailform {
    background-image: url(../images/bg_mail.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0em 0em 1em;
    padding: 1em 0em 1.5em;
    border-radius: 20px;
    box-shadow: 0px 0px 1px #594a42;
  }
  /*入力部分*/
  .input {
    margin: 0em 0em 0em;
    padding: 1em 1em;
    font-color: #000;
  }
  .input_style {
    width: 100%;
    height: 60px;
    font-size: 100%;
    border-radius: 8px;
    margin-bottom: 0.5em;
    text-align: center;
    color: #7b7b7b;
  }
  input[type="image"] {
    width: 100%;
    text-align: center;
    margin: 0em;
  }
  /*注意部分の文字*/
  .caution {
    margin: 0em;
    padding: 0;
    font-size: 90%;
    color: #990000;
    text-align: center;
  }
  /*--------------------------------------------------------
Tableをブロック表示に 
--------------------------------------------------------*/
  #main-contents .table-style01, #main-contents .table-style01 tr, #main-contents .table-style01 th, #main-contents .table-style01 td {
    display: block;
  }
  #main-contents .table-style01 th, #main-contents .table-style01 td {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: padding-box;
  }
  #main-contents .table-style01 {
    zoom: 1;
  }
  #main-contents .table-style01:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  /*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/
  #main-contents .v-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  #main-contents .v-wrap iframe, #main-contents .v-wrap object, #main-contents .v-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 2em 0em;
    margin-bottom: 6.5em;
    font-size: 1em;
  }
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .tel_left {
	 display: block;
   background-color: #23bc04;
    float: left;
    width: 50%;
    padding: 0em 0;
    border-right: 0px solid #ccc;
  }
  .tel_right {
	  display: block;
    background-color: #da000f;

    float: left;
    width: 50%;
    padding: 0em 0;
  }
}