@charset "UTF-8";
/*
Theme Name: kitsumoto-theme
Description: きつもと商事オリジナルテーマ
Author: AZ OFFICE
Version: 1.0
*/

/*レイアウト*/
body{
	font-family: "Noto Sans", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;;
	background: #e9e9e5;
    background-image: url(../image/back_img02.png);
    color: #333;
	margin:0;
	padding:0;
}
.catchphrase_area {
	height: auto;
	padding: 4px 0;
}
.catchphrase_area ,#nav_area,.f_wrap01{
	width:100%;
	background: #0b5468;
    color: #fff;
}
.catchphrase_area p {
	font-size: .645rem;
}
.top_box,#f_wrap02 {
    display: flex;
    height: auto;
}
.catchphrase_area p,.top_box,#f_wrap02,#nav_area ul {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}
.top_box {
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    padding: 6px 0;
    margin: 0 auto;
    height: auto;
}
.logo img{
    max-width: 280px;
	width: 90%;
	margin-right: 18px;
}
.top_box p {
	color: #0b5468;
	font-size: 0.8rem;
}
#nav_area{
	padding: 8px 0;
	top:0;
}
#nav_area ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#nav_area a {
	color: #fff;
	text-decoration: underline;
}
#nav_area a:hover,span.ent_title:hover {
    color: #19acc1;
}
header a.contact_btn,
header a.line_btn {
    position: fixed;
    width: 76px;
    height: 76px;
    text-align: center;
    overflow: hidden;
    right: 0;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    transition: .3s all linear;
    z-index: 2;
}
header a.contact_btn {
	top: calc(35% + 88px);
    background-color: #19acc1;
    padding: 6px;
    font-size: 36px;
    line-height: 1.3;
}
a.contact_btn span {
    font-size: .9rem;
    display: block;
}
header a.line_btn {
	top: 35%;
    padding: 0;
}
.line_btn img {
    width: 76px;
    height: 76px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.line_btn img:hover,#banner01 a:hover,#banner02 a:hover,.contact_line img:hover {
    opacity: .6;
}
@media screen and (max-width: 1024px) {
header_nav.fixed #g_navi {
	margin-right: 50px;
}
}
@media screen and (max-width: 599px) {
    header a.contact_btn, header a.line_btn ,.line_btn img {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
    header a.line_btn {
        top: 60%;
    }
    header a.contact_btn {
    top: calc(60% + 68px);
    }
}

/*トグルメニュー*/
#nav-toggle {
    position: fixed;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 1.0s;
    padding: 12px;
    background: rgba(11 84 104 / .9);
    top: 0;
    right: 0;
    display: none;
    z-index: 1000;
}
#nav-toggle > div {
    position: relative;
    width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*#container {
  z-index: 900;
}*/
#gloval-nav {
  background: rgba(11 84 104 / .9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
}
#gloval-nav a {
  display: block;
  color: #fff;
text-shadow: 1px 2px 3px #092932;
  text-decoration: none;
  padding: 10px 0;
  transition: color .4s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .2s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .25s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .35s;
}

/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
	padding:0;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .7s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .7s ease;
  transition: transform 1s ease, opacity .7s ease, -webkit-transform 1s ease;
    writing-mode:horizontal-tb;
    -webkit-writing-mode:horizontal-tb;
	-moz-writing-mode:horizontal-tb;
    -ms-writing-mode: lr-tb;
}

@media screen and (max-width: 870px) {
	#nav_area {
		display: none;
	}
}

@media screen and (min-width: 869px) {
    #nav-toggle {
        display: none;
    }
}

#wrap{
	min-height: 100vh;
	overflow: hidden;
}

