﻿/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #8B4513} 
.bg_color1{background-color: #8B4513} 
.border_color1{border-color: #8B4513}
.hvr_txt_color1:hover{color: #8B4513} 
.hvr_bg_color1:hover{background-color: #8B4513} 
.hvr_border_color1:hover{border-color: #8B4513}

/* サブカラー */
.txt_color2{color: #fbf4ee} 
.bg_color2{background-color: #fbf4ee} 
.border_color2{border-color: #fbf4ee}
.hvr_txt_color2:hover{color: #fbf4ee} 
.hvr_bg_color2:hover{background-color: #fbf4ee} 
.hvr_border_color2:hover{border-color: #fbf4ee}

/* アクセントカラー */
.txt_color3{color: #800000} 
.bg_color3{background-color: #800000} 
.border_color3{border-color: #800000}
.hvr_txt_color3:hover{color: #800000} 
.hvr_bg_color3:hover{background-color: #800000} 
.hvr_border_color3:hover{border-color: #800000}

/* アクセントカラー2 */
.txt_color4{color: #800000} 
.bg_color4{background-color: #800000} 
.border_color4{border-color: #800000}
.hvr_txt_color4:hover{color: #800000} 
.hvr_bg_color4:hover{background-color: #800000} 
.hvr_border_color4:hover{border-color: #800000}

body,.txt_color_nomal {
    color: #3D1E07;
}
/* ---------------------- common */
body {
    font-family: 'Caudex', 'Noto Serif JP','Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho', serif!important;
    font-weight: 400;
}
.en_font {
    font-family: 'Caudex','Noto Serif JP', serif!important;
}
/* --- automatic link --- */
.linkStyle{color: #800000;}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */

/* ---------------------- nav */
.close_menu span,
.open_menu span{
    letter-spacing: 1px;
    font-size: 12px;
}
/* ---------------------- footer */
#footer{
    padding: 30px 0;
}



/* -------------------------- top ------------------------- */
#main_img {
    height: auto;
    min-height: 0;
}
#main_img::after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    background-color: rgba(128, 0, 0, 0.08);
    z-index: 1;
}
#main_img::before{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 100%;
    background-image:url('Dup/img/catchcopy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

#video {
    position: relative;
}

video{
    display: block;
}

#main_img #main_img_border {
    box-shadow: 0 0 5px rgba(128, 0, 0, 0.2);
}
#main_img .arrowWrap {
    z-index: 2;
}

#main_img .arrowInner p {
    text-shadow: 0 0 5px rgba(128, 0, 0, 0.5);
}

#main_img .arrow {
    background-color: #fbf4ee;
}
#main_img .arrow::before {
    background-color: #800000;
}
#intro h3{
    font-weight: 400!important;
}

#intro h3,
#contents1 h4,
#contents2 h3{
    font-size: 24px;
}

.intro_txt{
    position: relative;
}

.intro_txt::after{
    content:'';
    position:absolute;
    height: 100%;
    width: 60%;
    background-image:url(Dup/img/flower_pink.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: bottom right;
    right:0;
    bottom:-90px;
    opacity: 0.5;
    z-index: 0;
}

.intro_txt p{
    position: relative;
    z-index: 2;
    text-shadow: 0 0 5px #fff;
}

#contents2 > div {
    display: flex;
    flex-wrap: nowrap;
}

.contents2_txt{
    width: 60%;
}

#contents2 .instagram_link {
    width: 40%;
    display: flex;
    align-content: center;
}

#contents2 .instagram_link a{
    width: 70%;
    max-width: 310px;
    display: block;
    margin: auto;
}

#contents2 .instagram_link a img{
    transition: 0.3s;
}
#contents2 .instagram_link a:hover img{
    opacity: 0.5;
}

.top_cms_title{
    display: inline-block;
    position: relative;
}

.top_cms_title:nth-child(odd)::after{
    content:'';
    position:absolute;
    background-repeat:no-repeat;
}

.top_cms_box:nth-child(odd) .top_cms_title::after{
    height: 58px;
    width: 50px;
    background-image:url(Dup/img/flower_yellow.png);
    background-position: bottom right;
    background-size:contain;
    top: 2px;
    right: -41px;
}

.top_cms_box:nth-child(even) .top_cms_title::after{
    height: 58px;
    width: 50px;
    background-image: url(Dup/img/flower_purple.png);
    background-position: bottom right;
    background-size: contain;
    top: 0;
    right: -40px;
    transform: rotate(23deg) translateY(-5px);
}

.cms_5-c .box_txt1::before {
    color: rgba(61, 30, 7, 0.3);
}

/* --- more --- */
#top_cms .more a:hover {
    box-shadow: 5px 5px 15px rgba(128, 0, 0 ,0.2);
}
/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_2-a .cate_box{
        padding-bottom: 25px;
    margin-top: 25px;
}

#cms_2-a .cate_title{
    border: none;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #800000;
}

#cms_2-a .cate_title:first-letter{
  color:#800000;
  font-weight: 700;
  font-size:200%;
}

#cms_2-a .box_title1{
    padding-top: 5px;
}

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_5-c .box_txt1::before {
    color: rgba(61, 30, 7, 0.3);
}

.cms_5-c .box_title1,
#cms_5-c .box_title1 {
    border-color: rgba(61, 30, 7, 0.1);
}

/* ---------------------- info */

/* ---------------------- contact */
#page08 .box h4 span{
    background-color: transparent;
    color: #8b4513;
    border: 1px solid #8b4513;
    white-space: nowrap;
    display: block;
    width: 100px;
}

#page08 .tel_contact .box p {
    color: #8b4513;
}

#page08 .tel a{
    font-size: 28px;
    width: 400px;
    padding: 20px 0;
}

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */


/* --- more --- */
.more a{
    padding: 5px 50px 10px!important;
}
/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */
header h1 {
    margin-bottom: 0!important;
}
/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#contents2 > div {
    background-color: rgba(61, 30, 7, 0.5);
}
#contents2 > div {
    flex-wrap: wrap;
}
.contents2_txt {
    width: 100%;
    margin: 40px 0;
}
#contents2 .instagram_link {
    width: 100%;
    margin: 40px 0;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */
.pager li a span.border_so1-b {
    transition: ease 0.3s;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 1px;
    position: absolute;
    transform: translateX(0);
}
.pager li a span.border_so1-r {
    bottom: 0;
    right: 0;
    transform: translateY(0);
    width: 1px;
    height: 100%;
    position: absolute;
}

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */

#footer_txt .tel a{
    font-size: 28px;
}
#copyright{
    font-size: 85%;
}

/* -------------------------- top ------------------------- */
#contents2 .instagram_link {
    margin: 0 0 40px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#page08 .tel a {
    font-size: 20px;
    max-width: 400px;
    width: 93%;
}
#page08 .box h4 span {
    display: inline;
    width: auto;
    padding-left: 7px;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */

    
}