﻿@font-face {
font-family: "kanjuku";
  src: url("./Dup/default/kanjuku.otf") format("otf"),url("./Dup/default/kanjuku.woff") format("woff"),url("./Dup/default/kanjuku.woff2") format("woff2");
}
.font1{font-family: "kanjuku","sans-serif";}

/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #f05f7d; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #f05f7d;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #9b5032;}
.bg_color3 .linkStyle{color: #9b5032;}
.bg_color4 .linkStyle{color: #f05f7d;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}
}


/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #9B5032} /* メインカラー */
.txt_color2{color: #E6AA91} /* サブカラー */
.txt_color3{color: #f05f7d} /* アクセントカラー1 */
.txt_color4{color: #FFDCE6} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #9B5032} /* メインカラー */
.bg_color2{background-color: #E6AA91} /* サブカラー */
.bg_color3{background-color: #FFB4C3} /* アクセントカラー1 */
.bg_color4{background-color: #FFDCE6} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #9B5032}
.border_color2{border-color: #E6AA91}
.border_color3{border-color: #FFB4C3}
.border_color4{border-color: #FFDCE6}


#contents h3,#contents figure{margin-bottom: 10px!important;}
#main_left #left_link{top: 60%;width: 40%!important;}
#page_title figure.mg_b-20px{margin-bottom: 0;}
#left_bar div{z-index: 1;}

/*--------------------------------
全体
--------------------------------*/
.intro_bt a.bg_color3,.tel_bt a.bg_color3{background-color: #c88264;}
#pc_menu .bg_wrap,#link .bg_wrap{background-image: url(./Dup/default/bg.jpg);background-size: 40%;}
/*--------------------------------
TOP
--------------------------------*/
#contents{padding: 0!important;}
#contents::after{background-color: rgba(255,250,240,0.7)!important;}
#pc_news{background-image: url(./Dup/default/bg.jpg);background-size: 60%;}
/*--------------------------------
下層
--------------------------------*/
#page_container{background-color: #fffcf7;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
header{background-image: url(./Dup/default/bg.jpg);background-size: 60%;}
#top_header{background-color: transparent!important;}

#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#top_header{background-image: url(./Dup/default/bg.jpg);background-size: 60%;}

#top_link{ margin-top: 0; margin-bottom: 50px; }
#main_menu{background-color: rgba(215,115,135,0.7)!important;}
#main_menu .swiper-container{padding-top: 5px;}

#page_title figure img{max-width: 100px;}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_header{background-size: 85%;}
#top_link .links_bt{ width: 60%!important;}
#pc_news{background-size: 85%;}

#page_title figure img{max-width: 70px;}
}