/*--買取wrap--*/
.kakaku_wrap {
    display: flex;
	justify-content: space-between;
}
.border_head,#aria h3,#three_box h3 {
    color: #0b5468;
    font-size: clamp(1.2rem, 5vw, 2rem);
}
.border_head {
    text-align: center;
    margin: 12px auto 30px;
	position: relative;
}
.border_head:before {
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #0b5468;
}
h3.border_head span {
    position: relative;
    background-color: #e9e9e5;
    background-image: url(../image/back_img02.png);
    padding: 0 12px;
}
.hinmoku_wrap {
    max-width: 960px;
}
.kakaku_wrap .flex_box li,.souba_box,.k_box .flex_box li {
    border: 1px solid #ddd;
	box-shadow: 0 5px 10px -5px #aaa;
	background-color: #fff;
}
.kakaku_wrap .flex_box li,.k_box .flex_box li  {
	width: calc(20% - 12px);
	position: relative;
    padding-bottom: calc(1.8rem + 22px);
    margin: 0 0 30px;
}
#main .kakaku_wrap .flex_box img,#main .k_box .flex_box img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.kakaku_wrap .flex_box div,.k_box .flex_box div {
    margin: 16px 8px 6px;
}
.kakaku_wrap .flex_box h4,.k_box .flex_box h4 {
	color: #0b5468;
    text-align: center;
    font-size: clamp(1.1rem, 3vw, 1.2rem);
    margin: 8px auto 16px;
}
.kakaku_wrap .flex_box .price,.k_box .flex_box .price {
	position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
	font-size: clamp(1.2rem, 5vw, 1.8rem);
    white-space: nowrap;
}
span.b_txt {
    color: #555;
    font-size: .8rem;
    font-weight: normal;
}
.souba_box {
	padding: 0 0 16px;
    box-sizing: border-box;
    width: calc(100% - 960px - 12px);
	height: fit-content;
}
.souba_box h3 {
    background-color: #0b5468;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: clamp(1.1rem, 5vw, 1.2rem);
}
.souba_box ul {
	padding: 16px 8px;
    width: 100%;
    box-sizing: border-box;
}
.souba_box ul li {
	margin-bottom: 8px;
    display: flex;
    width: auto;
    justify-content: space-between;
}
p.note {
    font-size: .7rem;
    color: #666;
    padding: 0 8px;
}
.souba_box .link_b01 {
	margin: 12px;
}

/*-- 買取の流れ --*/
#nagare li {
background-color: #ddd;
    padding: 12px;
    box-sizing: border-box;
    width: calc(25% - 12px);
    position: relative;
	display: flex;
}
li.nagare01,li.nagare02,li.nagare03 {
    position: relative;
    z-index: 0;
}
li.nagare01:after,li.nagare02:after,li.nagare03:after {
    content: '▶';
    position: absolute;
    font-size: 30px;
    z-index: 1;
    color: #19acc1;
    right: -18px;
    top: calc(50% - 15px);
}
.n_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: #0b5468;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 8px;
}
#nagare .n_icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
#nagare h4 {
    font-size: clamp(1.1rem, 5vw, 1.2rem);
    margin: 0 0 8px;
}

/*--google map aria--*/
#aria,#three_box {
    margin: 0 calc(50% - 50vw) 120px;
	width: 100vw;
    height: fit-content;
}
#aria {
	background-color: #ddd;
}
#three_box {
	background-image: url(../image/b_img.jpg);
	background-size: cover;
    background-position: center center;
    padding: 30px 0 60px;
}
.g_map {
    flex: 1;
    width: 100%;
    min-width: 300px;
    height: fit-content;
    padding: 30px 0;
    margin-right: 30px;
}
#aria iframe {
    min-width: 60%;
    aspect-ratio: 2 / 1;
    height: fit-content;
    flex: 1;
}

/*---3box---*/
#three_box .main_wrap div {
    background-color: rgba(255 255 255 / 80%);
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px -5px #aaa;
    min-width: 28%;
    padding: 16px 16px 30px;
}
#three_box i {
    color: #0b5468;
}
#three_box li a {
    display: flex;
    justify-content: space-between;
    color: #333;
}
#banner01 a,#banner01 a img,
section#banner01 img,section#banner02 img,
#banner02 a,#banner02 a img {
    width: 100%;
    height: fit-content;
    display: block;
    transition: .3s;
}

