@charset "utf-8";

/*PCSP共通設定*/
section {
  font-size: 16px;
	font-feature-settings: "palt" 1;
}

html {
  scroll-behavior: smooth;
}

/* ボタン部分の無効化 */
.grayout {
  text-align: center;
}

.grayout_msg {
  font-size: 17px;
}

.grayout_overlay {
  position: relative;
}
.grayout_overlay * {
  color: #666!important;
  position: relative;
  z-index: 10;
}
	
.plan_l_y{background-color:#b4b4b4!important;}
.price_box,.circle{background-color:#949394!important;}

.g_b{font-weight: bold;}

li.plan_box.grayout_overlay {
    background-color: #e4e4e4 !important;
}

@media screen and (min-width: 760px){
.grayout {padding: 5px 0 0 0;}
.g_b{font-size: 18px;}		
}

/* ボタン部分の無効化 */	



/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }

  .spnone {
    display: none;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  h3 {
    text-align: center;
  }

  h3.title img {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }


  h4 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: #FFF;
    padding: 5px 0;
    margin: 1rem auto;
    letter-spacing: 4px;
  }

  #hokuriku h4 {
    background-color: #5a64aa;
  }

  #nanki h4 {
    background-color: #ff5073;
  }

  #kitakinki h4 {
    background-color: #ff8c1e;
  }

  #sanin h4 {
    background-color: #3ca05f;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    box-sizing: border-box;
  }



  /*title*/
  #title img {
    width: 100%;
  }

  /* 写真出典 */
  .photo_name {
    background: #00a0e9;
  }

  .p_nt_mr {
    margin-right: 15px;
  }

  p.photo_nametxt {
    margin: auto;
    color: #FFF;
    padding: 10px 0 0px;
    text-align: center;
    font-size: 0.8rem;
    width: 90%;
  }

  /* ナビゲーション */
  nav#lp_nav {
    position: sticky;
    top: 0;
    z-index: 45;
    margin: 0 auto;
    width: 100%;
    background: #00a0e9;
  }

  nav#lp_nav ul {
    margin: 0 auto;
    justify-content: space-around;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    padding: 0 0 0.5rem 0;
  }

  nav#lp_nav li.nav_p {
    grid-area: 2 / 2 / 3 / 4;
  }

  nav#lp_nav li {
    padding: 5px 0;
    text-align: center;
    transition: 0.2s ease-in-out;
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 10px 0 0;
  }

  .nav_h {
    background: #5a64aa;
  }

  .nav_n {
    background: #ff5073;
  }

  .nav_k {
    background: #ff8c1e;
  }

  .nav_s {
    background: #3ca05f;
  }

  .nav_p {
    background: #f2d131;
    color: #464646 !important;
  }

  nav#lp_nav ul li a:link,
  nav#lp_nav ul li a:visited {
    color: #fff;
  }

  nav#lp_nav ul li a.nav_p:link,
  nav#lp_nav ul li a.nav_p:visited {
    color: #464646 !important;
  }

  nav#lp_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    line-height: 1.5;
    font-weight: bold;
  }

  nav#lp_nav ul li a.nav_p {
    color: #464646 !important;
  }

  nav#lp_nav ul li:hover {
    opacity: 0.8;
  }

  /* マップ */
  .mapimg {
    width: 100%;
    margin: auto;
  }



  /* モデルコース */
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
  }

  .tab-label {
    color: #FFF;
    opacity: 0.5;
    margin-right: 10px;
    padding: 5px 0;
    order: -1;
    flex: 1;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }

  .lblbtn {
    padding: 4px;
    color: #FFF;
    width: 85px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    background: #ff8c1e;
  }

  .tabbtn_h {
    background: #5a64aa;
  }

  .tabbtn_n {
    background: #ff5073;
  }

  .tabbtn_k {
    background: #ff8c1e;
  }

  .tabbtn_s {
    background: #3ca05f;
  }

  .tab-content {
    width: 100%;
    display: none;
    padding: 1rem 0 0;
  }

  .tab-content img {
    width: 100%;
  }

  .bg_h {
    background: #e6e8f2;
  }

  .bg_n {
    background: #fdeef0;
  }

  .bg_k {
    background: #fef3e7;
  }

  .bg_s {
    background: #f0f5ef;
  }


  .sabtab-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: center;
  }

  .sabtab-label {
    color: #FFF;
    opacity: 0.5;
    margin-right: 10px;
    padding: 4px;
    order: -1;
    width: 25%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .tab-switch:checked+.tab-label {
    opacity: 1;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    display: block;
  }

  .sabtab-switch:checked+.sabtab-label {
    opacity: 1;
  }

  .sabtab-switch:checked+.sabtab-label+.tab-content {
    display: block;
  }

  .tab-switch,
  .sabtab-switch {
    display: none;
  }

  /* プランリンク */
  section#plan {
    background: #ebf7fd;
    scroll-margin-top: 20px;
  }

  .plan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #00a0e9;
   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    margin: 1rem auto 2rem;
  }

  .plan_txt {
    width: 100%;
  }

  .plan_l_b {
    background-color: #00a0e9;
  }

  .plan_l_y {
    background-color: #ffe637;
  }

  .plan_txt_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.25rem auto;
  }

  .plan_l_b {
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0 0.15rem;
  }

  .plan_l_y {
    color: #464646;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .plan_button {
    width: 95%;
    margin: 0 auto 0.5rem;
  }

  .plan_button a {
    background: #ffffff;
    border: 2px solid #00a0e9;
    border-radius: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #00a0e9;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
  }

  .plan_button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;

  }




  .plan_ltd {
    display: flex;
    align-items: center;
    margin: 10px auto 0;
	justify-content: center;  
    gap: 10px;
    width: 80%;
  }

  .circle {
    width: 50px;
    height: 50px;
    background-color: #ff0046;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle span {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffe637;
  }

  .plan_ltdtxt {
    color: #ff0046;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: left;
    line-height: 1.25;
  }

  .price_box {
    background-color: #ff0046;
    width: 100%;
    padding: 5px 0;
  }

  .price {
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
  }


  /* エリア */
  section#model,
  section#plan,
  section#hokuriku,
  section#nanki,
  section#kitakinki,
  section#sanin {
    scroll-margin-top: 5rem;
  }


  .product_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2rem;
  }

  .product_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    width: 85px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }

  #hokuriku .label {
    background-color: #5a64aa;
  }

  #nanki .label {
    background-color: #ff5073;
  }

  #kitakinki .label {
    background-color: #ff8c1e;
  }

  #sanin .label {
    background-color: #3ca05f;
  }


  .label_cp {
    border-left: 15px solid #ff5574;
  }

  .label_cg {
    border-left: 15px solid #4dbd8e;
  }

  .label_cb {
    border-left: 15px solid #49cbd4;
  }

  .label_co {
    border-left: 15px solid #ffac39;
  }

  .label_cv {
    border-left: 15px solid #8a87ef;
  }

  .product_img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .product_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .product_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 5px 0;
  }

  .product_description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.231;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }

  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  h3 {
    text-align: center;
  }

  h3.title img {
    width: 60%;
    margin: 2rem auto 0;
    text-align: center;
  }


  h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #FFF;
    padding: 5px 0;
    margin: 2rem auto;
    letter-spacing: 4px;
  }

  #hokuriku h4 {
    background-color: #5a64aa;
  }

  #nanki h4 {
    background-color: #ff5073;
  }

  #kitakinki h4 {
    background-color: #ff8c1e;
  }

  #sanin h4 {
    background-color: #3ca05f;
  }

  .inner {
    width: 85%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    padding: 3rem 0 5rem;
    display: block;
  }

  section#plan,
  section#hokuriku,
  section#nanki,
  section#kitakinki,
  section#sanin {
    margin: 3rem 0 1rem;
  }

  /*title*/
  #title {
    width: 100%;
    min-height: 550px;
    background-size: cover;
  }

  #title img {
    width: 100%;
    object-fit: cover;
    min-height: 550px;
  }

  /* 写真出典 */
  .photo_name {
    background: #00a0e9;
  }

  .p_nt_mr {
    margin-right: 15px;
  }

  p.photo_nametxt {
    max-width: 970px;
    margin: auto;
    color: #FFF;
    padding: 10px 0 0px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }

  /* ナビゲーション */
  nav#lp_nav {
    position: sticky;
    top: 0;
    z-index: 45;
    margin: 0 auto;
    width: 100%;
    background: #00a0e9;
  }

  nav#lp_nav ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 970px;
    gap: 15px;
    justify-content: space-around;
    padding: 0 15px;
  }

  nav#lp_nav li {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    transition: 0.2s ease-in-out;
    list-style: none;
    display: inline-block;
    height: 25px;
    position: relative;
    margin: 10px 0;
  }

  .nav_h {
    background: #5a64aa;
  }

  .nav_n {
    background: #ff5073;
  }

  .nav_k {
    background: #ff8c1e;
  }

  .nav_s {
    background: #3ca05f;
  }

  .nav_p {
    background: #f2d131;
    color: #464646 !important;
  }

  nav#lp_nav ul li a:link,
  nav#lp_nav ul li a:visited {
    color: #fff;
  }

  nav#lp_nav ul li a.nav_p:link,
  nav#lp_nav ul li a.nav_p:visited {
    color: #464646 !important;
  }

  nav#lp_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    line-height: 1.5;
    font-weight: bold;
  }

  nav#lp_nav ul li a.nav_p {
    color: #464646 !important;
  }

  nav#lp_nav ul li:hover {
    opacity: 0.8;
  }

  /* マップ */
  .map_img {
    width: 100%;
    background: #FFF url(../images/map_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 835px;
  }


  /* モデルコース */
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 970px;
    margin: auto;
    justify-content: space-evenly;
  }

  .tab-label {
    color: #FFF;
    opacity: 0.5;
    margin-right: 20px;
    padding: 10px 0;
    order: -1;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .lblbtn {
    padding: 6px;
    color: #FFF;
    width: 162px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 2rem;
    background: #ff8c1e;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .tabbtn_h {
    background: #5a64aa;
  }

  .tabbtn_n {
    background: #ff5073;
  }

  .tabbtn_k {
    background: #ff8c1e;
  }

  .tabbtn_s {
    background: #3ca05f;
  }

  .tab-content {
    width: 100%;
    display: none;
    padding: 2rem 0 0;
  }

  .tab-content img {
    width: 100%;
  }

  .bg_h {
    background: #e6e8f2;
  }

  .bg_n {
    background: #fdeef0;
  }

  .bg_k {
    background: #fef3e7;
  }

  .bg_s {
    background: #f0f5ef;
  }


  .sabtab-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 970px;
    margin: auto;
    justify-content: center;
  }

  .sabtab-label {
    color: #FFF;
    opacity: 0.5;
    margin-right: 20px;
    padding: 6px;
    order: -1;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }


  .tab-switch:checked+.tab-label {
    opacity: 1;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    display: block;
  }

  .sabtab-switch:checked+.sabtab-label {
    opacity: 1;
  }

  .sabtab-switch:checked+.sabtab-label+.tab-content {
    display: block;
  }

  .tab-switch,
  .sabtab-switch {
    display: none;
  }


  /* プランリンク */
  section#plan {
    background: #ebf7fd;
    scroll-margin-top: 20px;
  }


  .plan_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #00a0e9;
     /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
  }

  .plan_txt {
    width: 100%;
  }

  .plan_l_b {
    background-color: #00a0e9;
  }

  .plan_l_y {
    background-color: #ffe637;
  }

  .plan_txt_title {
    font-size: 27px;
    font-weight: bold;
    margin: 0.5rem auto;
  }

  .plan_l_b {
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .plan_l_y {
    color: #464646;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-height: 170px;
  }

  .plan_button {
    width: 45%;
    margin: 10px 10px 10px 0;
  }

  .plan_button a {
    background: #ffffff;
    border: 2px solid #00a0e9;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: #00a0e9;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }

  .plan_button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  .plan_button a:hover {
    opacity: 0.5;
  }

  .plan_button a:hover:after {
    opacity: 0.5;
  }



  .plan_ltd {
    display: flex;
    align-items: center;
   margin: 1rem auto 0;
    gap: 10px;
    width: 80%;
  }


  .circle {
    width: 55px;
    height: 55px;
    background-color: #ff0046;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle span {
    font-size: 22px;
    font-weight: bold;
    color: #ffe637;
  }

  .plan_ltdtxt {
    color: #ff0046;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }

  .price_box {
    background-color: #ff0046;
    width: 100%;
    padding: 5px 0;
  }

  .price {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }


  /* エリア */
  section#model,
  section#plan,
  section#hokuriku,
  section#nanki,
  section#kitakinki,
  section#sanin {
    scroll-margin-top: 40px;
  }

  .product_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    list-style: none;
    padding-bottom: 50px;
  }

  .product_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    width: 85px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }

  #hokuriku .label {
    background-color: #5a64aa;
  }

  #nanki .label {
    background-color: #ff5073;
  }

  #kitakinki .label {
    background-color: #ff8c1e;
  }

  #sanin .label {
    background-color: #3ca05f;
  }


  .label_cp {
    border-left: 15px solid #ff5574;
  }

  .label_cg {
    border-left: 15px solid #4dbd8e;
  }

  .label_cb {
    border-left: 15px solid #49cbd4;
  }

  .label_co {
    border-left: 15px solid #ffac39;
  }

  .label_cv {
    border-left: 15px solid #8a87ef;
  }

  .product_img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .product_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .product_title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }

  .product_description {
    font-size: 20px;
    line-height: 1.5;
 	  
  }
	.ruby_h{padding-top:10px;}
	
	.pd_f{min-height: 245px;}
	.pd_n{min-height: 120px;}
	.pd_k{min-height: 120px;}
	.pd_s{min-height: 150px;}
	
}


/*975px以下*/
@media screen and (max-width: 975.9px) {.plan_ltd{width: 85%;}}