﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');
.font1{font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}


.linkStyle{color:#a3a382;}
/*#logo2{
    padding:20px;
    background-color:white;
}*/
.t_footer .footer_bg{background-color:#333;}
#footer_nav li a{color:white;}
#footer_nav li :hover{
    transition:all 0.3s;
    opacity:0.5;
}
#pc_nav{background:url(./Dup/img/item4.png) no-repeat right 20px bottom 20px;}
#sns_links{border-top:1px solid white;}
#sns_links p{color:white;}
#sns_links .sns_title{color:white;}


/*-----------------top page--------------------------------*/
#custom .custom_title{top:27%;}
#custom .custom_title img{width:70%;}
#intro .intro_right div{height:100%;}
#intro .intro_item{width:14%;}
.intro_wrap{position:relative;}
/*
.intro_wrap::before{
    content:'';
    position:absolute;
    display:block;
    width:5vw;
    height:13vh;
    background-size:contain;
    background-image:url(./Dup/img/item1.png);
    background-position:bottom;
    background-repeat:no-repeat;
    top:-125px;
    left:0;
    right:0;
    margin:auto;
}
*/
.intro_wrap .font_bar{margin-bottom:0;}
.intro_wrap .intro_title{line-height:1;}
#contents .con_box1::before{display:none;}
#contents .txt_img1 img,#contents2 .txt_img1 img{width:auto;}
#contents .con_wrap{
    background:url(./Dup/img/item2.png) #A3A382 no-repeat right 100px bottom 100px;
    padding-bottom: 200px;
}
#contents2 .con_wrap{
    background:url(./Dup/img/item3.png) #A3A382 no-repeat right 100px bottom 100px;
    padding-bottom: 200px;
}
.con_title,.con_txt{padding-left:20px;}
#top_cms .cms_title p{
    padding-bottom:30px;
    background:url(./Dup/img/icon.png) no-repeat center bottom;
}

/*----------under page------------------------------------------------*/
.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.u_footer{background-color:#333;}
.u_footer .footer_left{color:white;}
.u_footer .tel_bt a{color:white;}
.u_footer .tel_bt a:hover{
    transition:all 0.3s;
    opacity:0.5;    
}


/* ---------- responsive ---------- 
@media screen and (max-width: 1270px){
.intro_wrap::before{top: -90px;}    
}
*/


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo{margin-bottom:20px;}
.intro_wrap::before{
    width: 12vw;
    height: 10vh;
    top: -105px;
}
#custom .custom_title img {
    width: 50%;
}
#contents2 .con_wrap {
    right: 0;
    opacity: 1;
}
#contents2 .d_flex{height:auto!important;}
.footer_txt,footer .tel_bt a,footer .h1_txt,.copyright{color:white;}
#pc_nav{background:url(./Dup/img/item4.png) no-repeat center bottom 20px;}
.youtube_box{width:100%;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#custom .custom_title img {
    width: 95%;
}
.intro_wrap::before {
    width: 20vw;
    height: 15vh;
    top: -100px;
}
.intro_wrap .intro_title {
    line-height: 1.5;
}
#intro .intro_item {
    width: 25%;
}
#contents .con_wrap {
    background: url(./Dup/img/item2.png) #A3A382 no-repeat right 20px bottom 85px;
    padding-bottom: 150px;
    padding-top: 50px;
    background-size:50%;
}
#contents2 .con_wrap {
    background: url(./Dup/img/item3.png) #A3A382 no-repeat right 20px bottom 85px;
    padding-bottom: 150px;
    padding-top: 50px;
    background-size:40%;
}
.con_title{font-size: calc(1rem + 4px);}
.con_title, .con_txt {
    padding-left: 0;
}
#top_cms .cms_title{margin-bottom:50px;}
#top_cms .more{margin-top:50px;}
#pc_nav{
    background: url(./Dup/img/item4.png) no-repeat center bottom 10px;
    background-size: 30%;
}
#pc_nav ul{padding-top: 30px;}
#pc_nav li a{
    padding-top:5px;
    padding-bottom:5px;
}
#page_title .title_wrap .d_inline_b{font-size:28px;}
#page_title .title_wrap h2 {
    height: 1.6em;
}
}

@media screen and (max-width: 667px){
 #pc_nav li a{line-height: 1.5;}   
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#line_contact a{padding-top:25px;}
}