﻿@charset "UTF-8";

/*========================
ヘッダー共通パーツ
========================*/
/*ヘッダーロゴ*/
.headlogo {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1240px) {
.headlogo {
  max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
.headlogo {
  margin: 0;
  max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
.headlogo{
  max-width: 124px;
  }
}

/*ヘッダーTEL*/
.headtel{
  position:relative;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #434A52;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto 0.2em;
  letter-spacing: 0.03em;
  font-family: 'Quicksand', sans-serif;
}
.headtel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 1240px) {
.headtel{
  font-size: 1.6em;
  }
}
@media screen and (max-width: 1000px) {
.headtel{
  font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
.headtel{
  font-size: 1.5em;
  }
}

/*ヘッダーテキスト*/
.headinfotext {
  font-size: 0.9em;
  line-height: 1.7;
}
.headinfotext .switchbr{
  display: none;
}
@media screen and (max-width: 1240px) {
.headinfotext .switchbr{
  display: block;
  }
}
@media screen and (max-width: 1000px) {
.headinfotext .switchbr{
  display: none;
  }
}
@media screen and (max-width: 480px) {
.headinfotext {
  font-size: 0.85em;
  line-height: 1.6;
  }
}

/*-------------------------
縦列切り替え
--------------------------*/
@media screen and (max-width: 1000px) {
.topheader_logo,
.header_logo {
  width:100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  }
.headlogo {
  width: 164px;
  }
.headinfo {
  flex: 1;
  margin: 0 0 0 auto;
  text-align: right;
  }
.headinfo .SNSiconsmini {
  justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
.topheader_logo,
.header_logo {
  align-items:flex-end;
  }
}
@media screen and (max-width: 480px) {
.headinfo .SNSiconsmini {
  margin: 5px auto 0;
  }
.headinfo .SNSiconsmini li{
  padding: 0 3px;
  }
.headinfo .SNSiconsmini li img{
  max-width: 36px;
  }
}


/*========================
メインページ２カラム
========================*/
#column {
  width:100%;
  max-width: 1420px;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
#column .fixside {
  width:320px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  padding: 0 0 48px 32px;
  text-align: center;
}
#column .main,
#column .main2 {
  flex: 1;
  padding: 0 32px 0 42px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#column .main article,
#column .main2 article {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1240px) {
#column .fixside {
  width:240px;
  padding: 0 0 48px 32px;
  }
}
@media screen and (max-width: 1000px) {
#column {
  flex-direction: column;
  display:block;
  }
#column .fixside {
  width:100%;
  position: static;
  padding: 0 32px 32px 32px;
  }
#column .main,
#column .main2 {
  padding: 0;
  }
#column .main article,
#column .main2 article {
  padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
#column .fixside {
  padding: 24px 24px 24px 24px;
  }
#column .main article,
#column .main2 article {
  padding: 0 24px;
  }
}


/*========================
メインページタイトルヘッダー
========================*/
#head {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#head .mainhead {
  width: 100%;
  height: 320px;
  margin: 0 auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  z-index: -1;
  position: relative;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
#head .mainhead h2{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-52%);
  -webkit-transform: translate(-50%,-52%);
  -ms-transform: translate(-50%,-52%);
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 2.3em;
  white-space: nowrap;
  color: #FFF;
  text-shadow: 0 0 12px #000;
  text-align: center;
}
#head .mainhead h2 span{
  display: block;
  font-size: 0.65em;
  margin: 18px auto 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1240px) {
#head .mainhead {
  height: 300px;
  }
}
@media screen and (max-width: 1000px) {
#head {
  padding: 0 24px;
  }
#head .mainhead {
  height: 240px;
  }
}
@media screen and (max-width: 767px) {
#head .mainhead h2{
  font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
#head {
  padding: 0 18px;
  }
#head .mainhead {
  height: 200px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  }
}
@media screen and (max-width: 480px) {
#head .mainhead {
  height: 164px;
  }
#head .mainhead h2{
  font-size: 1.6em;
  }
#head .mainhead h2 span{
  margin: 12px auto 0;
  }
}

/*各ページヘッダー画像*/
#head .aboutus {background-image:url(../img/aboutus/header.png);}
#head .topics {background-image:url(../img/topics/header.png);}
#head .service {background-image:url(../img/service/header.png);}
#head .doctor {background-image:url(../img/doctor/header.png);}
#head .dayope {background-image:url(../img/dayope/header.png);}
#head .myopia {background-image:url(../img/myopia/header.png);}
#head .IPL {background-image:url(../img/IPL/header.png);}
#head .facial {background-image:url(../img/facial/header.png);}


