@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap');
/*
 font-family: "Zen Maru Gothic", sans-serif;
 font-family: "Montserrat", sans-serif;
 */
html{
	padding:0;
	margin:0;
}
body{
	width:100%;
	margin:0;
	 -webkit-text-size-adjust: 100%;
	background-color:#fff;
	
	padding-bottom: 75px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	min-height: 100vh;
	position: relative;/*←相対位置*/
}
#container{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	font-family: 'M PLUS 1', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#604C3F;
	letter-spacing:0.1em;
}

#allbox{
	width:100%;
	text-align:center;
}
img{
	width:100%;
	height:auto;
}
h1{
	width:270px;
	height:auto;
	padding:5px 0 0 10px;
	margin:0;
	float:left;
	line-height:0;
}
h2{
	width:220px;
	position:absolute;
	left:20px;
	bottom:40px;
	z-index:998;
}
/********* header *****************************************************/

/*スクロール出現グローバルナビ*/
.fixed_header{
    width:100%;
	padding:15px 0;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    background:rgba(112,96,82,0.9) !important;
	color:#fff;
	display:none; /*初期状態：非表示にする*/
}
#gnavi{
	padding:15px 0;
	background-color:#604C3F;
	text-align:center;
}
#gnavi ul{
	width:680px;
	margin:0 auto;
	list-style:none;
	float:left !important;
}
#gnavi li{
	float:left;
}
#gnavi li a{
	padding:10px 15px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	transition: 0.5s ease 0.1s;
}
#gnavi li a:hover{
	color:#F2954E;
	transition: 0.5s ease 0.1s;
}
#header_img{
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
}
#header_img.aboutus{background-image:url(../../aboutus/img/headerimg_aboutus.jpg);background-position:center center !important;}
#header_img.contents{background-image:url(../../contents/img/headerimg_contents.jpg);}
#header_img.access{background-image:url(../../access/img/headerimg_access.jpg);}
#header_img.information{background-image:url(../../information/img/headerimg_information.jpg); background-position:center center !important;}
#gnavi_sp{
	display:none;
}

/********* footer *****************************************************/
#footer{
	width:100%;
	text-align:center;
	padding:30px 0 30px 0;
	background-color:#F5EBD4;
	color:#604C3F;
	font-size:10px;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

/********* 共通 *****************************************************/
.box01{
	width:900px;
	margin:0 auto;
	padding:70px 50px;
	line-height:2.5;
	text-align:left;
	letter-spacing:0.05em;
}
.box01 p{
	margin:15px 0 20px 0;
	font-size:145%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:700;
	display:block;
	line-height:2.5;
}
.box01 b{
	margin:15px 0;
	font-size:160%;
	font-weight:700;
	display:block;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#EB5C4D;
}

.box02{
	width:100%;
	height:150px;
	background-color:#F5EBD4;
}
.in{
	width:1000px;
	height:100%;
	margin:0 auto;
	position:relative;
}
.in2{
	width:700px;
	height:100%;
	margin:0 auto;
	position:relative;
}

/********* ページトップへ *****************************************************/

#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 130%;
	letter-spacing:1px;
	z-index:1000;
	
}
#page-top a {
	padding:15px 18px 17px 18px;
    text-align: center;
    display:block;
    border-radius: 10em;
	background: #604C3F;
    text-decoration: none;
    color: #fff;
	
}
#page-top a:hover {
    text-decoration: none;
    background: #EB5C4D;
}
/********* 内容 *****************************************************/
.txt_small{
	margin-bottom:8px;
	display:block;
	text-align:right;
	font-size:13px;
}
.tooth_bg{
	background-image:url(../img/tooth_bg.png);
	background-repeat:repeat-x;
	background-size:50px auto;
	background-position:center bottom;
}
.shikiri{
	background-color:#fff;
	height:150px;
}
button.readmore,button.readmore1,button.readmore2,button.readmore3,button.readmore4 {
	display:none;
}
/********* 共通 *****************************************************/
.clear{
	clear:both;
}
.txt_al_c{text-align:center;}

