@charset "UTF-8";
/*//////////PCサイズ ///////////*/
/*//////////PCサイズ ///////////*/
/*//////////PCサイズ ///////////*/
@media screen and (min-width: 481px) {
  .contents_box.tkm ul li {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .contents_box.inf ul li:nth-child(2n) {}
  .contents_box.inf ul li:last-child {}
  .contents_box.tkm ul li span {
    display: inline-block;
  }
  .contents_box.tkm ul li span:first-child {}
  .contents_box.tkm ul li span:nth-of-type(2) {
    margin-right: 30px
  }
  .tkm {
    padding-bottom: 50px;
    padding-top: 21px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 60px;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
  }
  .tkm_title {
    color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: calc(auto);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom: 23px;
  }
  .tkm_txt {
    font-size: 16px;
    line-height: calc(36px);
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
    text-align: justify;
  }
  .tkm_box500 {}
  .tkmimage {
    width: 500px;
    padding-top: 40px;
  }
  .contents_box.tkm img {
    width: 500px;
  }
  .contents_box li a {
    color: #333333;
  }
  .contents_box li a:hover {
    color: #B99619;
  }
  .contents_box.grp ul li {
    /* [disabled]font-size: 1.6rem; */
    /* [disabled]border-bottom-color: #A3834A; */
    /* [disabled]border-bottom-style: solid; */
    /* [disabled]border-bottom-width: 1px; */
    /* [disabled]height: 60px; */
    padding-left: 20px;
    padding-bottom: 35px;
  }
  .factory_txt {
    font-size: 16px;
    line-height: calc(36px);
    padding-left: 14px;
    display: inline-block;
    margin-bottom: 46px;
  }
  .factory_img {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
  }
  .factory_img p {
    font-size: 14px;
    padding-top: 6px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .fc img {
    width: 100%;
  }
  .margin_r20 {
    margin-right: 20px;
  }
  .flex-box {
    width: 100vw;
    display: flex; /* フレックスボックスにする */
    flex-wrap: wrap; /* 折り返し指定 */
    align-content: stretch; /* 折り返し時の配置指定 */
    max-height: 100vh;
    /*max-width: 1080px;*/
    margin-right: auto;
    margin-left: auto;
    /*padding-bottom: 60px;*/
  }
  .flex-box2 {
    width: 100vw;
    display: flex; /* フレックスボックスにする */
    flex-wrap: wrap; /* 折り返し指定 */
    align-content: stretch;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }
  .flex-item {
    /* [disabled]padding:10px; */
    list-style: none;
    color: #fff; /* 文字色 */
    /* 外側の余白 */
    width: 33.3333%; /* 幅指定 */
    text-align: center; /* 文字中央揃え */
    background: lightblue;
    border: 1px solid #E8E6DC;
    box-sizing: border-box;
    background-color: #E8E6DC; /* 背景色指定 */
  }
  .flex-item2 {
    /* [disabled]padding:10px; */
    list-style: none;
    color: #fff; /* 文字色 */
    /* 外側の余白 */
    width: 25%; /* 幅指定 */
    text-align: center; /* 文字中央揃え */
    background: lightblue;
    border: 1px solid #E8E6DC;
    box-sizing: border-box;
    background-color: #E8E6DC;
  }
  .flex-item p {
    color: #333333;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 9px;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding-bottom: 10px;
  }
  .contents_box.flow ul li {
    font-size: 16px;
    line-height: 34px;
  }
  .contents_box.flow ul li:nth-child(2n) {
    /*    background-color: #EFEBE5;*/
  }
  .contents_box.flow ul li:last-child {
    /* [disabled]margin-bottom: 60px; */
  }
  .contents_box.flow ul li span {
    display: inline-block;
  }
  .contents_box.flow ul li span:first-child {}
  .contents_box.flow ul li span:nth-of-type(2) {
    margin-right: 30px;
  }
  .flow {
    padding-bottom: 50px;
    padding-top: 21px;
    position: relative;
  }
  .flow_title {
    color: #856B3C;
    font-size: 24px;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 23px;
    padding-left: 15px;
    letter-spacing: 2px;
  }
  .flow_txt {
    font-size: 16px;
    line-height: calc(36px);
    padding-left: 14px;
    display: inline-block;
  }
  .flow_box500 {
    width: 100%;
  }
  .flowimage {
    position: absolute;
    top: calc(15%);
    right: calc(0%);
  }
  .contents_box.flow img {
    height: 297px;
  }
  .flow_box {}
  .flowarea {
    padding-bottom: 40px;
    height: 195px;
    width: 100vw;
    border-bottom: 1px dotted #755A46;
    display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
  }
  .area_top {
    border-top: 1px dotted #755A46;
  }
  .flow_block {
    width: 678px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    height: 195px;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 120px 1fr; /* 2列の等しい幅の設定 */
    grid-gap: 10px; /* カラム間の隙間の設定 */
  }
  .flbl_bak {
    background-image: url(../images/flow_img03.png);
    background-position: -20px 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .flbl_bak2 {
    background-image: url(../images/flow_img04.png);
    background-position: -20px 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fl_title {
    font-size: 24px;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #FFFFFF;
    color: #755A46;
    border: 1px solid #755A46;
    vertical-align: middle;
    border-radius: 60px;
    display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
  }
  .one_line {}
  .two_line {
    line-height: 2.8rem;
  }
  .fl_txt {
    padding-left: 37px;
    padding-top: 30px;
    line-height: 32px;
    font-size: 18px;
    text-align: left; /* 横方向の中央揃え */
  }
  .messe {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  .undermesse {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    font-size: 3rem;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    -webkit-box-shadow: 0px 0px 40px 15px #FFFFFF;
    box-shadow: 0px 0px 40px 15px #FFFFFF;
    margin-top: 44px;
  }
  /*//////////匠会 ///////////*/
    .takumi_title {
    color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: calc(100%);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom: 23px;
  }
  .takumi_profile_box {
	width: 100%;
	font-size: calc(1.65em);

	padding-bottom: calc(3em);
  }
  .takumi_name_container {
    width: calc(100%);
    margin: auto;
    display: grid;
    gap: 3%;
    grid-template-columns: 30% 65%;
    padding-top: calc(2em);
    padding-bottom: calc(3%);
  }
  .takumi_kuminame {
	width: calc(100%);
	text-align: center;
	font-size: calc(2em);
	border-color: #846B3C;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-top: calc(5px);
	padding-bottom: calc(5px);
	color: #846B3C;
	line-height: calc(100%);
	margin: auto;
	letter-spacing: calc(0.1em);
	background-color: hsla(46,31%,86%,1.00);
  }
  .takumi_photo {
    width: calc(100%);
    margin: auto;
  }
  .namebox{
  width: calc(100%);
  padding-top:calc(5%);
  }
  .takumi_name {
    text-align: left;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.8em);
    letter-spacing: calc(0.2em);
  }
  .takumi_name p {
    font-size: calc(0.7em);
    letter-spacing: calc(0em);
    display: inline-block;
    padding-right: calc(1em);
  }
  .takumi_message_title {
	width: calc(auto);
	margin-top: calc(2em);
	margin-bottom: calc(0em);
	margin-left: auto;
	margin-right: auto;
	padding-top: calc(2px);
	padding-bottom: calc(2px);
	padding-left: calc(10px);
	color: #594F2F;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: left;
	border-top: 1px solid hsla(46,31%,42%,1.00);
	border-bottom: 1px solid hsla(46,31%,42%,1.00);
	font-weight: bold; 
	font-size: calc(1.1em);
  }
  .takumi_message {
    margin: auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.5em);
    letter-spacing: calc(0.1em);
    padding-left: calc(10px);
    text-align: left;
    padding-top: calc(0.7em);	font-weight: bold; 
  }
  .takumi_profile {
    padding-top: calc(0);
    padding-bottom: calc(0);
    width: calc(100%);
    margin: auto;
    display: grid;
    grid-template-columns: 20% 80%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .takumi_profile div {
	padding-top: calc(10px);
	padding-bottom: calc(10px);
	padding-left: calc(20px);
	padding-right: calc(20px);
	text-align: justify;
	/* [disabled]border-top: 1px solid hsla(46, 31%, 42%, 0.50); */
	/* [disabled]border-bottom: 1px solid hsla(46, 31%, 42%, 0.50); */
  }
  .takumi_image {
    width: calc(33% - 6px);
    padding: 3px;
    margin: auto;
  }
  .takumi_image p {
    width: calc(auto);
    text-align: center;
    padding-top: calc(5px);
    font-size: calc(0.8em);
    padding-bottom: calc(5px);
    background-color: hsla(0, 0%, 100%, 1.00);
  }
  .takumi_gry {
	background-color: hsla(47,18%,90%,1.00);
  }
  .takumi_boder {
    border-bottom: 1px solid hsla(46, 31%, 42%, 0.50);
    margin-bottom: calc(2em);
  }
  .takumi_gallery_title {
    width: calc(100%);
    margin: auto;
    padding-top: calc(5px);
    padding-bottom: calc(5px);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.1em);
    text-align: center;
    background-color: hsla(46, 31%, 42%, 1.00);
    color: #fff;
  }
  .takumi_flex-box {
    width: calc(100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    margin: auto;
  }
  .takumi_flex-box img {
    width: 100%;
  }
  /*//////////匠会 閉じ ///////////*/
  /*////////// アコーディオン ///////////*/
  /*アコーディオン全体*/
  .accordion-area, .accordion-area_open {
    list-style: none;
    width: 90%;
    max-width: 960px;
    margin: auto;
    padding-bottom: calc(10vw);
  }
  .accordion-area li, .accordion-area_open li {
    border-top: 1px solid rgba(166, 158, 65, 0.80);
    border-left: 1px solid rgba(166, 158, 65, 0.80);
    border-right: 1px solid rgba(166, 158, 65, 0.80);
    border-bottom: 1px solid rgba(166, 158, 65, 0.80);
    margin: auto;
    margin-bottom: calc(20px);
    border-radius: 10px;
  }
  /*着物 */
  .acdn_clr1 li {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
  }
  /*洋服 */
  .acdn_clr2 li {
    background-image: -webkit-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
  }
  /*革製品 */
  .acdn_clr3 li {
    background-image: -webkit-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
  }
  .accordion-area section {}
  /*アコーディオンタイトル*/
  .actitle, .actitle_open {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
	font-size: calc(3em);
    font-weight: normal;
    letter-spacing: calc(0.1em);
    padding: 1% 1% 1% 1%;
	text-align: center;
    transition: all .5s ease;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
   .accordion-area .actitle span,  .accordion-area .actitle_open span {
    padding-right: calc(0.5em);
  }
  /*アイコンの＋と×*/
  .actitle::before, .actitle::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background-color: #333;
  }
   .accordion-area .actitle::before {
    top: 43%;
    right: 20px;
    transform: rotate(-45deg);
    background-color: #d29700;
    transition: all .5s ease;
  }
  .actitle::after {
    top: 52%;
    right: 20px;
    transform: rotate(45deg);
    background-color: #d29700;
    transition: all .5s ease;
  }
  /*　closeというクラスがついたら形状変化　*/
  .actitle.close::before {
    top: 52%;
    right: 25px;
    transform: rotate(45deg);
    transition: all .5s ease;
  }
  .actitle.close::after {
    top: 52%;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
  /*アコーディオンで現れるエリア*/
  .box {
    display: none; /*はじめは非表示*/
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* [disabled]border-top-right-radius: 30px; */
    /* [disabled]border-top-left-radius: 30px; */
  }
  .box_open {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .clr_1 {
    color: #efd884;
  }
  .clr_2 {
    color: #c4d08c;
  }
  .clr_3 {
    color: #beddcd;
  }
  .clr_4 {
    color: #b6cfd6;
  }
  .clr_5 {
    color: #d2b2cc;
  }
  .clr_6 {
    color: #2657a6;
  }
  .clr_7 {
    color: #ea5037;
  }
  /*////////// アコーディオン 閉じ ///////////*/
}
/*//////////スマホサイズ footer///////////*/
/*//////////スマホサイズ footer///////////*/
/*//////////スマホサイズ footer///////////*/
@media screen and (max-width:480px) {
  .tkm {
    padding-bottom: 50px;
    padding-top: 21px;
  }
  .tkm_title {
    color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    letter-spacing: 1px;
    margin-bottom: 23px;
    text-align: center
  }
  .tkm_txt {
    font-size: 16px;
    line-height: calc(36px);
    margin: auto;
    display: block;
    width: calc(90vw);
    text-align: justify;
  }
  .tkm_box500 {
    width: 100%;
  }
  .tkmimage {
    width: calc(90vw);
    padding-top: calc(20px);
    margin: auto;
  }
  .contents_box.flow img {
    width: calc(90vw);
  }
  .contents_box li a {
    color: #333333;
  }
  .contents_box li a:hover {
    color: #B99619;
  }
  .contents_box.grp ul li {
    /* [disabled]font-size: 1.6rem; */
    /* [disabled]border-bottom-color: #A3834A; */
    /* [disabled]border-bottom-style: solid; */
    /* [disabled]border-bottom-width: 1px; */
    /* [disabled]height: 60px; */
    padding-left: 20px;
    padding-bottom: 35px;
  }
  .fc {}
  .factory_txt {
    font-size: 16px;
    line-height: calc(36px);
    margin: auto;
    display: block;
    width: calc(90vw);
    text-align: justify;
    margin-bottom: 46px;
  }
  .factory_img {
    display: grid;
    grid-template-columns: 1fr; /* 縦方向に自動サイズの行を作成 */
    gap: 20px;
  }
  .factory_img p {
    padding-top: calc(8px);
    padding-left: calc(20px);
    font-size: 14px;
  }
  .fc span img {
    width: auto;
  }
  .margin_r20 {
    margin-right: 20px;
  }
  .flex-box {
    display: grid;
    grid-template-columns: 50% 50%; /* 縦方向に自動サイズの行を作成 */
    gap: 2px;
  }
  .flex-box2 {
    display: grid;
    grid-template-columns: 50% 50%; /* 縦方向に自動サイズの行を作成 */
    gap: 2px;
  }
  .contents_box.flow ul li {
    font-size: 16px;
    line-height: 34px;
  }
  .contents_box.flow ul li:nth-child(2n) {
    /*    background-color: #EFEBE5;*/
  }
  .contents_box.flow ul li:last-child {
    /* [disabled]margin-bottom: 60px; */
  }
  .contents_box.flow ul li span {
    display: inline-block;
  }
  .contents_box.flow ul li span:first-child {}
  .contents_box.flow ul li span:nth-of-type(2) {
    margin-right: 30px;
  }
  .flow {
    padding-bottom: 50px;
    padding-top: 21px;
  }
  .flow_title {
    color: #856B3C;
    font-size: 24px;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 23px;
    padding-left: 15px;
    letter-spacing: 2px;
  }
  .flow_txt {
    font-size: 16px;
    line-height: calc(36px);
    margin: auto;
    display: block;
    width: calc(90vw);
    text-align: justify;
  }
  .flow_box500 {
    width: 100%;
  }
  .contents_box.flow div {}
  .flowimage {
    width: calc(80vw);
    padding-top: calc(20px);
    margin: auto;
  }
  .contents_box.flow img {
    width: calc(90vw);
  }
  .flow_box {}
  .flowarea {
    padding-bottom: 40px;
    height: auto;
    width: 100vw;
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
    background-image: -webkit-linear-gradient(270deg, rgba(232, 230, 220, 0.00) 0%, rgba(213, 209, 191, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(232, 230, 220, 0.00) 0%, rgba(213, 209, 191, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(232, 230, 220, 0.00) 0%, rgba(213, 209, 191, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(232, 230, 220, 0.00) 0%, rgba(213, 209, 191, 1.00) 100%);
  }
  .area_top {
    border-top: 1px dotted #755A46;
  }
  .flow_block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    height: auto;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 1fr; /* 2列の等しい幅の設定 */
    grid-gap: 10px; /* カラム間の隙間の設定 */
  }
  .flbl_bak {}
  .flbl_bak2 {}
  .fl_title {
    font-size: 24px;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #FFFFFF;
    color: #755A46;
    border: 1px solid #755A46;
    vertical-align: middle;
    margin: auto;
    border-radius: 60px;
    display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
  }
  .one_line {}
  .two_line {
    line-height: 2.8rem;
  }
  .fl_txt {
    width: calc(80%);
    margin: auto;
    font-size: calc(16px);
    text-align: left;
  }
  .messe {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  .undermesse {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding: calc(2rem);
    background-color: #FFFFFF;
    font-size: 3rem;
    text-align: center;
    height: auto;
    line-height: 3.8rem;
    border-radius: 60px;
    -webkit-box-shadow: 0px 0px 40px 15px #FFFFFF;
    box-shadow: 0px 0px 40px 15px #FFFFFF;
    margin-top: 44px;
  }
  /*//////////匠会 ///////////*/
  .takumi_title{
      color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: calc(auto);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
	    padding-top: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	text-align: center
  }
  .takumi_profile_box {
    font-size: calc(1.6em);
    padding-top: calc(3em);
    padding-bottom: calc(2em);
    border-bottom: 1px solid hsla(46, 31%, 42%, 0.50);
  }
  .takumi_kuminame {
    width: calc(4em);
    text-align: center;
    font-size: calc(1.8em);
    border: 1px solid #846B3C;
    padding-top: calc(5px);
    padding-bottom: calc(5px);
    padding-left: calc(10px);
    padding-right: calc(10px);
    color: #846B3C;
    line-height: calc(100%);
    margin: auto;
    letter-spacing: calc(0.1em);
  }
  .takumi_photo {
    width: calc(70%);

    padding-bottom: calc(1em);
    margin: auto;
  }
  .takumi_name {
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.8em);
    letter-spacing: calc(0.2em);
  }
  .takumi_name p {
    font-size: calc(0.7em);
    letter-spacing: calc(0em);
  }
  .takumi_message_title {
    width: calc(80%);
    margin-top: calc(1em);
    margin-bottom: calc(0.5em);
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(5px);
    padding-bottom: calc(5px);
    padding-left: calc(10px);
    padding-right: calc(10px);
    background-color: hsla(46, 31%, 42%, 1.00);
    color: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
    border-radius: 20px;
  }
  .takumi_message {
    width: calc(100%);
    margin: auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.2em);

    text-align: center;
    padding-top: calc(1em);
    padding-bottom: calc(1.5em);
  }
  .takumi_profile {
    padding-top: calc(0);
    padding-bottom: calc(0);
    width: calc(100%);
    margin: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .takumi_profile div {
    padding-top: calc(10px);
    padding-bottom: calc(10px);
   padding-left: calc(10%);
	padding-right: calc(10%);
    text-align: justify;
  }
  .takumi_image {
    width: calc(100%);
    margin: auto;
    padding: 3px;
  }
  .takumi_image p {
	text-align: center;
	padding-top: calc(5px);
	font-size: calc(0.8em);
	padding-bottom: calc(5px);
	background-color: hsla(60,12%,97%,1.00);
  }
  .takumi_gry {
	background-color: hsla(47,19%,91%,1.00);
  }
  .takumi_boder {
    border-bottom: 1px solid hsla(46, 31%, 42%, 0.50);
    margin-bottom: calc(2em);
  }
  .takumi_gallery_title {
    width: calc(90%);
    margin: auto;
    padding-top: calc(5px);
    padding-bottom: calc(5px);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: calc(1.1em);
    text-align: center;
    background-color: hsla(46, 31%, 42%, 1.00);
    color: #fff;
  }
  .takumi_flex-box {
    width: calc(90%);
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%; /* 縦方向に自動サイズの行を作成 */
    gap: 2px;
  }
/*////////// アコーディオン ///////////*/
  /*アコーディオン全体*/
  .accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(166, 158, 65, 0.80);
  }
  .accordion-area li {
    margin: auto;
  }
  /*着物 */
  .acdn_clr1 li {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(255, 254, 238, 1.00) 0%, rgba(235, 246, 247, 1.00) 100%);
  }
  /*洋服 */
  .acdn_clr2 li {
    background-image: -webkit-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(244, 246, 246, 1.00) 0%, rgba(236, 235, 247, 1.00) 100%);
  }
  /*革製品 */
  .acdn_clr3 li {
    background-image: -webkit-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: -o-linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
    background-image: linear-gradient(45deg, rgba(245, 244, 246, 1.00) 0%, rgba(247, 240, 235, 1.00) 100%);
  }
  .accordion-area section {
    border-bottom: 1px solid rgba(166, 158, 65, 0.80);
  }
  /*アコーディオンタイトル*/
  .actitle {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 2em;
    font-weight: normal;
	text-align: center;
    padding: 3% 0% 3% 0%;
    transition: all .5s ease;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing:calc(0.1em);
  }
  .actitle span {
    padding-right: calc(1em);
  }
  /*アイコンの＋と×*/
  .actitle::before, .actitle::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background-color: #333;
  }
  .actitle::before {
    top: 43%;
    right: 20px;
    transform: rotate(-45deg);
    background-color: #d29700;
    transition: all .5s ease;
  }
  .actitle::after {
    top: 52%;
    right: 20px;
    transform: rotate(45deg);
    background-color: #d29700;
    transition: all .5s ease;
  }
  /*　closeというクラスがついたら形状変化　*/
  .actitle.close::before {
    top: 52%;
    right: 25px;
    transform: rotate(45deg);
    transition: all .5s ease;
  }
  .actitle.close::after {
    top: 52%;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
  /*アコーディオンで現れるエリア*/
  .box {
    display: none; /*はじめは非表示*/
    background: #fff;
  }
  .clr_1 {
    color: #efd884;
  }
  .clr_2 {
    color: #c4d08c;
  }
  .clr_3 {
    color: #beddcd;
  }
  .clr_4 {
    color: #b6cfd6;
  }
  .clr_5 {
    color: #d2b2cc;
  }
  .clr_6 {
    color: #2657a6;
  }
  .clr_7 {
    color: #ea5037;
  }
  /*////////// アコーディオン 閉じ ///////////*/
  /*//////////匠会 閉じ ///////////*/
}