/*========================
ページ内目次リンク
========================*/
.articles {
  width: 100%;
  margin: 18px auto 0;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
.articles {
  padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
.articles {
  padding: 0 24px;
  margin: 12px auto 0;
  }
}
.articles a{
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.7em;
  font-weight: 500;
  color: #333;
  line-height: 1;
  font-size: 1em;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0.8em 0.6em 0;
}
.articles a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 1.5em;
  line-height: 0;
  color: #A79283;
  font-family:"Material Symbols Rounded";
	content: "\f181"; /*丸囲み矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.articles a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
.articles a{
  font-size: 0.95em;
  }
}


/*========================
メインページサブタイトル
========================*/
#column .main h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 2.1em;
  white-space: nowrap;
  color: #333;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
  border-top: 1px solid #434A52;
  padding: 42px 0 0;
}
#column .main h3 span{
  display: block;
  color: #A69283;
  font-size: 0.55em;
  margin: 18px 0 0 0.2em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
#column .main h3{
  padding: 32px 32px 0;
  }
}
@media screen and (max-width: 767px) {
#column .main h3{
  font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
#column .main h3{
  padding: 32px 24px 0;
  margin-bottom: 24px;
  }
#column .main h3 span{
  font-size: 0.65em;
  }
}
@media screen and (max-width: 480px) {
#column .main h3{
  font-size: 1.6em;
  }
#column .main h3 span{
  margin: 12px 0 0 0.2em;
  }
}


/*========================
共通フッター
========================*/
footer {
  width: 100%;
  background: #FFF;
}

/*-------------------------
お問い合わせ誘導枠
--------------------------*/
.footcontact {
  width: 100%;
  padding: 64px 24px;
  margin: 0 auto;
  position: relative;
  background-image:url(../img/common/contactbg.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  font-weight: 600;
  color: #FFF;
  font-size: 1.05em;
  text-shadow:0 0 6px rgb(0,0,0,0.4);
}
.footcontactinner{
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.footcontact_banner{
  width: 50%;
  margin:0 24px 0 0;
}
.footcontact_tel{
  width: 50%;
  margin:0 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
.footcontactinner{
  display: block;
  flex-direction: column;
  max-width: 480px;
  }
.footcontact_banner{
  width: 100%;
  margin:0 0 18px 0;
  }
.footcontact_tel{
  width: 100%;
  }
}
@media screen and (max-width: 640px) {
.footcontact {
  padding: 48px 24px 42px;
  }
}
@media screen and (max-width: 480px) {
.footcontact {
  padding: 32px 18px;
  font-size: 0.95em;
  }
}

/* 電話リンク */
.foottel{
  position:relative;
  display: inline-block;
  font-size: 2.4em;
  line-height: 1;
  padding: 0 0 0 1em;
  color: #FFF;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  margin: 0.3em auto;
  letter-spacing: 0.03em;
  font-family: 'Quicksand', sans-serif;
}
.foottel:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.1em;
  height:1.1em;
  background:url(../img/common/icon_tel2.png) no-repeat;
  background-size:contain;
}

/* 予約システムバナー */
.footcontact_banner ul{
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.footcontact_banner ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 6px;
}
@media screen and (max-width: 480px) {
.footcontact_banner ul li{
  padding: 0 3px;
  }
}

/*-------------------------
フッター2カラム
--------------------------*/
.footcolumn {
  width:100%;
  max-width: 1420px;
  margin: auto;
  padding:64px 32px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.footcolumn li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 42px 0 0;
}
.footcolumn li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.footcolumn {
  max-width: 640px;
  display: block;
  flex-direction: column;
  }
.footcolumn li{
  width: 100%;
  max-width:100%;
  margin:0 0 24px 0;
  }
}
@media screen and (max-width: 640px) {
.footcolumn {
  padding:32px 24px 0;
  }
}

.footcolumn li:first-child p{
  line-height: 1.6;
}

.footlogo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 18px;
}
@media screen and (max-width:480px) {
.footlogo {
  max-width: 260px;
  }
}

/* SNSアイコン */
.footSNS {
  margin: 18px 0 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
}
.footSNS div{
  margin: 0 8px 0 0;
}
.footSNS div img{
  width: 100%;
  max-width: 42px;
}

