﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');
@font-face {
  font-family: "Noto Sans JP", "游ゴシック Medium";
  font-display: swap;
}
/* ----------　all　---------- */
.linkStyle{
	color:#f5b0a7;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#f5b0a7;
	opacity: 0.7;
	transition: all 0.5s;
}
html {
    font-size: 18px;
}

img {
    border-radius: 15px;
}

.more a {
    font-size: 16px;
    border: 3px solid;
    border-radius: 20px;
}

.more a::after {
    background-color: #ffffff!important;
    border-radius: 25px;
}

.more a:hover {
    color: #ffffff!important;
    background-color: #a0e695!important;
}

.font_serif, h2 {
    font-family: 'Shippori Antique B1', sans-serif!important;
}

h1 img {
    width: 80%!important;
    margin: 10px auto!important;
}

/* nav */

nav ul li a{
    color: #f8c4bd!important;
}

nav header ul li a:hover {
    color:#a0e695!important;
}


/* footer */

#contact_bar {
    background-color: transparent;
    box-shadow: none;
}

#contact_bar a {
    display: block;
    width: 50%;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 55px;
    border: 5px solid #a0e695;
    box-shadow: 0 10px 10px rgb(0 0 0 / 7%);
    margin: 0 auto;
}

#contact_bar a:hover {
    color: #ffffff!important;
    background-color: #a0e695;
    opacity: 1;
}

#contact_bar .mail p {
    display: none;
}

#page-top {
    background-color: #f5b0a7!important;
}

/*左下固定*/

.fix-con {
    left: 20px;
    bottom: 20px;
    z-index: 5;
    transition: 0.5s;
}

.fix-con a {
    padding: 30px;
    border-radius: 80px;
    border: 5px solid #f5b0a7!important;
    background-color: #ffffff;
    color: #f5b0a7;
    transition: 0.5s;
}

.fix-con a:hover {
    background-color: #f5b0a7;
    color: #ffffff;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* ----------　TOP　---------- */

/* main-img */

#main_img .slick::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/Dup/img/copy.png');
    background-repeat: no-repeat;
    background-size:90%;
    background-position: center bottom 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/* top */

#video {
    width: 50%;
    margin: 50px auto 0;
}

#intro, #contents1_txt {
    border-radius: 50% 50% 15px 15px;
}

#intro, #contents2 {
    background-image: url(Dup/img/bg.jpg);
    background-size: cover;
}

#intro h3{
    font-size: 30px;
}

#intro p {
    color: #464646!important;
}

#intro .intro_title {
    display: none;
}

#intro:after {
    display: none;
}

#contents1_txt {
    padding: 80px 50px;
    border: none;
}

#contents1 #contents1_txt h3, #contents2 h3 {
    font-weight: normal!important;
    font-size: 30px;
}

#contents1 #contents1_txt h3 span, #contents2 h3 span, #intro h3 span {
    padding-bottom: 5px;
    border-bottom: 5px dotted;
}

#contents2 h3 span, #intro h3 span {
    color: #666666!important;
    border-color: #ffffff;
}

#contents1 h3 {
    color: #a0e695!important;
}

#contents2 {
    background-color: #a0e695!important;
}

#contents2 h3 {
    color: #ffffff!important;
}

#contents2 p {
    padding-left: 0;
}

#contents2 figure {
    border-radius: 15px;
}

#contents_links .box h3 {
    font-weight: normal;
}

.con-btn a {
    width: 45%;
    margin: 25px auto 0;
    text-align: center;
    color: #a0e695;
    font-weight: bold;
    background-color: #ffffff;
    border: 5px solid #a0e695;
    border-radius: 50px;
    padding: 20px 10px;
    transition: 0.5s;
}

.con-btn a:hover {
    color: #ffffff;
    background-color: #a0e695;
}

/* top-cms */

#top_cms1 {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 50px;
}

/* ----------　下層ページ　---------- */

.anchor {
    content: "";
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}


#page_title {
    border-radius: 0 0 100% 100%;
    background-image: url(Dup/img/bg.jpg);
}

#page_title h2 {
    font-weight: normal;
    color: #333333!important;
}

#page_title p {
    background-color: #ffffff!important;
}

.cate_list li a {
    color: #464646!important;
}

.cate_list li a:hover {
    color: #ffffff!important;
}

.box_title1 {
    color:#f5b0a7!important;
    font-weight: bold;
}

#cms_1-g .box_title1, .cms_1-g .box_title1 {
    color: #464646!important;
}

/*メインテーマ見出し*/
#cms_2-a #c2 .box_title1 {
    font-size: 20px;
    color: #ffffff!important;
    background-color: #f5b0a7;
    width: 70px;
    text-align: center;
    border-radius: 50%;
}


/* 会社情報 */
/* お問い合わせ */

.con-mail a {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 35px;
    border: 5px solid #a0e695!important;
    width: 50%;
    margin: 15px auto;
    transition: 0.5s;
}

.con-mail a:hover {
    background-color: #a0e695;
    color: #ffffff!important;
}

/* プライバシーポリシー */
/* サイトマップ */

#page10 ul li a:hover {
    color: #ffffff!important;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
#video {
    width: 80%;
}
    
    #header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
.fix-con a {
    padding: 20px;
}
    
#intro {
    border-radius:0  100px;
}

#contents2 {
    border-radius: 100px 0;
}

#contents1_txt {
    border-radius: 50px;
}
    
#contents2 > div >div {
        padding-top: 0;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#video {
    width: 95%;
}
    
    .fix-con {
        left: 5px;
    bottom: 5px;
    }
    
    .fix-con a {
    padding: 5px 15px;
    font-size: 14px;
    }
    
    #contact_bar {
        padding: 25px;
    }
    
    #contact_bar a {
        width: 80%;
        padding: 25px 10px;
    }
    
    .con-btn a {
        width: 90%;
    }
    
    #contents1_txt {
        padding: 80px 25px;
    }
    
    #contents1 #contents1_txt h3, #contents2 h3,#intro h3 {
        font-size: 25px;
        text-align: center;
    }

    #page_title h2 {
        font-size: 20px;
    }
    
    .con-mail a {
    width: 80%;
    font-size: 16px;
}
    
.anchor {
    padding-top: 20px;
    margin-top: -20px;
}
    
}