/*-- お問合せ --*/
#contact #wrap {
    background-image: url(../image/back_img02.png);
    background-repeat: repeat;
    background-color: #d7d7d7;
}
.contact_head,.back_img h3 {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    color: #0b5468;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;

}
.contact_head:before,.back_img h3:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #19acc1;
    bottom: -4px;
    right: calc(50% - 20px);
}
.contact_line img {
    margin: 12px auto 120px;
    transition: .3s;
}
.back_img {
    background-image: url(../image/back_img01.png);
    margin: 0 calc(50% - 50vw) 60px;
    width: 100vw;
    height: fit-content;
    padding: 30px 0 36px;
    background-position: center center;
    background-size: cover;
    border-bottom: 10px solid #ddd;
    border-top: 4px solid #eee;
    /*box-shadow: 12px 12px 0px #ddd;*/
}
.back_img h3,.back_img p {
    max-width: 600px;
    width: 96%;
}
p.w_t_box {
    max-width: 280px;
}
.back_img p {
    margin: 0 auto;
}
.back_img a {
    color: #555;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}


/*--会社案内--*/
#company .flex_box{
    padding: 24px 0;
    background-image: url(../image/back_img01.png);
    background-repeat: repeat-y;
}
#company .flex_box img {
    max-width: 500px;
    width: fit-content;
    max-height: 500px;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    object-position: center center;
}
#company #main .flex_box {
    justify-content: center;
    margin: 0 auto 60px;
}
.tate_wrap {
    writing-mode: vertical-rl;
    font-size: 1.1rem;
    padding: 30px;
    font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: url(../image/back.png);
    text-shadow: 0px 0px 7px #fff;
    max-height: 500px;
    margin-top: 60px;
    margin-left: -30px;
    z-index: 1;
    box-shadow: 10px 10px 0px #ddd;

}
.tate_wrap h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.3rem;
    margin: 8% 0 0 0;
    padding: 0.6rem;
}
p.sign {
    text-align: end;
    padding: 0.6rem;
}

@media screen and (max-width: 767px) {
    #company #main .flex_box {
    display: flex;
    flex-direction: column;
    }
    #company .flex_box img {
    max-width: 100%;
    max-height: fit-content;
    aspect-ratio: 2 / 1;
    }
    .tate_wrap {
    writing-mode: unset;
    max-height: 500px;
    margin-top: 0;
    margin-left: 0;
    }
}

/*--買取品目--*/
.k_box {
	width:100%;
    background-image: url(../itsumoto-theme/image/back_img02.png);
    background-repeat: repeat;
    background-color: #d7d7d7;
    padding: 30px 30px 42px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.k_box h3,#purchase .k_box h4{
    color: #0b5468;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    font-family: sans-serif;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    border-left: 6px solid;
    padding-left: 12px;
    line-height: 1.1;
}
.k_box h3 span,#purchase .k_box h4 span {
    color: #fff;
    text-shadow: 3px 1px 3px #0b5468;
    font-size: clamp(1.1rem, 5vw, 1.3rem);
    font-weight: normal;
}
.k_box p {
    color: #333;
}
.k_cate {
    display: flex;
    align-items: self-end;
    flex-wrap: wrap;
    background-color: #f2fcfd;
}
.k_cate li {
    max-width: 33%;
    width: 120px;
    border-radius: 6px 30px 0 0;
    box-shadow: 1px 0px 2px #0b5468;
    transition: .3s;
}
.k_cate li a{
    color: #fff;
    padding: 6px 12px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
}
.k_cate li:nth-child(1) {
    background-color: #68a9b2;
}
.k_cate li:nth-child(2) {
    background-color: #31a2b2;
}
.k_cate li:nth-child(3) {
    background-color: #19acc1;
}
.k_cate li:nth-child(4) {
    background-color: #107590;
}
.k_cate li:nth-child(5) {
    background-color: #0b5468;
}
.k_cate li:hover {
    background-color: #d06333;
    box-shadow: 1px 0px 2px #795548;
    padding: 4px 0;
}