/* 住所 */
.footadd {
  margin: 12px 0 3px;
  font-size: 1.05em;
  position: relative;
  padding: 0 0 0 1.7em;
  line-height: 1.6;
}
.footadd:before {
	position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  line-height: 1;
  color: #939BA6;
  font-family:"Material Symbols Rounded";
	content: "\e0c8"; /*マップピン*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}

/* コピーライト */
.copyright {
  width: 100%;
  padding: 32px 18px 24px;
  text-align: right;
  font-size: 0.8em;
  color: #929AA5;
  line-height: 1;
  white-space: nowrap;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
.copyright {
  padding: 24px 15px 18px;
  }
}

/* カレンダーリンクボタン */
.footcalendarlink {
	display: inline-block;
	color: #D1788A;
	background-color: #FFF;
	text-decoration: none;
	padding: 0.6em 0.6em 0.6em 1.8em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0.3em 0 0 0;
  border: 1px solid #D1788A;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.footcalendarlink:before {
	position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\ebcc"; /*カレンダー*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}


/*========================
フローティングバナー (スマホのみ表示)
========================*/
.floatbanner {
  display: none;
}
@media screen and (max-width: 540px) {
footer {
  padding-bottom:84px;
}
.floatbanner {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #434A52;
  width: 100%;
}
.floatbanner ul{
  width:100%;
  max-width: 380px;
  margin: auto;
  padding:8px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
  }
.floatbanner ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 3px 0 0;
  }
.floatbanner ul li:last-child{
  margin:0 0 0 0;
  }
}



/*========================
汎用パーツ
========================*/
/*-------------------------
SNSアイコン
--------------------------*/
.SNSiconsmini {
  margin: 12px 0 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items:flex-start;
}
.SNSiconsmini li{
  padding: 0 4px;
}
.SNSiconsmini img{
  width: 100%;
  max-width: 42px;
}

/*-------------------------
見出し
--------------------------*/
/*ネイビー太字ゴシック*/
.navy19gothic {
  font-weight: 700;
  color: #434A52;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.navy21gothic {
  font-weight: 700;
  color: #434A52;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width:480px) {
.navy19gothic {
  font-size: 1.1em;
  }
.navy21gothic {
  font-size: 1.15em;
  }
}

/*ピンク太字ゴシック*/
.pink19gothic {
  font-weight: 700;
  color: #D1788A;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.pink21gothic {
  font-weight: 700;
  color: #D1788A;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width:480px) {
.pink19gothic {
  font-size: 1.1em;
  }
.pink21gothic {
  font-size: 1.15em;
  }
}

/*茶色太字ゴシック*/
.brown19gothic {
  font-weight: 700;
  color: #A79283;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.brown21gothic {
  font-weight: 700;
  color: #A79283;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width:480px) {
.brown19gothic {
  font-size: 1.1em;
  }
.brown21gothic {
  font-size: 1.15em;
  }
}

/*ピンクドット付き太字見出し*/
.pinkdot{
  padding: 0.15em 0 0 1.1em;
  margin: 0 0 0.3em;
  line-height: 1.55;
  font-size: 1.1em;
  font-weight: 600;
	position: relative;
}
.pinkdot:before{
	position: absolute;
	top: 0.2em;
	left: -0.2em;
  font-size: 1.2em;
  line-height: 1;
  color: #D1788A;
  font-family:"Material Symbols Rounded";
	content: "\e061"; /*ドット*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*-------------------------
診療日テーブル
--------------------------*/
.hourtable {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
}
.hourtable tr{
  border-bottom: 1px solid #777;
}
.hourtable th{
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 12px 5px 6px;
}
.hourtable td{
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 18px 5px;
  width:6%;
  color: #D1788A;
}
.hourtable .time{
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #444;
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 8px 5px;
  }
.hourtable td{
  padding: 12px 5px;
  }
}
@media screen and (max-width: 480px) {
.hourtable th{
  font-size: 0.8em;
  padding: 6px 2px;
  }
.hourtable th:last-child{
  padding: 6px 6px 6px 2px;
  }
.hourtable td{
  font-size: 0.8em;
  padding: 10px 2px;
  }
.hourtable .time{
  font-size: 0.9em;
  letter-spacing: 0.03em;
  }
}

/*-------------------------
横並び２列ギャラリー
--------------------------*/
.img2col {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.img2col li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 24px;
}
.img2col li div{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border: 1px solid #BBB;
}
.img2col li div img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img2col li p{
  font-size: 0.95em;
  line-height: 1.55;
  margin: 0.5em 0 0;
  padding: 0 1em;
}
@media screen and (max-width: 640px) {
.img2col {
  flex-direction: column;
  display:block;
  max-width: 480px;
  }
.img2col li {
  width:100%;
  max-width:100%;
  padding: 0 0 24px;
  }
}
@media screen and (max-width: 480px) {
.img2col li p{
  padding: 0 0.8em;
  }
}

/*-------------------------
アイコン付き電話リンクテキスト
--------------------------*/
.tel{
  position:relative;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  padding: 0 0 0 1em;
  color: #434A52;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: 0.03em;
  font-family: 'Quicksand', sans-serif;
}
.tel:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.1em;
  height:1.1em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
}

