@charset "utf-8";

/* -------------------------------------------------------------*/
/* SiteName : KOURINKENSETSU */
/* FileName : contents.css */
/* Add Day : 2020/03/17(Tue) */
/* Udt Day : 2020/03/17(Tue) */
/* Copyright : ZENEI-PRO */
/* == TOC ======================================================*/
/* 1 : */
/*--------------------------------------------------------------*/

/* ------------ 主要ブラウザのベンダープレフィックス */
/* -moz-     …… Firefox */
/* -webkit-  …… Chrome、Safari */
/* -o-       …… Opera */
/* -ms-      …… IE8～ */
/* ベンダープレフィックス指定無しも明記 */

/*--------------------------------------------------------------*/
/*	basic style */
/*--------------------------------------------------------------*/
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	color: #333;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	min-width: 1000px;
}
@media screen and (max-width: 979px){
    body{
        min-width: unset;
    }
}

.pc{
	display: block;
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
}
.sp{
	display: none;
}
@media screen and (max-width: 767px){
	.sp{
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* container */
/*--------------------------------------------------------------*/
.inner{
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 979px){
	.inner{
		max-width: unset;
		padding: 0 ;
	}
}
main{
	background: #f3f3f3;
	padding: 4em 1em;
}
aside{
	width: 30%;
	margin-right: 3%;
	padding: 2.5em;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
article{
	width: 67%;
	padding: 2.5em;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.inner2{
  padding: 0 2em;
}
@media screen and (max-width: 979px){
    .inner2{
        padding: 0 ;
    }
}

/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
header{
	width: 100%;
	padding: 1.5em 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}
.head{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 979px){
    .head{
        width: 100%;
        display: block;
        text-align: center;
    }
}
h1{
	margin-right: 2em;
}
@media screen and (max-width: 979px){
    h1{
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 5px;
    }
}

h1 a{
	display: block;
}
h1 a span{
	width: 300px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background: url(../img/logo5.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
}
@media screen and (max-width: 979px){
    h1 a span{
        width: 300px;
        height: 0;
        padding-top: 50px;
        background-size: 100% auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
	h1 a span{
		width: 220px;
		padding-top: 50px;
	}
}
.pc_head{
	display: flex;
	margin-left: auto;
}
@media screen and (max-width: 979px){
    .pc_head{
        display: block;
    }
}
@media screen and (max-width: 767px){
	.pc_head{
		display: none;
	}
}
.sp_head{
	display: none;
}
@media screen and (max-width: 979px){
	.sp_head{
		display: block;
	}
}
.tel p{
	width: 300px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background: url(../img/tel.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
}
@media screen and (max-width: 979px){
    .tel p{
        display: block;
        width: 300px;
        height: 0;
        padding-top: 50px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .tel p{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------*/
/* nav */
/*--------------------------------------------------------------*/
.global_navi{
	background: #0075b3;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
.navi{
	text-align: center;
	display: flex;
  align-items: center;
	padding: 0.5em 0;
}
.navi li{
	font-size: 1.2rem;
  line-height: 1.1;
	border-left: 1px solid #fff;
}
.navi li:first-child{
	border-left: 0;
}
.navi li a{
	color: #fff;
	padding: 1em 2em;
	display: block;
	text-decoration: none;
	opacity: 1;
}

/* drawer-tel */
.drawer-tel{
	display: block;
	width: 100%;
	padding: 1em;
}
.drawer-tel span{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	display: block;
}
.drawer-tel a{
	display: block;
	text-decoration: none;
	opacity: 1;
    color: #fff !important;
}
.drawer_tel_btn{
	font-size: 1.4rem !important;
	padding: 1em !important;
    background: #0075b3 !important;
}
.drawer_tel_btn:hover{
    background: #f7750d;
}
.drawer-tel em{
	font-size: 1.2rem;
	color: #fff;
	margin-top: 0.5em;
	display: block;
}

/*--------------------------------------------------------------*/
/* aside */
/*--------------------------------------------------------------*/
.side__nav{
	margin-bottom: 5em;
}
.side__nav--list{
	list-style: none;
	background: #0075b3;
	padding: 1em;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.side__nav--list li{
	border-bottom: 1px #fff dotted;
}
.side__nav--list li:first-child{
	border-top: 1px #fff dotted;
}
.side__nav--list li a{
	color: #fff;
	text-decoration: none;
	padding: 1.5em 0.5em;
	display: block;
}
.side__nav--list li a::before{
  content: "\0025a0";
  color: #fff;
  padding-right: 0.5em;
}
.side__nav--list li a:hover{
	color: #fff;
	background: #148fd0;
}
.side__add{
	padding: 1.5em;
	border: 1px #ccc solid;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.side__add--data{
	margin-top: 1em;
}
.side__add--data:first-child{
	margin-top: 0;
}
.side__add--data h4{
	color: #0075b3;
}

/*--------------------------------------------------------------*/
/* footor */
/*--------------------------------------------------------------*/
footer{
	background: #0075b3;
	padding: 2em 0;
}
.foot__navi{
  padding: 0;
	display: block;
}
.copy{
	padding: 1em 0;
}
.copy p{
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px){
	.copy p{
	    	line-height: 1.5;
	}
}
.copy p a{
	color: #fff;
}
.copy p a:hover{
	color: #fff;
}

/*--------------------------------------------------------------*/
/* img */
/*--------------------------------------------------------------*/
img.w100{
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px){
	img.w100{
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* Font Awesome */
/*--------------------------------------------------------------*/
i{
	padding-right: 0.5em;
}

/*--------------------------------------------------------------*/
/* fixed */
/*--------------------------------------------------------------*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/*--------------------------------------------------------------*/
/* a style */
/*--------------------------------------------------------------*/
a:link{
	color: #333;
}
a:visited{
	color: #333;
}
a:hover{
	color: #666;
}
a:active{
	color: #333;
}
a{
	text-decoration: underline;
	outline: 0; /* Firefox */
	transition: all 0.8s ease-in-out;
}
a:hover{
	text-decoration: none;
	opacity: 0.75;
}

/*--------------------------------------------------------------*/
/* border-box */
/*--------------------------------------------------------------*/
*, *:before, *:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------*/
/* 画像関連 */
/* レスポンシブ対応のbackgroundにする場合、以下を利用 */
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
/*--------------------------------------------------------------*/
/*
	height: 0;
	padding-top: ●●%;
	background: url(●●) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
*/

/*--------------------------------------------------------------*/
/* アニメーション関連 */
/*--------------------------------------------------------------*/
/*
animation-name: アニメーションの名前
animation-duration: アニメーションが始まって終わるまでの時間
animation-iteration-count: アニメーションの繰り返し回数
animation-timing-function: アニメーションの進行の度合
animation-delay: アニメーションが始まる時間
animation-direction: アニメーションの再生方向
animation-fill-mode: アニメーションの開始前、終了後のスタイル
animation-play-state: アニメーションの再生・停止を指定
*/
/*
animation-name: ●●;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-delay: 3s;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
*/

.bold{
    font-weight: 600;
}
.f-red{
    color: #ff0000;
}