/*--よくある質問--*/
.faq-content {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}
.faq-content:after {
    content: "";
    position: absolute;
    inset-block-start: 1.25rem;
    inset-inline-end: 0.75rem;
    display: block;
    inline-size: 1rem;
    aspect-ratio: 1;
    background: #898989;
    overflow: hidden;
    rotate: 0deg;
    transition: rotate 0.4s 0s ease;
    clip-path: polygon(25% 10%, 25% 90%, 75% 50%);
}

.faq-content[open]:after {
    rotate: 90deg;
}
.q_title {
    font-weight: bold;
    display: flex;
    padding: 18px 30px 18px 24px;
    background: rgba(25 172 193 / .5);
}
.q_title:hover {
    color: #0b5468;
}
.q_title:before {
    content: "Q.";
    display: block;
    padding-right: 6px;
}
.faq-content[open] .a_wrap{
    animation: fadeIn .6s ease;
}
.a_text {
    overflow: hidden;
    margin: 0;
    display: flex;
    padding: 18px 24px 18px;
    background-color: #eee;
    line-height: 2;
    display: block;
}
.a_text:before {
    content: "A.";
    font-weight: bold;
    padding-right: 6px;
    color: #d06333;
}

/*--recruit--*/
.r_img {
    width: 100%;
    height: auto;
    min-height: auto !important;
    aspect-ratio: 3 / 1 !important;
    margin: 0 auto 60px;
}
#recruit .r_img img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 3 / 1;
}

/*--purchase--*/
#purchase i.fa-angle-down {
    font-size: 30px;
    margin: -30px auto 30px;
    text-align: center;
    display: block;
}
/*----footer----*/
#footer{
	width:100%;
    background-image: url(../image/back_img02.png);
    background-repeat: repeat;
    background-color: #9bc0d0;
}
#sponsor {
	max-width: 1200px;
	width: 96%;
	margin: 60px auto;
}
#sponsor ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#sponsor li {
    display: flex;
    flex-direction: column;
    font-size: .6rem;
    width: 280px;
    max-width: 49%;
}
#sponsor li a {
    color: #333;
}
#sponsor img {
    margin: 30px auto 6px;
    min-width: 100%;
}
.f_wrap01{
	padding: 24px 0;
}
.f_wrap01 .main_wrap {
    align-items: center;
}
.f_wrap01 h4 {
    font-size: 1.1rem;
    letter-spacing: -.5px;
}
.f_tel {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}
.f_wrap01 p,#f_wrap02 div  {
    font-size: .8rem;
}
#f_wrap02 a {
    color: #333;
    position: relative;
    transition: .6s all;
    padding: 6px;
    box-sizing: border-box;
    display: block;
}
#f_wrap02 a:hover {
    color: #0b5468;
}
#f_wrap02 .site_links a:hover:before {
    content: '';
    position: absolute;
    animation: fadeIn .6s ease;
    width: 24px;
    height: 24px;
    background-color: rgba(25 172 193 / 24%);
    border-radius: 50%;
    bottom: 6px;
    left: calc(50% - 26px);
}
.site_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
}
#footer summary {
    box-sizing: border-box;
    padding: 6px;
}
#footer details[open] ul {
    animation: fadeIn 1s ease;
    cursor: pointer;
    margin: 12px 12px 24px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-12px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
p.copy_rights {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 6px;
    font-size: .8rem;
    text-align: center;
}
#to_top a{
	position: fixed;
    right: 0;
    bottom: 50px;
	display:block;
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:10px 14px;
    background-color: #0b5468;
	transition: 0.7s;
	z-index:12;

}
#to_top a:hover{
	background-color : #d06333;
}


@media screen and (max-width: 767px) {
    #f_wrap02 {
        flex-direction: column-reverse;
        align-items: center;
    }
    #f_wrap02 div {
    font-size: .8rem;
    margin: 30px auto;
    }
}

@media screen and (max-width: 599px) {


    //#header_nav {
	//	display:none;
    //}
    #nav-toggle {
        display: unset;
    }



#to_top a{
	display:block;
	width:100%;
	margin:0;
	padding:10px 0;
	border:none;
	position:unset;
}
}