.tel_pink{
  position:relative;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  padding: 0 0 0 1em;
  color: #D1788A;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: 0.03em;
  font-family: 'Quicksand', sans-serif;
}
.tel_pink:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.1em;
  height:1.1em;
  background:url(../img/common/icon_tel3.png) no-repeat;
  background-size:contain;
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/*文末丸囲み矢印アイコン付きボタン*/
.btn{
  position: relative;
  padding: 0.6em 2.3em 0.6em 1em;
  color: #FFF;
  background-color: #939BA6;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn:after {
	position: absolute;
  top: 50%;
  right: 0.1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.8em;
  font-family:"Material Symbols Rounded";
	content: "\eaaa"; /*丸囲み矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.btn:hover{
  background: #434A52;
}

.btn_pink{
  position: relative;
  padding: 0.6em 2.3em 0.6em 1em;
  color: #FFF;
  background-color: #D1788A;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_pink:after {
	position: absolute;
  top: 50%;
  right: 0.1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.8em;
  font-family:"Material Symbols Rounded";
	content: "\eaaa"; /*丸囲み矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.btn_pink:hover{
  background: #C45168;
}

.btn_brown{
  position: relative;
  padding: 0.6em 2.3em 0.6em 1em;
  color: #FFF;
  background-color: #A79283;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_brown:after {
	position: absolute;
  top: 50%;
  right: 0.1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.8em;
  font-family:"Material Symbols Rounded";
	content: "\eaaa"; /*丸囲み矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.btn_brown:hover{
  background: #927967;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
  z-index: 2;
}
.jumpbtn {
  width:4.8em;
  height:4.4em;
  cursor:pointer;
  cursor:pointer;
  background:#434A52;
  position: relative;
}
.jumpbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 3em;
  color: #FFF;
  font-family:"Material Symbols Rounded";
	content: "\e5d8"; /*上向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
@media(max-width:960px){
.jumpbtn {
  width: 4.2em;
  height: 3.8em;
  }
.jumpbtn:before {
  font-size: 2.6em;
  }
}
@media(max-width:640px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 画像420px ＋ テキスト*/
.column420 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column420 li:first-child {
  max-width: 420px;
  margin: 0 42px 0 0;
}
.column420 li:last-child {
  flex: 1;
}
@media screen and (max-width: 960px) {
.column420 {
  align-items:flex-start;
  }
.column420 li:first-child {
  max-width: 300px;
  margin: 0 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column420 {
  flex-direction: column;
  display:block;
  max-width: 640px;
  }
.column420 li:first-child {
  max-width: 100%;
  margin: 0 0 24px 0;
  }
.column420 li:first-child img{
  width: 100%;
  max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
.column420 {
  max-width: 480px;
  }
.column420 li:first-child img{
  max-width: 320px;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}


/*========================
CMS埋め込みトピックス
========================*/
/*-------------------------
記事一覧 (TOP、一覧ページ)
--------------------------*/
.topicslist,
.topicslist2{
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.topicslist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 24px 32px;
  position: relative;
}
.topicslist2 li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding: 0 24px 32px;
  position: relative;
}
.topicslist li a,
.topicslist2 li a{
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
.topicslist,
.topicslist2 {
  max-width: 840px;
  }
.topicslist li,
.topicslist2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}
@media screen and (max-width:640px) {
.topicslist,
.topicslist2 {
  display: block;
  flex-direction: column;
  max-width: 420px;
  }
.topicslist li,
.topicslist2 li{
  width: 100%;
  max-width:100%;
  padding: 0 0 24px;
  }
}

/*更新日時*/
.topicslist h4,
.topicslist2 h4{
  position: absolute;
  top: 0.2em;
  right: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  color: #929AA5;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.06em;
}
@media screen and (max-width:640px) {
.topicslist h4,
.topicslist2 h4{
  font-size: 1.25em;
  }
}

/*サムネイル画像*/
.topicslist div,
.topicslist2 div{
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  margin-right: 0.1em;
  border: 1px solid #939BA6;
  border-top-left-radius: 18px;
}
.topicslist div img,
.topicslist2 div img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width:640px) {
.topicslist div,
.topicslist2 div{
  margin-right: 1.6em;
  }
}

/*カテゴリ名*/
.topicslist h3,
.topicslist2 h3{
  display: inline-block;
  font-size: 0.9em;
  background: #939BA6;
  color: #FFF;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.06em;
  padding: 0.3em 0.6em;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  margin: 0.8em 0 0.5em 0.6em;
}

/*記事タイトル*/
.topicslist h2,
.topicslist2 h2{
  font-weight: 700;
  line-height: 1.6;
  font-size: 1em;
  color: #434A52;
  padding: 0 0.6em 0 0.6em;
}
@media screen and (max-width:640px) {
.topicslist h2,
.topicslist2 h2{
  font-size: 1.05em;
  }
}

/*h1タイトル*/
.title {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 42px;
}
@media screen and (max-width:767px) {
.title {
  font-size: 1.4em;
  margin-bottom: 32px;
  }
}
@media screen and (max-width:480px) {
.title {
  font-size: 1.3em;
  }
}

/*-------------------------
ページャー
--------------------------*/
.pager{
	text-align:center;
	padding:0;
	clear:both;
  margin-top: 32px;
}
/*ページャーボタン*/
.pager a{
  color: #939BA6;
  font-size: 1.3em;
  padding: 0.2em 0.6em;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin:0.2em;
}
/*現在のページのボタン*/
.pager a.current{
  background-color: #939BA6;
  color: #FFF;
}
/*前のリストを表示(左向き矢印)*/
.pager a.before {
  padding: 0;
}
.pager a.before:after{
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  color: #939BA6;
	font-family: "Material Icons";
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e5e0"; /*左向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
/*先のリストを表示(右向き矢印)*/
.pager a.next {
  padding: 0;
}
.pager a.next:after{
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  color: #939BA6;
	font-family: "Material Icons";
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*右向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}

/*-------------------------
カテゴリリンク
--------------------------*/
.categories {
  width: 100%;
  margin: 18px auto 0;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
.categories {
  padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
.categories {
  padding: 0 24px;
  margin: 12px auto 0;
  }
}
.categories a{
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.7em;
  font-weight: 500;
  color: #333;
  line-height: 1;
  font-size: 1em;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0.8em 0.6em 0;
}
.categories a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 1.5em;
  line-height: 0;
  color: #939BA6;
  font-family:"Material Symbols Rounded";
	content: "\eaaa"; /*丸囲み矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.categories a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
.categories a{
  font-size: 0.95em;
  }
}

/*-------------------------
記事詳細ページ
--------------------------*/
/*h1タイトル*/
.topictitle {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
.topictitle {
  font-size: 1.4em;
  margin-bottom: 12px;
  }
}
@media screen and (max-width:480px) {
.topictitle {
  font-size: 1.3em;
  }
}

#topicdetail .update{
  text-align: right;
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
#topicdetail .update{
  margin-bottom: 32px;
  }
}

/* 更新日 */
#topicdetail .update .date{
  display: inline-block;
  color: #888;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 1.5em;
  margin-right: 0.6em;
  font-family: 'Quicksand', sans-serif;
}
#topicdetail .update .date:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  line-height:0;
  color: #939BA6;
  font-family:"Material Symbols Rounded";
	content: "\e8b5"; /*時計*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/* カテゴリ */
#topicdetail .update .category{
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.95em;
  position: relative;
  padding: 0 0 0 1.6em;
}
#topicdetail .update .category a:before{
  color: #888;
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  line-height:0;
  color: #939BA6;
  font-family:"Material Symbols Rounded";
	content: "\ebbd"; /*フォルダ*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
#topicdetail .update .category a{
  text-decoration: none;
  color: #888;
  font-weight: 400;
}
#topicdetail .update .category a:hover{
  text-decoration: underline;
}

/* 本文 */
#topicdetail p{
  font-size: 1em;
  margin: 0.8em 0;
  line-height: 1.8;
}
#topicdetail img{
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
@media screen and (max-width:480px) {
#topicdetail img{
  margin: 12px 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  }
}

/* 前ページへ戻るボタン */
#topicdetail .pagebackbtn {
	display: inline-block;
	color: #939BA6;
	background-color: #FFF;
	border: solid 1px #939BA6;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	text-decoration: none;
	padding: 0.8em 1.2em 0.8em 2.6em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
  margin-top: 32px;
}
#topicdetail .pagebackbtn:before {
	position: absolute;
	top: 0.5em;
	left: 0.6em;
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5c4"; /*矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
#topicdetail .pagebackbtn:hover{
	color: #FFF;
	background-color: #939BA6;
}
@media screen and (max-width:480px) {
#topicdetail .pagebackbtn {
  margin-top: 24px;
  }
}


