/*
Theme Name: cicol-library
Author: mother-planet
Author URI: https://cicol.jp/library/ver2022/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
    border: 0;
	  font-family: inherit;
    font-size: 1em;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: none;
}

:focus {
    /* remember to define focus styles! */
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,ul {
    list-style: none;
    margin: 0;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: """";
}

a {
    text-decoration: none;
    color: inherit;
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

embed,iframe,object {
    max-width: 100%;
}

/* 当サイト用の定義 */

img {
    max-width: 100%;
}

html,
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #5D4B33;
}

#container {
    position: relative;
}

/* 共通定義 */ 
#wrapper,.wrapper {
    max-width: 900px;
    margin: auto;
    position: relative;
	display: block;
}

.sp{
	display: none;
}
.link{
	    color: #5D4B33;
    font-size: 15px;
    background: #E0CFBC;
    padding: 18px 60px;
    border-radius: 30px;
	text-align: center;
	    font-weight: 500;
    letter-spacing: 2px;
	width: fit-content;
	margin: auto;
}


#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 99px;
    z-index: 1000;
    text-align: right;
}
#to-top img{
	width: 70%;
}
/*  ヘッダー      */
.top-line {
    display: block;
    background: #FEF7F8;
	border-top: 6px solid #E18098;
}

.tl-link{
	    text-align: right;
    padding-bottom: 5px;
}
.tl-link a{
	    margin-left: 2em;
    font-size: 10px;
}

#header {
    height: 108px;
	margin-bottom: 10px;
}

#header .wrapper{
	height: inherit;
	position: relative;
}

h1{
	position: absolute;
    bottom: 0;
}
h1 img{
	width: 156px;
}
.h-tel{
	color: #E27080;
    font-weight: 600;
    font-size: 28px;
    background: url(images/phoneicon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left top 10px;
    padding-left: 35px;
    position: absolute;
    right: 0;
    top: 10px;
}
.h-tel .uketuke{
	 color: #595757;
    font-size: 12px;
    text-align: right;
	font-weight: 200;
}

ul.h-link{
	font-size: 14px;
	border-right: 1px solid;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.h-link li{
	display: inline-block;
    padding: 0 20px;
    border-left: 1px solid;
}


/* トグルメニュー　非表示  */
#m-open,
ul#menu {
    display: none;
}

.h-open {
    display: block;
    position: absolute;
    bottom: 132px;
    right: 55px;
    z-index: 100;
}

/* TOPページコンテンツ  */
.slide-out{
	position: relative
}
.flexslider .slides img{
	    height: 660px !important; 
    object-fit: cover !important;
}
.slide-out-sp{
	display: none;
}
.slide-out aside{ 
	color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 各セクション共通 */
.wrapper h3{
	position: relative;
    margin: auto;
	 padding-top: 100px;
}

.wrapper h3 .txt{
	text-align: center;
    color: white;
    background: #E3808E;
    font-size: 20px;
    font-weight: 900;
    padding: 16px 50px;
    border-radius: 31px;
    letter-spacing: 3px;
    width: fit-content;
    margin: auto;
}
.wrapper h3:after{
	content: '';
    background: url(images/cicolkun.png);
    background-size: 156px;
    height: 73px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

h4{
	background: url(images/bookicon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px;
    height: 50px;
    padding-left: 72px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-top: 9px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
/*  第1セクション */
.a1-out{
	 background: url(images/wave01-pc.png);
    position: relative;
    height: 110px;
    margin-top: -48px;
    background-size: 2000px;
    background-repeat: repeat-x;
	    background-position-x: center;
}
.article1{
	background: url(images/bg-01.jpg);
    display: block;
	padding-bottom: 100px;
}
.current{
	width: 688px;
    margin: auto;
    text-align: center;
    position: relative;
}
.current section{
	font-weight: 500;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.current .mezase{
	 width: 250px;
    margin: auto;
}
span.tadaima{
	color: #8D795F;
	font-size: 18px:
}
span.num{
	color: #E27080;
	font-size: 60px;
}
span.satu{
	color: #E27080;
	font-size: 30px;
}
p.now{
	font-weight: 400;
	color: #595757;
	font-size: 10px;
	margin-bottom:20px;
}
ul.whatslibrary{
	margin-top: 50px;
}
ul.whatslibrary li{
	 display: flex;
    padding-bottom: 50px;
    border-bottom: 2px dotted #AF947B;
    margin-bottom: 50px;
}
ul.whatslibrary li:nth-child(2){
	flex-direction: row-reverse;
}
ul.whatslibrary li:last-child{
	border-bottom: none;
}
ul.whatslibrary li img{
	    width: 375px;
}
ul.whatslibrary li .sentence{
	margin-left: 50px;
}
ul.whatslibrary li:nth-child(2) .sentence{
	margin-left: 0;
    margin-right: 50px;
}
ul.whatslibrary li .sentence aside{
	color: #523F00;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
ul.whatslibrary .link{
	    margin: 0;
    margin-top: 20px;
}

/*  第２セクション */
.a2-out{
	 background: url(images/wave02-pc.png);
    position: relative;
    height: 73px;
    margin-top: -7vh;
    background-size: 2000px;
    background-repeat: repeat-x;
	    background-position-x: center;
}
.article2{
	background: url(images/bg-02.jpg);
    display: block;
	padding-bottom: 100px;
}
.rent2 li:first-child{
	display: none;
}
.rent2 h4{
	    padding-top: 0;
    margin-bottom: 30px;
}
.howtorent2{
	max-width: 900px;
    background: white;
    padding: 30px 13.3%;
    border-radius: 25px;
    text-align: center;
	    margin-bottom: 100px;
}
.howtorent2 h5{
	    background: url(images/bn-karikata.png);
    background-repeat: no-repeat;
    background-size: 420px;
    background-position: center top;
    height: 90px;
    padding-top: 29px;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
	    margin-top: 50px;
}
.howtorent2 .step1{
	  display: inline-block;
    width: 280px;
    margin-top: 50px;
    vertical-align: top;
	margin-bottom: 50px;
	float: left;
}
.howtorent2 .step1r{
	float: right;
}
.howtorent2 .step1 img{
	width: 160px;
}
.howtorent2 .banner-txt{
	    width: 280px;
    margin: auto;
    background: #F4E6D7;
    border-radius: 26px;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 15px;
	margin-bottom: 20px;
}
.howtorent2 p{
	text-align: left;
    font-size: 16px;
}
.howtorent2 p.small{
	font-size: 12px;
}
.howtorent2 .attn{
		clear: both;
    background: url(images/bg-pink.jpg);
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
/*  第3セクション */
.a3-out{
	 background: url(images/wave03-pc.png);
    position: relative;
    height: 73px;
    margin-top: -7vh;
    background-size: 2000px;
    background-repeat: repeat-x;
	    background-position-x: center;
}
.article3{
	background: white;
    display: block;
	padding-bottom: 100px;
}
p.ask{
	text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 1px;
}
.collect3{
	    width: 650px;
    background: url(images/bg-pink.jpg);
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 10%;
    text-align: center;
}
.collect3 p.big{
	border-bottom: 2px dotted #AF947B;
    padding-bottom: 44px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
}
.collect3 p.sort{
	text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
.step3{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.step3 img{
	width: 375px;
}
.step3 p{
	    line-height: 30px;
    letter-spacing: 1px;
}
.step3 .addr{
	    font-size: 14px;
    margin-top: 20px;
    border-left: 2px solid;
    padding-left: 10px;
}
.contact3{
	width: 650px;
    margin: auto;
    margin-top: 50px;
    background: #EFE9E7;
    text-align: left;
    padding: 30px 6%;
}
.contact3 .title3{
	    display: inline-block;
    border: 1px solid;
    padding: 5px 20px;
    vertical-align: top;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
}
.contact3 .num3{
	display: inline-block;
	font-size: 30px;
    font-weight: 600;
    margin-left: 30px;
	letter-spacing: 3px;
}
.contact3 p{
	    letter-spacing: 1px;
    margin-top: 20px;
}
/* ページコンテンツ  */

/*  お問い合わせ・アクセス */
#form7 {
    text-align: center;
}

#form7 span {
    color: red;
}

#form7 .tabform {
    border-left: none;
    border-right: none;
}

.block .tab1.tabform {
    margin: 0;
}

.contact .wpcf7-select,
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 1px;
    /* font-size: large; */
    height: 28px;
    vertical-align: middle;
    width: 180px;
}

.contact .wpcf7-textarea {
    border-radius: 1px;
    /* margin: 10px; */

    border: 1px solid #dbdcdc;
    width: 90%;
}

input[type=submit] {
    margin: 20px 0 0;
    font-weight: bold;
    width: 309px;
    height: 54px;
    background: url(images/form-send.png);
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 0;
}

/*  プライバシーポリシー */
/*  サイドバー  */
#sidebar {
    display: block;
}

.pagenavi {
    text-align: center;
    margin-bottom: 20px;
    font-weight: initial;
    font-size: 12px;
}



/* フッター */
#footer{
	clear: both;
    margin: auto;
	margin-top: 30px;
}

.f-back1{
	display: block;
	background: #fafafa;
}
.f-box1{
    max-width: 1000px;
	display: block;
    margin: auto;
	padding-top: 30px;
    padding-bottom: 30px;
}
.f-logo{
	display: inline-block;
	width: 220px;
}
.add-area{
	display: inline-block;
	vertical-align: top;
}
.f-box1 p{
	padding-bottom: 5px;
}
p.tel-area{
	font-family: 'arial black';
}
p.tel-area span{
	font-size: 22px;
}

.f-back2{
	display: block;
	background: #eeeeef;
}
.f-box2{
	display: block;
	max-width: 1000px;
    margin: auto;
}
ul.f-nav0{
	text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
}
ul.f-nav0 li{
	display: inline-block;
	border-left: 1px gray dotted;
	padding: 0px 8px;
	width: 20.9%;
}
ul.f-nav0 li:last-child{
	border-right: 1px gray dotted;
}
ul.f-nav1{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
ul.f-nav1 li{
	display: inline-block;
	border-left: 1px gray dotted;
	padding: 0px 8px;
	width: 28%;
}
ul.f-nav1 li:last-child{
	border-right: 1px gray dotted;
}
.f-back3{
	display: block;
    background: url(./images/footer.png) repeat-x;
    background-color: #eeeeef;
}
.f-box3{
	display: block;
    text-align: center;
	padding-top: 40px;
}
p#copyright{
	padding-top: 20px;
}


@media (max-width: 1024px) {
    #wrapper,.wapper {
        width: 100%;
    }

    .head-wrap {
        width: 100%;

    }

}

@media (max-width:896px) {
    
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    #to-top{
		right: 10px;
	}

	#to-top img{
		width: 50%;
	}

    /* トグルメニュー */
    #m-open {
        display: block;
    position: absolute;
    align-items: right;
    height: 60px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    }

    nav.menu {
        display: block;
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
        position: absolute;
        /* cursor: pointer; */
        overflow: hidden;
        z-index: 9999;
    }

    nav .menu1 {
        width: 30px;
    height: 5px;
    background-color: #E27080;
    top: 0px;
    position: absolute;
    }

    nav .menu2 {
        width: 30px;
        height: 5px;
        background-color: #E27080;
        top: 12px;
        position: absolute;
    }

    nav .menu3 {
        width: 30px;
        height: 5px;
        background-color: #E27080;
        top: 25px;
        position: absolute;
    }

    nav .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* Opera */
        -moz-transition: all 0.5s ease-out;
        /* Firefox */
        -webkit-transition: all 0.5s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.5s ease-out;
        /* IE */
    }

    nav .menuclick1 {
        top: 12px;
        -o-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    nav .menuclick2 {
        background-color: rgba(255, 255, 255, 0);
    }

    nav .menuclick3 {
        top: 12px;
        -o-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    ul#menu {
        background-color: #E27080;
    opacity: 0.7;
    width: 100%;
    /* float: right; */
    list-style: none;
    display: none;
    position: absolute;
    z-index: 10;
    top: 108px;
    }

    #menu li {
        padding: 2%;
        font-size: 16px;
        border-bottom: 1px dotted #fff;
    }

    #menu li a::after {
        content: ">";
        position: absolute;
        right: 20px;
    }

    #menu li a {
        width: 95%;
        display: inline-block;
        padding-left: 5%;
        color: #fff;
    }
	/*  header  */
	#header{
		height: 70px;
	}
	#header .wrapper{
		
		width: 100%;
	}
	.top-line{
		display: none;
	}
	#header h1{
		padding-left: 10px;
    width: 26%;
	}
	#header .telhref{
		position: absolute;
    right: 23vw;
    bottom: 12px;
	}
	#header .telhref img{
		width: 40px;
	}
	#header .telhref span{
		display: none;
	}
	/* common setting  */
	#top-main .wrapper{
		padding-bottom: 50px;
	}
	.article1,.article2,.article3{
		padding: 30px;
		    padding-top: 0;
	}
	.a1-out{
		 background: url(images/wave01-sp.png);
    	background-size: 200%;
		margin-top: -20px;
	}
	.a2-out{
		background: url(images/wave02-sp.png);
		background-size: 200%;
		    height: 20px;
	}
	.a3-out{
		background: url(images/wave03-sp.png);
		background-size: 200%;
		    height: 20px;
	}
	
	/*   slider   */
	.slide-out .sp{
		
	}
	.slide-out aside{
		font-size: 16px;
    width: 100%;
	}
	/*   contents   */
	.link{
		padding: 8px 20px;
		font-size: 14px;
	}
	.wrapper h3 .txt{
		font-size: 16px;
    padding: 8px 30px;
	}
	.current{
		width: 100%;
	}
	.current section{
		
	}
	.current .mezase img{ 
		width: 200px;
	}
	span.num{
		font-size: 40px;
	}
	
	h4{
		font-size: 22px;
		margin-top: 10px;
	}
	ul.whatslibrary li{
		display: block;
		margin: 0;
		    margin-bottom: 50px;
	}
	ul.whatslibrary li .sentence{
		margin: 0;
	}
	ul.whatslibrary li:nth-child(2) .sentence{
		margin: 0;
	}
	.howtorent2{
		padding: 30px;
	}
	.howtorent2 .step1{
		        width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding-top: 30px;
	}
	.howtorent2 .banner-txt{
		    width: 100%;
	}
	.howtorent2 .attn{
		font-size: 16px;
	}
	.howtorent2 h5{
		    background: url(images/bn-karikata-sp.png);
		background-repeat: no-repeat;
    margin: 0;
    background-size: 100%;
    height: 112px;
    padding-top: 38px;
	}
	ul.whatslibrary li .sentence aside{
		font-size: 14px;
	}
	.rent2 h4{
		margin-bottom: 50px;
	}
	.step3{
		    width: 100%;
    	margin-bottom: 30px;
	}
	.collect3{
		width: 100%;
	}
	.contact3{
		width: 100%;
	}
	.contact3 .num3{
		margin: 0;
	}
	/* sp-footer */
	.f-logo{
		display: none;
	}
	.f-box2{
		width: 100%;
	}
	.f-back1{
		padding-left: 10px;
		padding-right: 10px;
	}
	.add-area{
		
		width: 100%;		
	}
	.add-area .sp-f-contact{
		text-align: center;
	}
	ul.f-nav0 li,
	ul.f-nav1 li,
	ul.f-nav0 li:last-child,
	ul.f-nav1 li:last-child{
		border-style: none;
	    display: block;
	    text-align: left;
		width: 100%;
		
		padding: 0;
    	padding-bottom: 10px;
    	
	}
	ul.f-nav0{
		padding-bottom: 0;
		padding-left: 10px;
	}
	ul.f-nav1{
		padding-top: 0;
		padding-left: 10px;
	}

}