@charset "utf-8";
/* CSS Document */

/*-------------------------
font-family: 'Open Sans', sans-serif;
font-weight: 300;(Light)
font-weight: 400;(Regular)
font-weight: 600;(Semi-bold)

font-family: 'Noto Serif JP', serif;
font-weight: 400;(Reguler)
font-weight: 500;(Midium)
font-weight: 700;(bold)
font-weight: 900;(Black)

font-family: 'Philosopher', sans-serif;
---------------------------*/

html{
	font-size: 62.5%;/*16px ×　62.5%=10px=1rem*/
}
body{
	font-family:'Noto Serif JP', sans-serif;
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;/*16px*/
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #1d1d1d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%;
    margin: 0 auto;      /*サイトをセンタリング*/
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
	color: #1d1d1d;
    text-decoration: none;
    transition: all .2s;
	cursor : pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
*{
	box-sizing: border-box;
}

.inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

.inner-1000{
	padding-left: 50px;
	padding-right: 50px;
}
.inner-800{
	padding-left:100px;
	padding-right: 100px;
}
/*----------------------

    	hreader

----------------------*/
/*   main-visual
--------------------------*/
.main-movie{
	position: relative;
	width: 100%;
  	padding-top: 56.25%;
	aspect-ratio: 16 / 9;
}
/*.main-movie img{
	max-width: 100%;
	width: 100vw;
	top: 0;
	left: 0;
}*/
.front-ground {
    /*background: url("../images/dot.png");
    background-size: 2px 2px;*/
    background: rgb(29,29,29);
    background: linear-gradient(0deg, rgba(29,29,29,0.2528361686471463) 69%, rgba(29,29,29,0.6337885495995272) 94%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	
}
h2{
	position: absolute;
	top:25%;
}
.main-title{
	width: 300px;
	margin-left: 50px;
}
.header{
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding-left: 80px;
	padding-right: 80px;*/
}
.header-box{
	position: absolute;
	top:0;
	width: 100%;
}
@media screen and (max-width:1080px){
	/*w=830までは崩れない*/
	.header{
		display: inherit;
		height: 120px;
	}
	.logo{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.logo{
	width: 115px;
}
.header-menu{
	/*display: flex;*/
	color: #fff;
	font-size: 1.5rem;
}
.header-menu li{
	margin-right: 25px;
	padding-bottom: 5px;
	border-bottom: 3px solid rgba(170,170,170,0.00);
}
.header-menu li:last-of-type {
    margin-right: 0;
}
.heder-menu li:last-of-type{
	margin-right: 0;
}
.fa-chevron-down{
	margin-right: 10px;
}
.header-menu li:hover{
	border-bottom: 3px solid rgba(255,255,255,1.00);
	transition: all .2s;
	cursor : pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.under .header-menu li:hover{
	border-bottom: 3px solid rgba(29,29,29,1.00);
	transition: all .2s;
	cursor : pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.movie {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	object-fit: cover;
	z-index: -1;
}
.ytp-watermark{
	opacity: 0;
}
.yt-uix-sessionlink{
	display: none;
}

/*-------------------------

		main

--------------------------*/


/*---------------------

	philosophy

---------------------*/
#philosophy{
	
}
.philosophy-pc{
	position: relative;
	background: repeat url("../images/white-wall.jpg");
	border-bottom: 1px solid #272727
}
.philosophy{
	display: flex;
	justify-content: center;
	padding-top: 120px;
	background: no-repeat bottom left url("../images/naname-1.png");
	z-index: -1;
	margin-bottom: -5px;
	padding-bottom: 40px;
	padding-left: 100px;
    padding-right: 100px;
}
.philosophy-img1{
	width: 96px;
	margin-right: 35px;
}
.philosophy-img1 img{
	width: 100%;
}
.philosophy-img2{
	width: 300px;
	margin-right: 120px;
}	
.philosophy-img2 img{
	width: 100%;
}
.philosophy-img3{
	width: 270px;
}
.philosophy-img3 img{
	width: 100%;
}
.diagonal{
	height: 50px;
	width: 100%;
}
.back1{
	width: 100%;
	margin-bottom: 1px;
}
/*--------------------

	skill

---------------------*/
#skill{
	background: repeat url("../images/white-wall.jpg");
}
.skill-background{
	background: #272727;
	padding-bottom: 100px;
}
#skill .section-title-img{
	text-align: right;
	padding: 20px 0;
}
.skill-list{
	color: #fff;
	display: flex;
}
.revers{
	flex-direction:row-reverse;
}
.skill-item{
	width: 50%;
}
.skill-item-1{
	background-image: url("../images/skill-img1.jpg");
	background-size:cover;
}
.skill-item-2{
	background-image: url("../images/skill-img2.jpg");
	background-size:cover;
}
.skill-item-3{
	background-image: url("../images/skill-img3.jpg");
	background-size:cover;
}
.skill-item-4{
	background-image: url("../images/skill-img4.jpg");
	background-size:cover;
}
.skill-item-text-area{
	position: relative;
	padding: 40px 50px 50px;
}
.skill-item-text-area img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.skill-item-text-area-title{
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.skill-item-text-area-text{
	line-height: 1.9;
	margin-bottom: 20px;
	text-align: justify;
}
.more-btn{
	display: block;
	font-size: 1.7rem;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #515e29;
	color: #fff;
	position: relative;
}
.more-btn2{
	display: none;
}
.more-btn:after{
	content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -25px;
}
.more-btn:hover{
	background-color: #A3A885;
	color: #1d1d1d;
}
.back2 {
    margin-top: -3px;
	width: 100%;
}

@media screen and (max-width:987px){
	.more-btn2{
		display: inline-block;
		font-size: 1.7rem;
		padding: 8px 30px;
		background-color: #515e29;
		color: #fff;
		position: relative;
	}
	.more-btn2:after {
		content: "";
		width: 30px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: -15px;
	}
	.more-btn{
		display: none;
	}
}
/*---------------------------

	top-product

----------------------------*/
#top-product{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 120px;
}
.top-product-background{
	position: relative;
}
.top-product-text{
	position: absolute;
	top:-40px;
	left:0;
}
.top-product-title{
	text-align: center;
	padding-top: 100px;
	margin-bottom: 100px;
}

.top-product-title h3{
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.top-product-list{
	display: flex;
	margin-bottom: 35px;
}
.top-product-item{
	position: relative;
	margin-right: 60px;
	width: calc(25% - 180px / 4);
}
.top-product-img-caption{
	position: absolute;
	top:-20px;
	right: -20px;
	padding: 20px 5px;
	background-color: #272727;
	color: #fff;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
}
.top-product-item:last-of-type{
	margin-right: 0;
}
.top-product-item:nth-child(2){
	margin-top: 30px;
}
.top-product-item:nth-child(3){
	margin-top: 60px;
}
.top-product-item:nth-child(4){
	margin-top: 90px;
}
.top-product-img-description{
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.more-btn4{
	display: block;
	font-size: 1.7rem;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #515e29;
	color: #fff;
	position: relative;
	margin: 0 auto;
}
.more-btn4:after{
	content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -25px;
}
.more-btn4:hover{
	background-color: #A3A885;
	color: #1d1d1d;
}
/*---------------------------

	top-blog

----------------------------*/
#top-blog{
	background: repeat url("../images/green-wall.jpg");
	padding-top: 100px;
}
.inner-blog{
	padding-left: 100px;
	padding-right: 200px;
}
.top-blog-box{
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.top-blog-box1{
	width: 25%;
	margin-right: 80px;
}
.top-blog-box2{
	width: calc(75% - 80px);
}
.top-blog-item{
	padding: 20px 0;
	border-bottom: 1px dashed #5d5e5c;
}
.top-blog-item:first-of-type{
	padding-top: 0;
}

.top-blog-box1 .more-btn{
	display: block;
	font-size: 1.7rem;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #515e29;
	color: #fff;
	position: relative;
}
.top-blog-box1 .more-btn:hover{
	background-color: #A3A885;
}
.top-blog-box1 .more-btn3{
	display: none;
}
#top-blog .more-btn4{
	display: none;
}
@media screen and (max-width:1080px){
	.top-blog-box1 .more-btn3{
		display: inline-block;
		font-size: 1.7rem;
		padding: 8px 20px;
		background-color: #515e29;
		color: #fff;
		position: relative;
	}
	.top-blog-box1 .more-btn{
		display: none;
	}
	#top-blog .more-btn4{
		display: block;
	}
}
@media screen and (max-width:925px){
	.inner-blog{
		padding-left: 0;
		padding-right: 0;
	}
}
.top-blog-box1 h3{
	margin-bottom: 55px;
	font-size: 3.2rem;
	font-weight: 500;
}
.top-blog-item-date{
	font-size: 1.7rem;
	width: 136px;
    display: inline-block;
}
.top-blog-item-category{
	font-size: 1.3rem;
	display: inline-block;
	padding: 0 10px;
	background-color: #272727;
	color: #fff;
	margin-bottom: 20px;
}
.top-blog-item-title{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.top-blog-text{
	padding: 0 100px;
	text-align: right;
}
/*---------------------------

	top-contact

----------------------------*/
.top-contact{
	background-image: url("../images/top-contact-back.jpg");
	background-size:cover;
	padding: 80px 0;
}
.top-contact-title{
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.top-contact-white-box{
	padding: 35px 0;
	background-color: #fff;
}
.top-contact-box{
	display: flex;
	align-items: center;
}
.top-contact-box div{
	width: 50%;
	text-align: center;
}
.top-contact-box div:first-of-type{
	border-right: 1px solid #5d5e5c;
}
.top-contact-btn .more-btn{
	width: 270px;
	display: inline-block;
}
.top-contact-text{
	margin-bottom: 20px;
}
.top-contact-tel{
	font-size: 3.2rem;
	font-weight: 600;
	color: #515e29;
}
.top-contact-time{
	font-size: 1.4rem;
	padding-bottom: 10px;
}
@media screen and (max-width:1200px){
	.inner-1000{
		padding-left: 0;
		padding-right: 0;
	}
	.inner-800{
		padding-left: 35px;
		padding-right: 35px;
	}
}
/*---------------------------

	footer

----------------------------*/
.footer-back{
	background-color: #414141;
	padding: 45px 0 60px;
}
.footer-box{
	display: flex;
	color: #fff;
	font-size: 1.4rem;
}
.access{
	width: 50%;
}
.access img{
	width: 116px;
	margin-bottom: 20px;
}
.access p{
	text-decoration: none;
	pointer-events: none;
	color: inherit;
}
.site-map1{
	margin-left: 30px;
	margin-right: 30px;
}
.site-map1 li a{
	color: #fff;
}
.waza-list {
    margin-bottom: 10px;
	list-style:"- ";
}
.waza-list li {
    margin-left: 1em;
}
.waza-list li a{
	color: #cccccc;
}
.site-map2 li{
	margin-bottom: 10px;
}
.site-map2 li a{
	margin-bottom: 10px;
	color: #fff;
}
.map{
	width: 100%;
	height: 400px;
}
.copyright{
	background-color: #000000;
	text-align: center;
	padding: 30px 0;
}
small{
	color: #fff;
	font-size: 1rem;
	font-family: 'Open Sans', 'Noto Serif JP';
}
/*---------------------------/
    注文製作のご相談ボタン　画面右に固定          
/---------------------------*/
.btn-contact a {
    position: fixed;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    font-size: 2rem;
    z-index: 10;
	background-color: #515e29;
	writing-mode: vertical-rl;
	color: #fff;
	padding: 15px 10px;
	font-size: 1.6rem;
}
.btn-contact a:hover{
	background-color: #A3A885;
	border:none;
	color: #333;
}
/*---------------------------/
    backボタン　画面右に固定          
/---------------------------*/
.pagetop a {
    width: 47px;
    height: 47px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    font-size: 2rem;
    z-index: 10;
    opacity: 0.7;
    border: 1px solid #9DA760;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
	color: #9DA760;
}
.pagetop a:hover{
	background-color: #A3A885;
	border:none;
	color: #fff;
}
/*------ここまで------------*/

/*--------------------------

	受け継ぐ技　竿を知る
	know.html

--------------------------*/
.under-main{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 80px;
}
.under{
	background:repeat url("../images/white-wall.jpg");
	padding-top: 80px;
}
@media screen and (max-width: 1080px){
	.under{
		padding-top: 120px;
	}
}
.under nav ul li a {
    color: #1d1d1d;
}
.under-main-box{
	display: flex;
	flex-direction: row-reverse;
}
/*.page-title{
	width: 30%;
	padding-right: 10%;
	padding-top: 30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl; 
}*/
.page-title {
    width: 30%;
    padding-top: 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    /*align-items: center;*/
	align-items: flex-end;
	padding-left: 50px;
}
.page-title-parent{
	font-size:1.4rem;
	color: #757575;
	font-family: 'Open Sans', 'Noto Serif JP';
}
.page-title-child{
	font-size: 3.4rem;
	font-weight: 500;
}
.under-main-img{
	width: 70%;
	
}
/*--------------------

	How to enjoy

---------------------*/
.how-to-enjoy{
	/*background-color: #272727;*/
	/*color: #fff;*/
	padding-bottom: 30px;
	background: repeat url(../images/gray-wall.jpg);
}

.how-to-img{
	text-align: right;
}
.how-to-title{
	font-size: 4rem;
	margin-bottom: 60px;
	line-height: 1.4;
}
.how-to-img img {
    margin-top: -32px;
}
.how-to-box{
	display: flex;
	margin-bottom: 30px;
}
.how-to-box dt{
	width: 20%;
	margin-right: 30px;
	font-size: 2rem;
	font-weight: 500;
}
.how-to-box dd{
	width: calc(80% - 30px);
}
/*--------------------

	竿を知る

---------------------*/
.page-title-child.title-spacing{
	letter-spacing: 0.5em;
}
.know{
	background: repeat url("../images/white-wall.jpg");
	padding: 50px 0;
}
.know-title{
	margin-bottom: 30px;
}
.know-title.know-title-r{
	text-align: right;
}
.know-title-1{
	font-size: 5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: inline-block;
}
.know-title-2{
	margin-left: 10px;
	width: 90px;
}
.know-box{
	padding-bottom: 50px;
}
.know-parts-img{
	width: 100%;
	margin-bottom: 20px;
}
.know-spur-box{
	display: flex;
	flex-direction: row-reverse; 
}
.know-spur-img{
	margin-left: 50px;
	width: 40%;
}
.know-spur-img img{
	width: 100%;
}
.know-spur-box p{
	width: calc(60% - 50px);
	text-align: justify;
}
.know-type-box{
	display: flex;
	margin-bottom: 80px;
}
.know-type-box-re{
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; 
}
.know-type{
	width: 70%;
	margin-right: 50px;
	padding: 30px 0 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.know-type-box-re .know-type{
	margin-right: 0;
	margin-left: 50px;
}
.know-type-img{
	width: calc(30% - 50px);
}
.know-type-text{
	text-align: justify;
}
.know-type-title{
	font-size: 2rem;
	padding: 0 50px;
	background-color: #272727;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	font-weight: 700;
}
.know-type-title2{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.know-use-text{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom:40px;
}
.know-use-list{
	display: flex;
	margin-bottom: 20px;
}
.know-use-item1{
	width: 25%;
	text-align: center;
	position: relative;
}
.know-use-item2{
	width: 10%;
	position: relative;
}
.know-use-item2 img{
	width: 34px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.know-use-item3{
	padding: 20px 30px;
	width: 65%;
}
.know-use-item-green{
	background-color: #dee4ce;
}
.know-use-item-gray{
	background-color: #e2e2e2;
}
.know-use-item1 p {
    position: absolute;
    top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 1.8rem;
}
/*---------------------------

	竿ができるまで

--------------------------*/
.flow{
	background: repeat url("../images/white-wall.jpg");
}
.flow-lead{
	padding: 50px 0 80px;
}
.gray{
	background: repeat url("../images/gray-wall.jpg");
	padding: 70px 0 80px;
}
.process-number{
	width: 150px;
	margin-bottom: 20px;
}
.process-title{
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 500;
}
.process-text{
	margin-bottom: 40px;
}
.process-img-list{
	display: flex;
}
.process-img-item{
	margin-right: 30px;
	width: calc(33.333% - 60px / 3);
}
.process-img-item:last-of-type{
	margin-right: 0;
}
.process-img-item p{
	font-size: 1.4rem;
	margin-top: 5px;
}
.process-img-item img{
	width: 100%;
}
.green{
	background: repeat url("../images/green-wall.jpg");
	padding: 70px 0 80px;
}
/*---------------------------

	初代竿春から二代目竿春へ

--------------------------*/
.interview .how-to-img img {
    width: 50%;
}
.interview-lead{
	padding: 50px 0 70px;
	text-align: justify;
}
.interview{
	background: repeat url("../images/white-wall.jpg");
}
.interview-content{
	background: repeat url("../images/white-wall.jpg");
}
.interview-1, .interview-2, .interview-3, .interview-4, .interview-5, .interview-6, .interview-7, .interview-8, .interview-9{
	padding: 80px 0;
}
.interview-1, .interview-4, .interview-7{
	background: repeat url("../images/green-wall.jpg");
}
.interview-2, .interview-5, .interview-8{
	background: repeat url("../images/gray-wall.jpg");
}
.interview-3, .interview-6, .interview-9{
	background: repeat url("../images/white-wall.jpg");
}
.interview-box{
	display: flex;
}

.interview-box-item:first-of-type{
	margin-right: 80px;
}
.interview-box-item{
	width: calc(50% - 80px / 2);
}
.interview-text1{
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.9;
}
.interview-text2{
	text-align: justify;
}
.interview-text3{
	font-size: 1.4rem;
	text-align: right;
}
.small-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	color: #6B6B6B;
}

.interview-2 .interview-box, .interview-4 .interview-box, .interview-9 .interview-box{
	flex-direction: row-reverse;
}
.interview-2 .interview-img, .interview-4 .interview-img, .interview-9 .interview-img{
	margin-right: 80px;
}
.interview-2 .interview-text, .interview-4 .interview-text, .interview-9 .interview-text{
	margin-right: 0;
}
















/*---------------------------

	ギャラリー竿春

--------------------------*/
.gallery{
	background: repeat url("../images/gray-wall.jpg");
	padding-top: 50px;
}
.gallery-content{
	padding-bottom: 90px;
}
.gallery-title{
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em
}
.gallery-content-box{
	padding-left: 30%;
}

.gallery-content-box dl{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.gallery-content-box dt{
	width: 35%;
	padding-right: 60px;
	border-right: 1px solid #cccccc;
	font-weight: 500;
}
.gallery-content-box dd{
	width: 65%;
	padding-left: 60px;
}
.gallery-content-box dt, .gallery-content-box dd{
	padding-bottom: 20px;
}
.gallery-map{
	background: repeat url("../images/green-wall.jpg");
}
.gallery-map-wall-1{
	height: 100px;
	background: repeat url("../images/gray-wall.jpg");
}
.gallery-map iframe{
	margin-top: -100px;
	margin-bottom: 80px;
}
.welcome .gallery-title{
	margin-bottom: 35px;
}
.welcome-box{
	display: flex;
}
.welcome-box-left{
	width: 40%;
	padding-right: 50px;
}
.welcome-box-right{
	width: 60%;
}

.welcome-box-img1, .welcome-box-img2{
	width: 44%;
	margin-bottom: 50px;
}
.welcome-box-img1{
	margin-right: 10%;
	vertical-align: top;
}
.welcome {
    padding-bottom: 80px;
}
.pankuzu.gallery-green{
	background:repeat url("../images/green-wall.jpg");
}
/*--------------------

	FAQ

---------------------*/
.inner-900{
	padding-left: 50px;
	padding-right: 50px;
}
.faq{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 100px;
}
/*.faq-q, .faq-a {
    display: inline-block;
    width: 55px;
    margin-right: 15px;
    padding-left: 28px;
}*/
.faq-dl{
	
}
.faq-dl dt{
	background:rgba(199,209,168,0.5);
	padding: 20px 28px;
	display: flex;
}
.faq-number{
	width: 40px;
	margin-right: 20px;
}
.faq-dt, .faq-dd {
    width: calc(100% - 60px);
}
.faq-dl dd{
	padding: 20px 28px;
	display: flex;
}
/*   パンくず
--------------------------*/
.pankuzu{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 10px;
}
.pankuzu-list{
	display: flex;
}
.pankuzu-list p{
	font-size: 1.2rem;
}
.pankuzu-home, .fa-chevron-right{
	margin-right: 10px;
}
/*--------------------

	contact

---------------------*/
.contact{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 80px;
}
.contact-lead{
	margin-bottom: 80px;
}
.inner-600{
	padding: 0 150px;
}
.contact-tel-box{
	border:1px solid #333;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
.contact-tel-box-title{
	position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    background: repeat url(../images/white-wall.jpg);
    white-space: nowrap;
    font-size: 2rem;
    font-weight: 500;
}
.contact-tel{
	padding: 35px 60px 20px;
}

/*　コンタクトフォーム
----------------------*/

.contact-lead2{
	margin-bottom: 80px;
	position: relative;
	border-bottom: 1px solid #333;
}
.contact-lead2 p{
	font-size: 2rem;
	font-weight: 500;
	padding: 0 30px;
    background: repeat url(../images/white-wall.jpg);
    white-space: nowrap;
	position: absolute;
	top:-19px;
	left:50%;
	transform: translateX(-50%);
}
.contact-box div{
	width:calc(100% - 40px / 2);
	text-align: center;
}
.contact-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2ede9;
	height: 200px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    padding: 0 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 90px;
}
.contact-box div:first-of-type{
	margin-right: 40px;
}
.contact-box div:first-of-type p{
	font-weight: bold;
	font-size: 1.8rem;
}
.contact-box div .time{
	margin-bottom: 0;
}
.form-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-bottom: 30px;
}
.form-item dd{
	width: 100%;
}
.form-item:last-of-type{
	margin-bottom: 0;
}
.form-title{
	width: 250px;
    margin-right: 30px;
    padding: 10px 0;
    text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-parts{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 6px 4px;
	border: solid 1px #e0e0e0;
	/*border-radius: 3px;*/
	line-height: 1.5;
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: 100%;
}
.btn-submit {
    border: none;
    letter-spacing: 0.5em;
}
.btn {
    width: 240px;
	background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #333;
	text-decoration: none;
	cursor:pointer;
}
.form-footer{
	padding: 64px 0 80px;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn:hover{
	opacity: 0.9;
}
.require{
	margin-left:15px;
	padding: 2px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #df4b19;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	vertical-align: 1px;
}

form p{
	text-align: center;
	margin-bottom: 0;
}
.contact-form-input {
    color: #666;
    border: 1px solid #ccc;
    height: 28px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
	margin-top: 5px;
}
.contact-form-input {
    padding: 3px 6px;
}
.form-item dd{
	width: 100%;
}
.form-item:last-of-type{
	margin-bottom: 0;
}
.form-title{
	width: 300px;
    margin-right: 30px;
    padding: 10px 0;
    text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
input{
	font-size:1.6rem;
	/*font-family:'Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/	/*フォント種類*/
}
textarea{
	font-size: 1.6rem;
	/*font-family:'Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/	/*フォント種類*/
	margin-top: 5px;
}
.cform th {
	font-size: 1.6rem;
	width: 260px; /*変なところで改行される場合はここの数字を変更します。*/
	text-align: left;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	vertical-align: middle;  /* 中央揃え */
}

.cform td {
	font-size: 1.6rem;;
	line-height: 150%;
	padding: 10px 5px;
	vertical-align: middle;  /* 中央揃え */
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 2rem;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 4px 5px;
	background: #df4b19;
	color: #fff;
	margin-left: 10px;
	vertical-align: middle;
}

.submit-btn input {
	background: #333333;
	width: calc(100% - 240px);
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}
/*---------------------------/

    thanks.html         

/---------------------------*/
.thanks-box{
 text-align: center;
	
}
.thanks-lead1{
	line-height: 3;
	display: inline-block;
	padding: 30px 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #303030;
	margin: 0 auto;
	margin-bottom: 70px;
}
/*---------------------------/

    archive.php
	index.php
	search.php
	ブログ一覧

/---------------------------*/

.blog{
	background: repeat url("../images/white-wall.jpg");
}
.blog-container{
	display: flex;
}
.blog-archive{
	width: 75%;
	padding-right: 64px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.blog-sidebar{
	width: 25%;
}
.blog-list{
	display: flex;
	flex-wrap: wrap;
}
.blog-item{
	margin-right: 50px;
	width: calc(50% - 50px / 2);
}
.blog-item:nth-child(2n){
	margin-right: 0;
}
.blog-item-img{
	margin-bottom: 15px;
	position: relative;
}
.blog-item-img img{
	width: 100%;
}
.blog-item-category{
	position: absolute;
	bottom: 0;
	left:0;
	padding: 3px 15px;
	background-color: #333;
	color: #fff;
	font-size: 1.3rem;
}
.blog-item-text{
	margin-bottom:50px;
}
.blog-title{
	font-size:1.8rem;
	margin-bottom: 10px;
	font-weight: 600;
}
.blog-title a {
    color: #1d1d1d;
}
.blog-text {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.blog-date {
    font-size: 1.4rem;
    color: #a0a0a0;
    
}
.search{
	margin-bottom: 20px;
}
#searchsubmit {
    background-color: #333;
    padding: 4px 10px;
    box-sizing: border-box;
    bottom: 2px;
    border: none;
    position: relative;
	color: #fff;
	font-size: 1.2rem;
}
input#searchsubmit {
    /*display: none;*/
}
.blog-sidebar div {
    margin-bottom: 20px;
}
.blog-sidebar h5{
	padding: 0 10px;
    background-color: #515e29;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 15px;
}
.fa-search {
    font-weight: 900;
}
.search-field {
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #333333;
}
.widget{
	padding-bottom: 50px;
}
.widget-title-line{
    border-bottom: 1px solid #515e29;
	margin-bottom: 20px;
}
.widget-title{
	padding: 0 10px;
	background-color: #515e29;
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: -2px;
}
.blog-sidebar div ul li{
	font-size:1.4rem;
}
.blog-sidebar div ul li:before{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 1em;
    color: #aeaeae;
	font-size: 1.4rem;
}
/*ぺージネーション
  PCの時は
　コンテンツ内のページネーションは非表示
　下に表示する　　　　　*/
.wp-pagenavi {
    display: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #dee0d3;
}
.archive-pagination .wp-pagenavi {
    display: block;
}
.wp-pagenavi a, .wp-pagenavi span{
	padding: 10px 15px;
    margin: 2px;
    font-size: 1.6rem;
    margin-right: 10px;
	border: 1px solid #ececec;
}
.wp-pagenavi a, .wp-pagenavi span .current{
	
}
.archive-pagination {
    text-align: center;
}
/*---------------------------/

    single.php
	個別ページ

/---------------------------*/
.blog-single-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
	font-weight: bold;
}
.blog-single-content {
    margin-bottom: 10px;
}
.blog-single-date{
	color: #a0a0a0;
	margin-bottom: 30px;
}
.single-pagination{
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.single-pagination li a{
	display: inline-block;
	padding: 5px 20px;
	box-sizing: border-box;
	background-color: #333333;
	color: #fff;
}
span.single-back a {
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
}
span.single-back a:before{
	content: "←";
	color: #fff;
	margin-right: 1em;
}
span.single-next a {
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
}
span.single-next a:after{
	content: "→";
	color: #fff;
	margin-left: 1em;
}
.single-back:hover{
	opacity: 0.7;
}
.single-next:hover{
	opacity: 0.7;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    margin-top: 30px;
}
.blog-single-category{
	padding: 3px 15px;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
	margin-bottom: 10px;
}
/*------------------

	注文製作のご案内

--------------------*/
.product{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 80px;
}
/*.tab-choice-area, .rod{
	background: repeat url("../images/green-wall.jpg");
}*/
.tab {
    display: flex;
    flex-wrap: wrap;
}
.tab li {
    text-align: center;
    white-space: nowrap;
}
.tab li a {
    display: block;
    border-top: transparent 1px solid;
    border-right: #aaa 1px solid;
    border-left: transparent 1px solid;
    padding: 8px 30px;
    /*background: #ddd;*/
	background: repeat url("../images/gray-wall.jpg");
	border-radius: 8px 8px 0 0;
}
.tab li.active a {
    background: #fff;
    border-top: #aaa 1px solid;
    border-color: #aaa;
	border-radius: 8px 8px 0 0;
	
}
.tab-choice-area{
	background-color: #fff;
	padding-top:50px;
	padding-bottom: 50px;
}
.rod{
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #DFDFDF;
}
.rod:first-of-type{
	padding-top: 0;
}
.rod:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.rod-teacher-list{
	display: flex;
}
.rod-teacher-item{
	margin-right: 20px;
	width: calc(20% - 80px / 5);
	text-align: center;
}
.rod-teacher-item img{
	margin-bottom: 10px;
}
.material-list{
	display: flex;
}
.material-item{
	width: 33.333%;
	margin-right: 50px;
}
.material-item:last-of-type{
	margin-right: 0;	
}
.material-item-box-title{
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 500;
}
.material-item-box-img{
	margin-bottom: 10px;
}
.grade-text{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
.grade-text2{
	text-align: center;
}
.design-list{
	display: flex;
}
.design-item{
	margin-right: 30px;
	width: calc(25% - 90px / 4);
}
.design-item:last-of-type{
	margin-right: 0;
}
.design-item img{
	margin-bottom: 10px;
}
.grip-list{
	display: flex;
	flex-wrap: wrap;
}
.grip-item{
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(33.333% - 60px / 3);
}
.grip-item:nth-child(3n){
	margin-right: 0;
}
.grip-item:nth-of-type(4), .grip-item:nth-of-type(5), .grip-item:nth-of-type(6){
	margin-bottom: 0;
}
#product .tab{
    position: relative;
    top:1px;
}

#product .tab-choice-area{
    border:1px solid #aaa;
    
}
/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tool-list{
	display: flex;
	flex-wrap: wrap;
}
.tool-item{
	margin-right: 30px;
	width: calc(25% - 90px / 4);
	margin-bottom: 40px;
	
}
.tool-item:nth-child(4n){
	margin-right: 0;
}
.tool-item2{
	width: 50%
}
.tool-item img, .tool-item2 img{
	margin-bottom: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), -1px 1px 2px -8px rgba(10,10,10,0.02);
}
.product-text{
	margin-bottom: 50px;
	background: linear-gradient(transparent 50%, #dee0d3 50%);
	display: inline-block;
}
/*------------------------

	竿春の歩み

-------------------------*/
.age23{
	padding: 30px 0 50px;
	background: repeat url("../images/gray-wall.jpg");
	z-index: -1;
}
.age23-list{
	display: flex;
	flex-wrap: wrap;
}
.age23-item:first-of-type{
	width: 50%;
	margin-right: 80px;
}
.age23-item:last-of-type{
	width: calc(50% - 80px);
}
.age23-age{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.age23-title1, .age23-title2{
	padding: 0 20px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
}
.age23-title1{
	margin-bottom: 10px;
}
.age23-title2{
	margin-bottom: 20px;
}
.age23-text{
	margin-bottom: 30px;
}
.history-guide{
	padding: 5px 20px;
	border:1px solid #aaa;
	display: inline-block;
}
.history-guide p:first-of-type{
	display: inline-block;
	border-left:40px solid #515E29;
	padding-left: 10px;
	line-height: 1;
	margin-right: 20px;
}
.history-guide p:last-of-type{
	display: inline-block;
	border-left:40px solid #CB781A;
	padding-left: 10px;
	line-height: 1;
}
.history-box-white{
	background: repeat url("../images/white-wall.jpg");
	padding: 80px 0;
	position: relative;
}
.saoharu{
	margin-bottom: 70px;
	position: absolute;
	top:-20px;
	z-index: 1;
	
}
.saoharu-age{
	padding: 3px 15px;
	background-color: #515E29;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
}
.age29-list{
	display: flex;
	flex-wrap: wrap;
}
.age29-item{
	margin-right: 30px;
	width: calc(33.333% - 60px / 3);
}
.age29-item:last-of-type{
	margin-right: 0;
}
.age29-text{
	margin-bottom: 30px;
	font-weight: 500;
}
.history-box-gray{
	padding: 80px 0;
	position: relative;
	background: repeat url("../images/gray-wall.jpg");
}
.industry{
	position: absolute;
	top:-20px;
	margin-left: 50px;
}
.industry-age{
	padding: 3px 15px;
	background-color: #CB781A;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
}
.age-about20-list{
	list-style: disc;
	margin-left: 20px;
	line-height: 2;
	margin-bottom: 40px;
}
.age-about30{
	padding: 80px 0;
	position: relative;
	background: repeat url("../images/white-wall.jpg");
}
.age29-list.age32{
	margin-bottom: 70px;
}
.history-box-green{
	padding: 80px;
	position: relative;
	background: repeat url("../images/green-wall.jpg");
}
.age63{
	padding: 30px 50px 0;
	border:1px solid #aaa;
	background-color: #fff;
}
.pankuzu.pankuzu-gray{
	background: repeat url("../images/gray-wall.jpg");
}
/*-----------------

	404ページ

-----------------*/
.error-404{
	background: repeat url("../images/white-wall.jpg");
	padding-bottom: 80px;
}
.error{
	text-align: center;
}
.text-404{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.text-404-return{
	padding: 10px 30px;
	border: 1px solid #333;
	display: inline-block;
}





















