﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Klee+One:wght@400;600&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#E6B5C6;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#E6B5C6;
	opacity: 0.7;
	transition: all 0.5s;
}

body{
    font-family:'Cormorant Garamond', 'Klee One', cursive;
    line-height: 2;
    font-size: 14px;
}

.font_serif {
    font-family:'Cormorant Garamond', 'Klee One',cursive;
}

.font_100per {
    font-size: 14px;
}

h2,h3,h4 {
    font-family:'Cormorant Garamond', 'Shippori Mincho', serif;
}


/* nav */

#pc_nav {
    z-index: 3;
}

.menu_stick span {
    color: #1d1416;
    box-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.fix-rsv {
    width: 550px;
    height: 250px;
    bottom: 10px;
    right: 20px;
    z-index: 3;
    background-image: url(Dup/img/rsv-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s;
}

.rsv-box {
    justify-content: space-around;
    width: 90%;
    margin: 10px auto;
}

.rsv-box a {
    font-family:'Cormorant Garamond', 'Shippori Mincho', serif;
}

.fix-rsv-sp {
    bottom: 10px;
    right: 10px;
    z-index: 3;
    transition: 0.3s;
}

.rsv-box-sp {
    column-gap: 20px;
    transition: 0.3s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.tel_bt {
    background-color: rgba(255,255,255,0.5);
    border: solid 1px rgba(255,255,255,0);
} 

/* footer */

#top_info .tel_bt {
    background-color: rgba(255,255,255,0.3);
    border: solid 1px rgba(255,255,255,0);
}  

/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(230,181,198,0.2);
    z-index: 2;
}

.main-copy {
    z-index: 4;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
}

/* top */

.con_box::before {
    display: none;
}

#contents1 {
    margin-bottom: 200px;
}

#contents1 > div {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

#contents2 .con_box, #contents3 .con_box {
    background: none;
    min-height: initial;
}

#contents2 .con_box > .d_table, #contents3 .con_box > .d_table {
    min-height: initial;
}

#contents2 .con_box > .d_table::before, #contents3 .con_box > .d_table::before {
    display: none;
}

#contents2, #contents3 {
    min-height: initial;
    margin-bottom: 200px;
}

#contents3 {
    flex-direction: row-reverse;
}

#contents1 .ilu1 {
    left: 25%;
    top: 85%;
    width: 10%;
    height: 25%;
    max-width: 190px;
}

#contents2 .ilu2{
    right: 25%;
    top: 90%;
    width: 10%;
    height: 25%;
    max-width: 170px;
}

#contents3 .ilu3 {
    left: 25%;
    top: 95%;
    width: 10%;
    height: 25%;
    max-width: 190px;
}



/* モーダル */
html.modalset{
	overflow: hidden;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
}
.modal-box .inner{
	    background: #ffffff;
	max-height: 500px;
    overflow: auto;
	-ms-overflow-style: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.modal-box .modal-close span{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 2px;/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{cursor: pointer;}

.modal_title_wrap{
	top: 0;
	left: 0;
}

/* top-cms */

.cms_title::before {
    display: none;
}

.cms_title p {
    color: #73674f;
}

.more a::after, .more a::before {
    border-color: #E6B5C6;
}

.more a {
    background-color: rgba(255,255,255,0.7);
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

.topcms_news_type2 .date {
    font-family: 'Shippori Mincho', serif;
}

/* ----------　下層ページ　---------- */

#under_page .under_box {
    background-color: #FAF7F1;
}

#cms_2-h .box_title1, .cms_2-h .box_title1 {
    color: #E6B5C6;
}

.cate_list {
    border-color: #1D1416;
}

.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before {
    background-color: #1D1416;
}

.cate_list li a {
    color: #1D1416;
}

#under_page .under_box p {
    font-family:'Klee One', serif!important;
}

#cms_1-e .pager li a {
    background-color: rgba(230,181,198,1);
    border: solid 1px rgba(230,181,198,1);
}

#cms_1-e .pager li a:hover {
    background-color: rgba(115,103,79,1);
    border: solid 1px rgba(115,103,79,1);
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.main-copy {
    top: 20%;
    width: 50%;
}

.fix-rsv {
    width: 500px;
    height: 200px;
}

#sp_nav ul li a {
    margin: 0;
}
    
#contents1 .con_img figure {
    width: 90%!important;
    margin: 0 auto;
}
    
#contents2, #contents3 {
    margin: 0 auto 150px;
    flex-direction: column;
}
    
#contents1 .ilu1 {
    left: 10%;
    top: 90%;
    width: 15%;
    height: 15%!important;
}

#contents2 .ilu2{
    right: 15%;
    top: 90%;
    width: 25%;
    height: 16%;
}

#contents3 .ilu3 {
    left: 5%;
    top: 102%;
    width: 25%;
    height: 15%;
}

.con-bnr-box {
    row-gap: 50px;
}

.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#header h1 a img {
    max-width: 80px;
}

.main-copy {
    top: 25%;
    width: 60%;
}

#contents1 {
    margin-bottom: 100px;
}

#contents2, #contents3 {
    margin-bottom: 100px;
}

#contents1 .con_box, #top_info .con_box {
    top: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

#contents1 .ilu1 {
    left: 0;
    right: 0;
    margin: auto;
    top: 96%;
    width: 25%;
    height: 15%!important;
}

#contents2 .ilu2{
    left: 0;
    right: 0;
    margin: auto;
    top: 95%;
    width: 30%;
    height: 10%;
}

#contents3 .ilu3 {
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 10%;
}
    
    
}