.fc_white{color:#fff;}
.fc_green{color:#559994;}
.fc_red{color:#EB5C4D;}
.fc_blue{color:#74ACC0;}
.fc_orange{color:#EE7D52;}
.fc_purple{color:#685F86;}

.fw_500{font-weight:500;}
.fw_600{font-weight:600;}
.fw_700{font-weight:700;}

.txt_bg_yellow{ background-color:#FFF574;}

.bg_pink{ background-color:#FDEAE0;}
.bg_mizuiro{ background-color:#E8F3F5;}
.bg_bage{ background-color:#FEEED3;}
.bg_bage2{ background-color:#F5EBD4;}
.bg_green{ background-color:#E7F3EC;}
.bg_gray{ background-color:#E3E7EC;}
.bg_white{ background-color:#fff;}
.bg_purple{ background-color:#D6D3DD;}

.dis_pc{display:block;}
.dis_mid1{display:block;}
.dis_mid2{display:none;}
.dis_sp{display:none;}

.fs_120{font-size:120%:}

.mg_b_30{margin-bottom:30px;}
.mg_b_50{margin-bottom:50px;}
.mg_b_80{margin-bottom:80px;}

.mg_t_30{margin-top:30px;}
.mg_t_50{margin-top:50px;}

.opa80{opacity:0.8;}


@media (max-width: 900px) {
body{
	padding-bottom: 7.5vw;/*←footerの高さ*/
}
h2{
	width: auto;
	width:50%;
	height:auto;
	position:absolute;
	top: 52%;
    left: 50%;
	bottom:auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#container{
	width:100%;
	font-size:calc(11px + 0.8vw);
	padding-bottom: 0;/*←footerの高さ*/
}
/********* header ****************************************************900*/
#header{
	width:100%;
	min-width:100%;
	z-index:998;
	margin:o auto;
}
#gnavi{
	display:none;
}
#gnavi_sp{
	display:block;
	padding:0;
	margin:0;
	width:100%;
	font-family: 'M PLUS 1', sans-serif;
	font-weight:500;
	letter-spacing:0.15em;
	position: fixed;
	top:0;
	z-index:1001 !important;
}
#gnavi_sp ul{
	padding:0 0 34px 0;
	margin-top:55px;
}
#gnavi_sp li{
	border-bottom:#b59e6a solid 1px;
}
#gnavi_sp li a{
	display:block;
	margin:0 0 0 0;
	padding:5% 0 5% 5%;
	text-align:left;
	text-decoration:none;
	font-size:calc(11px + 1.7vw);
	color:#fff;
}
#gnavi_sp li a:hover{
	background-color:#F2954E;
	color:#fff !important;
}
#gnavi.fixed_header{
	display:none !important;
}
#header_img{
	width:100%;
	height:80vw;
	background-size:cover;
	background-position:center center;
}
#header_img.aboutus{background-position: left 10% top !important; }
/********* footer ****************************************************900*/
#footer{
	width:100%;
	padding:3vw 0 3vw 0;
	font-size:11px;
}
/********* 内容 ****************************************************900*/
.box01{
	width:90%;
	padding:8% 5%;
	line-height:2;
}
.box01 p{
	margin:2% 0 2% 0;
	font-size:130%;
	line-height:2;
}
.box01 b{
	margin:2% 0;
	font-size:130%;
	line-height:1.5;
}
.box02{
	width:100%;
	height:15vw;
}
/********* READ MORE ****************************************************900*/
.hide-text {
    display: none;
}
button.readmore {
	display:block;
    position: relative;
    height: 80px;
    width: 140px;
    margin: 40px auto 0 auto;
	text-align:center;
    display: block;
    background-color: transparent;
    color: #604C3F;
	font-size:15px;
	font-family: 'M PLUS 1', sans-serif;
	font-weight:500;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after{
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #604C3F;
    border-right: solid 3px #604C3F;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 55px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
/********* 共通 *****************************************************/
.txt_small{
	margin-bottom:1% 0;
	font-size:calc(9px + 0.5vw);
}
.in{
	width:90%;
	height:100%;
	margin:0 auto;
}
.in2{
	width:100%;
	height:100%;
}
.shikiri{
	height:12vw;
}

.dis_pc{display:none;}
.dis_mid1{display:block;}
.dis_mid2{display:block;}
.dis_sp{display:none;}

.mg_b_30{margin-bottom:3%;}
.mg_b_50{margin-bottom:5%;}
.mg_b_80{margin-bottom:8%;}

.mg_t_30{margin-top:3%;}
.mg_t_50{margin-top:5%;}
}
@media (max-width: 580px) {
#container{
	font-size:calc(11px + 1vw);
}
h2{
	top: 55%;
}
#gnavi_sp ul{
	padding:0 0 39px 0;
}
#header_img{
	width:100%;
	height:85vw;
	background-size:cover;
	background-position:center center;
}
.in{
	width:100%;
}
/********* 内容 ****************************************************580*/
.box01 p{
	margin:3% 0 3% 0;
	font-size:125%;
	line-height:1.9;
	letter-spacing:0.05em;
}
.box01 b{
	margin:3% 0;
	font-size:120%;
	line-height:1.5;
}

/********* 共通 *****************************************************/
.txt_small{
	margin:1.5% 0;
	font-size:calc(9px + 0.7vw);
}
.dis_pc{display:none;}
.dis_mid1{display:none;}
.dis_mid2{display:block;}
.dis_sp{display:block;}
}