﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Shippori+Mincho:wght@400;600;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#C780FA;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#C780FA;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-weight: 500;
}

.top_cms_box .cms_title, .more, #info_title_box, #page_title, a[href^="tel:"], header #header #header_menu ul, #bottom_menu, #info .info_txt h3, .drawer-menu, #page10, #intro .intro_no, #con_h .con_no {
    font-family: 'Quicksand', 'Zen Maru Gothic', sans-serif!important;
}

h2,h3,#info_title_box .info_title {
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
}

/* nav */

header {
    background-color: #ffffff!important;
}

#fix-bnr {
    right: 80px;
}

/* footer */

#foot_banner {
    width: 350px;
    transition: 0.5s;
}

#foot_banner a {
    padding: 0;
    background-color: transparent;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* ----------　TOP　---------- */

/* main-img */

#main_img {
    height: 80vh;
    position: relative;
}

#main_img:before {
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/Dup/img/main-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13%;
    z-index: 1;
    background-position: 15%,60%;
    background-color: rgb(0,0,0,0.15);
}

#video video {
    top: 0;
    left: 0;
    transform: none;
}

/* top */

#intro .intro_img span.bgitem {
    display: none;
}

#intro_bg {
    background-position: left bottom;
    background-size: cover;
    position: relative;
}

#intro_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(236,222,249);
    background: linear-gradient(90deg, rgba(236,222,249,1) 0%, rgba(253,249,237,1) 70%, rgba(254,242,229,1) 100%);
    z-index: 0;
    opacity: 0.6;
}

.intro_wrap {
    background-color: rgba(255,255,255,0.3);
}

.top_cms_box:before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -69px;
    background-image: url(Dup/img/con-bt.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}


#contents {
    background-image: url('/Dup/img/main-bg.jpg');
    background-position: left bottom;
    background-size: cover;
}

#contents .con_box .con_item1, #contents .con_box .con_item2 {
    width: 200px;
    height: 130px;
    bottom: -90px;
}

#contents .fadein:nth-of-type(1) .con_box .con_item1 {
    right: 5%;
}

#contents .fadein:nth-of-type(2) .con_box .con_item2 {
    left: 5%;
}

/* top-cms */

#top_cms:before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: -68px;
    background-image: url(Dup/img/con-tp.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/* ----------　下層ページ　---------- */

#page_title {
    position: relative;
}

#page_title:before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(Dup/img/con-tp.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 44.8%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}

/*バナー*/
.btn_container a {
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    

#main_img {
    height: 40vh;
}

#main_img:before {
    background-size: 18%;
    background-position: 15% 75%;
}

#intro_bg {
        background-position: 65% 50%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#foot_banner {
    width: 70%;
}

#main_img {
    height: 55vh;
}

#main_img:before {
    background-image: url(/Dup/img/main-copy-sp.png);
    background-position: 50% 95%;
    background-size: 70%;
    background-color: transparent;
    height: 50%;
    top: auto;
    bottom: 5%;
}

#intro_bg {
    background-image: url('/Dup/img/main-bg.jpg')!important;
    background-position: left bottom;
    background-size: cover;
}

#intro_bg:before {
    display: none;
}

#intro_sp {
    background-size: cover;
}
    
.link_type1 .link_top .link_title{
    font-size: 15px;
}

.youtube_box{
  width: 100%;
  padding-top: 56%;
}
    
    
}