@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background: #F7F0E9;
    font-size: 14px;
    font-feature-settings: "palt";
}

.telWrap {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.amatic {
  font-family: 'Amatic SC', cursive;
}

.imgFit {
    object-fit: cover;
    height: 100%;
  	width: 100%;
}

/*-- TOP --------------------------------------------------------------*/
.tpShowSlider.slick-initialized .slick-slide {
    display: block;
}

.tpShowSlider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 5%;
}

.tpShowSlider .next-arrow {
    right: 0;
}

.tpShowSlider .prev-arrow {
    left: 0;
}

.tpShowSlider .slide-arrow:hover {
    opacity: .5;
}

.coverTxt {
    transform: translateY(-70%);
}

.loopWrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.loopImgArea {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.loopImgArea.first {
	-webkit-animation: loop 50s -25s linear infinite;
	animation: loop 50s -25s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.loopImgArea.second {
	-webkit-animation: loop2 50s linear infinite;
	animation: loop2 50s linear infinite;
}

/*
ここで画像のサイズを決めています。このwidthとpaddingを調整することで表示枚数（範囲）の調整ができます。
レスポンシブの調整をするときもここの数値を変えればOK。
*/
.loopImgBx {
	width: 406px;
	position: relative;
	padding: 0 0 29%;
	border: solid 14px #fff;
	background: #fff;
	margin: 0 12px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
/*ここまで*/

.loopImgBx img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

/*アニメーション*/
@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

/*-- 下層カバー ----------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    height: 250px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.incoverTit {
    font-size: 26px;
    font-weight: bold;
}

.incoverTxtBx {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 80%);
}

.incoverTxtBxIn {
    width: 96%;
    margin: auto;
    text-align: center;
}

.incoverTxt {
    font-size: 16px;
    font-weight: bold;
}

/*-- パンくずリスト ----------------------------------------------------------*/

.breadWrp {
    padding: 15px 0;
}

.breadBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.breadLink {
    color: #744E45 !important;
    text-decoration: underline;
}

.breadLink:hover {
    color: #744E45 !important;
}

/*-- 共通パーツ --------------------------------------------------------------*/

.inWrp {
    padding: 80px 0;
}

.contentBx {
    max-width: 1140px;
    width: 96%;
    margin: auto;
    min-height: 1.5rem;
}

.enTit01 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 7px;
}

.subTit01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.tit01 {
    font-size: 18px;
    font-weight: bold;
}

.titDeco01 {
    background: url(/system_panel/uploads/images/tit_deco_item01.png) no-repeat center bottom;
    padding: 0 0 30px;
}

.btn01 {
    display: block;
    max-width: 234px;
    width: 100%;
    padding: 0 7px 7px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #333;
   /* transition: .3s; */
}

.btn01:hover {
    padding: 7px 0 0 7px;
    color: #333;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 224px;
    width: 95.72%;
    height: 84.37%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn01In {
    max-width: 227px;
    width: 100%;
    position: relative;
}

.btn01In > p {
    padding: 15px 40px 15px;
    position: relative;
    z-index: 9;
}

.btn01In:before {
    content: "";
    display: block;
    width: 100%;
    margin: auto;
    height: 73.21%;
    border-left: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.btn01In:after {
    content: "";
    display: block;
    width: 92.95%;
    margin: auto;
    height: 100%;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.btn01In > p:before {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_icon01.svg) no-repeat center;
    width: 59px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.btn01In > p:after {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_arrow_icon01.svg) no-repeat center;
    width: 17px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.btn02 {
    display: block;
    max-width: 234px;
    width: 100%;
    padding: 0 7px 7px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #333;
    /* transition: .3s; */
}

.btn02:hover {
    padding: 7px 0 0 7px;
    color: #333;
}

.btn02:before {
    content: "";
    display: block;
    max-width: 224px;
    width: 95.72%;
    height: 84.37%;
    background: #DDD7CD;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn02In {
    max-width: 227px;
    width: 100%;
    position: relative;
}

.btn02In > p {
    padding: 15px 40px 14px;
    position: relative;
    z-index: 9;
}

.btn02In:before {
    content: "";
    display: block;
    width: 100%;
    margin: auto;
    height: 73.21%;
    border-left: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.btn02In:after {
    content: "";
    display: block;
    width: 92.95%;
    margin: auto;
    height: 100%;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.btn02In > p:before {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_icon01.svg) no-repeat center;
    width: 59px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.btn02In > p:after {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_arrow_icon01.svg) no-repeat center;
    width: 17px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.btn03 {
    display: block;
    max-width: 270px;
    width: 100%;
    padding: 0 7px 7px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #333;
   /* transition: .3s; */
}

.btn03:hover {
    padding: 7px 0 0 7px;
    color: #333;
}

.btn03:before {
    content: "";
    display: block;
    max-width: 290px;
    width: 100%;
    height: 84.37%;
    background: #fff;
    position: absolute;
    right: 3px;
    bottom: 0;
}

.btn03In {
    max-width: 260px;
    width: 100%;
    position: relative;
}

.btn03In > p {
    padding: 15px 40px 15px;
    position: relative;
    z-index: 9;
}

.btn03In:before {
    content: "";
    display: block;
    width: 100%;
    margin: auto;
    height: 73.21%;
    border-left: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.btn03In:after {
    content: "";
    display: block;
    width: 92.95%;
    margin: auto;
    height: 100%;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.btn03In > p:before {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_icon01.svg) no-repeat center;
    width: 59px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.btn03In > p:after {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/btn_arrow_icon01.svg) no-repeat center;
    width: 17px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.imgRound {
    border-radius: 10px;
}

/*-- 画像装飾 --*/
.leafMask {
    -webkit-mask-image: url(/system_panel/uploads/images/leaf_mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.waveRMask {
    -webkit-mask-image: url(/system_panel/uploads/images/wave_mask_right.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    -webkit-mask-size: cover;
}

.waveLMask {
    -webkit-mask-image: url(/system_panel/uploads/images/wave_mask_left.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    -webkit-mask-size: cover;
}

/*-- テーブル --*/
.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #aaa;
}

.baseTh {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #EAE7E4;
    color: #644B4B;
}

.baseTd {
    padding: 15px;
    background: #fff;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}

.baseTb .row:last-child .baseTh,.baseTb .row:last-child .baseTd {
    border: 0;
}

.cmnLinkCtr01 {
    max-width: 1260px;
    width: 96%;
    margin: 20px auto 0;
}

.cmnLink01 {
    display: block;
    max-width: 566px;
    width: 100%;
    height: 280px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: auto;
}

.cmnLink01TxtBx {
    background: rgb(255 255 255 / 80%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    padding: 14px 10% 13px;
    color: #333;
}

.cmnLinkCol01 {
    margin: 30px 0 0;
}

.cmnLinkCtr02 {
    max-width: 1140px;
    width: 96%;
    margin: auto;
}

.cmnLinkCol02 {
    padding: 0;
}

.cmn02Item {
    max-width: 570px;
    width: 100%;
    height: 240px;
    margin: auto;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    position: relative;
}

.cmn02TxtBx {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 96%;
    margin: auto;
    text-align: center;
}

.cmn02Txt02 {
    font-size: 30px;
    font-weight: bold;
}

.cmn02Btn {
    margin: 20px auto 0;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/



/*-- header -----------------------------------------------------------------*/

.gnaviSecond {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background: #AFC384;
    padding: 20px 0;
}

.gnaviSingleLink:hover + .gnaviSecond {
    visibility: visible;
    opacity: 1;
}

.gnaviSecond:hover {
    opacity: 1;
    visibility: visible;
}

.gnaviSecondLink:last-child {
    border: 0;
}

/*---------- ハンバーガーメニュー ----------*/

.humWrap {
    z-index: 999999999;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 26px;
  height: 21px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.navbar-dark .navbar-toggler-icon {
  background-image:none;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  transition: ease .5s;
  background-color: #fff;
}

.navbar-toggler-icon:nth-of-type(1) {
  top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 9px;
}

.navbar-toggler-icon:nth-of-type(3) {
  bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.humInner {
    overflow-y: scroll;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


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

/*-- SHOWROOM -----------------------------------------------------------------*/
.showSlide .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 55px;
    width: 7%;
}

.showSlide .prev-arrow {
    left: 0;
}

.showSlide .next-arrow {
    right: 0;
}

.naviSlide .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 55px;
    width: 5%;
}

.naviSlide .prev-arrow {
    left: 0;
}

.naviSlide .next-arrow {
    right: 0;
}

/*-- お問い合わせ -----------------------------------------------------------------*/
.privacyBox {
    overflow-y: scroll;
}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
body {
  	font-size: 16px;
}

.baseTh {
    border-bottom: dashed 1px #D8D8D8;
    border-right: dashed 1px #D8D8D8;
}

.baseTd {
    border-bottom: dashed 1px #D8D8D8;
}

/*-- TOP --------------------------------------------------------------*/
.tpShowSlider.slick-initialized .slick-slide {
    display: flex;
}
  
/*-- 下層カバー --------------------------------------------------------------*/
.incover {
    height: 400px;
}

.incoverTit {
    font-size: 50px;
}

.incoverTxt {
    font-size: 20px;
}

.incoverTxtBx {
    max-width: 360px;
}

.tit01 {
    font-size: 22px;
    font-weight: bold;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
  	font-size: 18px;
}

.subTit01 {
    font-size: 26px;
}

.enTit01 {
    font-size: 70px;
}
  
.tit01 {
    font-size: 25px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.gnaviSingleLink {
    font-size: 17px!important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

@media screen and (max-width:374px) {
    .c4556 {
        display: inline-block;
        padding: 5px;
        min-height: 40px;
        min-width: 40px;
        margin: 0 5px 0 0;
    }
    .c4702 {
        width: 32px;
        height: 32px;
    }
}