/* CSS Document */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*ホームボタンはサブページだけ*/
.sub_view{
    display: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  /*ここにcss*/
  /*
    メインイメージ
    */
  .main_img {
    /*margin-top: 100px;*/
    background: url("images/pc_bg01.jpg") no-repeat center center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_img_box1 {
    font-size: 120px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    line-height: 1.3em;
    text-shadow: 0 0 5px #000;
    color: white;
    margin-bottom: 20px;
    text-align: center;
  }
  .main_img_box2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    text-shadow: 0 0 5px #000;
    color: white;
    text-align: left;
  }
  .main_img_box2 span {
    font-size: 20px;
  }
  /*
    大事にしていること
*/
  .cherish {
    background-image: url("images/pc_bg_cherish.png");
  }
  .cherish_con {
    background: url("images/pc_bg_cherish2.png") no-repeat center center;
    text-align: center;
    padding: 60px 0;
  }
  .cherish_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .cherish_sub {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    width: 800px;
    margin: 0 auto 20px;
  }
  .cherish_icon {
    text-align: center;
    width: 800px;
    margin: 0 auto 20px;
  }
  .cherish_icon img {
    width: 90px;
    height: auto;
  }
  .cherish_txt {
    width: 800px;
    margin: 0 auto 60px;
    text-align: left;
    font-size: 19px;
    line-height: 1.5em;
  }
  .cherish_txt span {
    color: #D51A1D;
  }
  /*
    品目(item)
*/
  .item {
    /*background: url("images/pc_bg_item.png");*/
    background-color: #e5f2d8;
    padding: 60px;
  }
  .item_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .item_con {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
  }
  .item_img {
    text-align: center;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
  }
  .item_box {
    position: relative;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 8;
    width: 970px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 15px;
  }
  .item_sub {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'Yusei Magic', sans-serif;
    margin-bottom: 20px;
  }
  .item_txt_box {
    display: flex;
    margin: 0 auto;
  }
  .item_txt_l {
    margin: 0 auto;
    text-align: left;
    font-size: 19px;
    line-height: 35px;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 5px 2px;
    background: url("images/pc_bg_item2.png");
  }
  .item_txt_r {
    margin: 0 auto;
    text-align: left;
    font-size: 19px;
    line-height: 1.5em;
    width: 250px;
    margin-left: 30px;
  }
  .item_txt_r div {
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #04a458;
  }
  /*
    注意事項
*/
  .item_caution {
    width: 700px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    color: #f35b5b;
  }
  .item_caution span {
    display: block;
    padding-bottom: 5px;
    font-size: 19px;
    font-weight: bold;
  }
  /*
    挨拶
*/
  .greeting {
    background: url("images/pc_bg02.jpg") no-repeat left top;
    background-attachment: fixed;
    background-size: contain;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items:center; */
  }
  .greeting_box1 {
    width: 50%;
    text-align: center;
    padding: 0 50px;
    margin: 0 0 20px auto;
    display: block;
  }
  .greeting_box1_cel1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: left;
    display: inline-block;
    margin-bottom: 50px;
  }
  .greeting_box1_cel2 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
    padding: 0 100px;
    margin-bottom: 20px;
  }
  .greeting_box1_cel3 {
    text-align: right;
    padding: 0 100px;
  }
  /*
    取り組み
*/
  .attempt {
    background-color: #e5f2d8;
    padding: 60px 0;
    text-align: center;
  }
  .attempt_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
  }
  .attempt_title img {
    margin: 15px auto;
    width: 90px;
    height: auto;
  }
  .attempt_con {
    width: 1200px;
    display: flex;
    margin: 0 auto;
  }
  .attempt_box {
    width: 33.3%;
    box-sizing: border-box;
    margin: 1%;
    padding: 2%;
    background-color: white;
    border-radius: 10px;
    text-align: left;
  }
  .attempt_cel1 {
    font-size: 26px;
    color: #21a457;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .attempt_cel2 {
    margin-bottom: 25px;
  }
  .attempt_cel3 img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  /*
    安心院について
*/
  .ajimu {
    background: url("images/pc_bg_ajimu.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
  }
  .ajimu_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    margin-bottom: 20px;
  }
  .ajimu_txt {
    width: 600px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 2.0em;
  }
  .ajimu_txt span {
    font-size: 25px;
  }
  /*
    マークについて
    */
  .mark {
    padding: 60px 0;
    text-align: center;
    background-color: #e5f2d8;
  }
  .mark_con {
    width: 980px;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .mark_box1 {
    width: 230px;
    text-align: left;
  }
  .mark_box1 img {
    width: 200px;
    height: auto;
  }
  .mark_box2 {
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
  }
  .mark_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .mark_img img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  /*
    問い合せ
    */
  .contact {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
  }
  .contact_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
  }
  .contact_title img {
    margin: 15px auto;
    width: 90px;
    height: auto;
  }
  .contact_form {
    width: 900px;
    margin: 0 auto;
    text-align: left;
  }
  /*フォーム*/
  .con_form_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 120%;
    padding: 25px 0 12px;
    border-bottom: 3px solid #04a458;
    text-align: left;
  }
  .con_form {
    width: 100%;
    margin: 0 auto;
  }
  /*大タイトル*/
  .con_form_01 {
    font-size: 120%;
    padding: 25px 0 12px;
    border-bottom: 3px solid #04a458;
    margin-bottom: 20px;
  }
  /*必須イメージ・小タイトル枠*/
  .con_form_02 {
    width: 200px;
    padding: 12px 0 12px 90px;
    /*border-bottom: 3px solid #A4DCF4;*/
    vertical-align: middle;
  }
  .con_form_02a {
    background: url(images/form_01.gif) no-repeat center left;
  }
  .con_form_02b {
    background: url(images/form_02.gif) no-repeat center left;
  }
  /*フォーム枠*/
  .con_form_03 {
    padding: 12px;
    /*border-bottom: 3px solid #A4DCF4;*/
  }
  input[type="text"], textarea, select {
    font-size: 1.2em;
  }
  /*フォームの長さ*/
  /*標準・ドロップダウン・郵便番号*/
  .con_form_04a {
    width: 500px;
  }
  .con_form_04b {
    width: 510px;
  }
  .con_form_04c {
    width: 90px;
  }
  /*確認テキスト*/
  .con_form_05 {
    text-align: center;
    margin-bottom: 25px;
  }
  /*ボタン*/
  .con_form_06 {
    text-align: center;
  }
  .con_form_06 img {
    margin: 10px;
  }
  /*■■■ボタンサイズ■■■*/
  /*色などは共通だからmain.cssに記載*/
  .button {
    width: 400px;
    height: 60px;
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  /*
    メインイメージ
    */
  .main_img {
    /*margin-top: 100px;*/
    background: url("images/sp_bg01.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_img_box1 {
    font-size: 60px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    line-height: 1.3em;
    text-shadow: 0 0 5px #000;
    color: white;
    margin-bottom: 20px;
    text-align: center;
  }
  .main_img_box2 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    text-shadow: 0 0 5px #000;
    color: white;
    text-align: left;
    margin-bottom: 60px;
  }
  .main_img_box2 span {
    font-size: 20px;
  }
  /*
    大事にしていること
*/
  .cherish {
    background-image: url("images/pc_bg_cherish.png");
  }
  .cherish_con {
    background: url("images/pc_bg_cherish2.png") no-repeat center center;
    text-align: center;
    padding: 60px 0;
  }
  .cherish_title {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .cherish_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 20px;
  }
  .cherish_icon {
    text-align: center;
    width: 25%;
    margin: 0 auto 20px;
  }
  .cherish_icon img {
    width: 90px;
    height: auto;
  }
  .cherish_txt {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 19px;
    line-height: 1.5em;
  }
  .cherish_txt span {
    color: #D51A1D;
  }
  .cherish_img {
    width: 90%;
    margin: 0 auto 60px;
  }
  /*
    品目(item)
*/
  .item {
    /*background: url("images/pc_bg_item.png");*/
    background-color: #e5f2d8;
    padding: 60px 0;
  }
  .item_title {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .item_con {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .item_img {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 10;
  }
  .item_box {
    position: relative;
    top: -25px;
    margin: 0 auto;
    z-index: 8;
    width: 90%;
    background-color: white;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 15px;
  }
  .item_sub {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'Yusei Magic', sans-serif;
    margin-bottom: 20px;
  }
  .item_txt_box {
    margin: 0 auto;
  }
  .item_txt_l {
    margin: 0 auto 25px;
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    padding: 0 5px 2px;
    background: url("images/pc_bg_item2.png");
  }
  .item_txt_r {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }
  .item_txt_r div {
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #04a458;
  }
  /*
    注意事項
*/
  .item_caution {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    font-size: 14px;
    color: #f35b5b;
  }
  .item_caution span {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  /*
    挨拶
*/
  .greeting {
    background: url("images/sp_bg_greeting.jpg") no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
  }
  .greeting_box1 {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .greeting_box1_cel1 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 50px;
  }
  .greeting_box1_cel2 {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 20px;
  }
  .greeting_box1_cel3 {
    text-align: right;
    padding: 0;
  }
  .greeting_box1_cel3 img {
    width: 80%;
    height: auto;
  }
  /*
    取り組み
*/
  .attempt {
    background-color: #e5f2d8;
    padding: 60px 0;
    text-align: center;
  }
  .attempt_title {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
  }
  .attempt_title img {
    margin: 15px auto;
    width: 90px;
    height: auto;
  }
  .attempt_con {
    width: 95%;
    margin: 0 auto;
  }
  .attempt_box {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 4%;
    background-color: white;
    border-radius: 10px;
    text-align: left;
  }
  .attempt_cel1 {
    font-size: 20px;
    color: #21a457;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .attempt_cel2 {
    margin-bottom: 25px;
  }
    .attempt_cel3{
        text-align: center;
    }
  .attempt_cel3 img {
    width: 70%;
    height: auto;
    margin: 0 ;
  }
  /*
    安心院について
*/
  .ajimu {
    background: url("images/pc_bg_ajimu.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
  }
  .ajimu_title {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
  }
  .ajimu_txt {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 2.0em;
    text-align: left;
  }
  .ajimu_txt span {
    font-size: 22px;
  }
  /*
    マークについて
    */
  .mark {
    padding: 60px 0;
    text-align: center;
    background-color: #e5f2d8;
  }
  .mark_con {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .mark_box1 {
    text-align: center;
    margin-bottom: 25px;
  }
  .mark_box1 img {
    width: 70%;
    height: auto;
  }
  .mark_box2 {
    text-align: left;
  }
  .mark_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .mark_txt {
    line-height: 1.6em;
  }
  /*
    問い合せ
    */
  .contact {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
  }
  .contact_title {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
  }
  .contact_title img {
    margin: 15px auto;
    width: 90px;
    height: auto;
  }
  .contact_txt {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
  }
  .contact_form {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /*
    フォーム
    */
  .con_form_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 120%;
    padding: 25px 0 12px;
    border-bottom: 3px solid #04a458;
    text-align: left;
  }
  /*table*/
  .con_form {
    width: 100%;
    margin: 0 auto;
  }
  .con_form th, .con_form td {}
  .con_form td {}
  /*大タイトル*/
  .con_form_01 {
    font-size: 120%;
    padding: 25px 0 12px;
    border-bottom: 3px solid #04a458;
    margin-bottom: 20px;
  }
  /*必須イメージ・小タイトル枠*/
  .con_form_02 {
    width: 100%;
    display: block;
    padding: 6px 0 6px 80px;
    margin: 0;
    font-size: 100%;
  }
  .con_form_02a {
    background: url(images/form_01.gif) no-repeat center left;
  }
  .con_form_02b {
    background: url(images/form_02.gif) no-repeat center left;
  }
  /*フォーム枠*/
  .con_form_03 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    /*border-bottom: 3px solid #A4DCF4;*/
  }
  input[type="text"], textarea, select {
    font-size: 1.1em;
  }
  /*フォームの長さ*/
  /*標準・ドロップダウン・郵便番号*/
  .con_form_04a {
    width: 100%;
  }
  .con_form_04b {
    width: 100%;
  }
  .con_form_04c {
    width: 50%;
  }
  /*確認テキスト*/
  .con_form_05 {
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 25px;
  }
  /*ボタン*/
  .con_form_06 {
    text-align: center;
    font-size: 0.9em;
  }
  .con_form_06 img {
    margin: 10px;
  }
  /*■■■ボタンサイズ■■■*/
  /*色などは共通だからmain.cssに記載*/
  .button {
    width: 90%;
    height: 60px;
  }
  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/