@charset "UTF-8";
@font-face{
font-family:'HuiFontP109';
src:url('https://dl.dropboxusercontent.com/s/6snqvg654tirsyv/HuiFontP109.eot');
src:url('https://dl.dropboxusercontent.com/s/6snqvg654tirsyv/HuiFontP109.eot?#iefix') format('embedded-opentype'),
url('https://dl.dropboxusercontent.com/s/7pscemjdvt0wyiq/HuiFontP109.woff') format('woff'),
url('https://dl.dropboxusercontent.com/s/0w9uuopxrns8ehi/HuiFontP109.ttf') format('truetype'),
url('https://dl.dropboxusercontent.com/s/xnnsbxtz8o6d98i/HuiFontP109.svg#HuiFontP109') format('svg'),
url('https://fonts.googleapis.com/css?family=Mandali');
}
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*吹き出し画像のサイズ指定*/
.speech-person {
	width: 120px;
	min-width: 120px;
}
/*吹き出し文字サイズ指定*/
.speech-wrap {
  font-size: 16px;
}

head {
    display: none;
}
/* Cocoon対応:title非表示 */
.site-name {
    display: none;
}
.tagline {
	display: none;
}

body { 
	font-size:18px;
} 

.wp-caption {
 background-color: transparent;
}

#header{
 position : relative ;
}

#header-in{
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  position:absolute;
  bottom:0;
  left: 0;
  right: 0;
  font-size: 5vw !important;
}

.article li{
	font-size:18px;
}

.article h1 {
	background-image: url("images/bambi.png"); /* 画像の指定 */
   background-repeat: no-repeat;
   padding: 10px 8px 8px 0px;
   font-weight: bolder;
   position: relative;
   overflow: hidden;
   font-size: 30px;
   margin-top: 5px !important;
   margin-bottom: 2px !important;
 }
.article h2 {
	/* デフォルトのCSSを打消し */
	background-color: transparent;
	background-image: url("https://www.kokajin-wedding.com/bridalfair/wp-content/uploads/2017/06/h2header.png"); /* 画像の指定 */
	background-repeat: no-repeat;
	background-size:100% auto;
	padding: 10px;
	padding-left: 48px;/*アイコン分のスペース*/
	margin-left: 0;
	max-width: 100%;
	overflow: hidden;
    font-weight: bolder;
	position: relative;/*相対位置*/
	line-height: 1.4;/*行高*/
	color: #7b6459;/*文字色*/
	box-sizing: border-box;
 }
.article h3{
    background-image: url("https://www.kokajin-wedding.com/bridalfair/wp-content/uploads/2017/06/h4header_m.png"); /* 画像の指定 */
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 32px;/*アイコン分のスペース*/
    text-indent: 15pt;
    font-weight: bolder;
    border-bottom: solid 2px white;/*下線*/
    position: relative;
}
.article h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, pink, pink 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, pink, pink 2px, #fff 2px, #fff 4px);
}
.article h4{
    color: #5C4747;/*文字色*/
    border-bottom: solid 2px pink;/*下線*/
}
h4:first-letter {
font-size: 1.5em;
color: #ffc0cb;
}

h5 {
	position: relative;
	text-align: center;
}
h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/*見出しここまで*/
blockquote{
	background: none;
	margin: 0px;
	margin-top: 100px;
	padding: 10px;
	border: 2px solid #ce9e6d;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}
 
blockquote:before{
	line-height: inherit;
	font-family: inherit;
	content: '引用';
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: -37px;
	left: 20px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #ce9e6d;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
 
blockquote:after{
	content: '';
	position: absolute;
	top: -84px;
	left: auto;
	right: -10px;
	display: inline-block;
	width: 130px;
	height:85px;
	background-image: url(images/kotori.png);
	background-repeat: no-repeat;
	z-index: 99;
}
.birdbox{
	background: none;
	margin: 0px;
	margin-top: 100px;
	margin-bottom: 20px;
	padding: 10px;
        font-weight: bold;
        text-align: center;
	border: 2.5px solid #ccc;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}
  
.birdbox:after{
	content: '';
	position: absolute;
	top: -110px;
	left: auto;
	right: -10px;
	display: inline-block;
	width: 204px;
	height:150px;
	background-image: url("https://kokajin-wedding.com/delivery-gifts/wp-content/uploads/2018/06/cat-present.png");
	background-repeat: no-repeat;
	z-index: 99;
}

.graybox{
	padding: 20px;
	border: solid 1px #ccc;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font-size:18px;
}

.redbox{
	padding: 20px;
	border: solid 1px #ef5350;
	background-color: #ffebee;
	margin-bottom: 20px;
	font-size:18px;
}

.yellowbox {
	padding: 20px;
	border: solid 1px #fffacd;
	background-color: #ffffe0;
	margin-bottom: 20px;
	font-size:18px;
}

.bluebox {
	padding: 20px;
	border: solid 1px #1c66fe;
	background-color: #e7efff;
	margin-bottom: 20px;
	font-size:18px;
}

.greenbox {
	padding: 20px;
	border: solid 1px #0a8915;
	background-color: #cafbce;
	margin-bottom: 20px;
	font-size:18px;
}
/*丸の一重枠*/
.circle_box {
	padding: 20px;
	border: solid 5px #f3cbd0;
    border-style:solid;
    border-radius:15px;
	font-size:18px;
}
/*丸の二重枠*/
.circle_double_box {
	padding: 20px;
	border: solid 5px #f3cbd0;
    border-style:double;
    border-radius:15px;
	font-size:18px;
}
/*四角の一重枠*/
.square_box {
    background: none;
    border: 2px solid #f3cbd0;
    top: -5px;
    left: -5px;
    margin: 5px 10px;
    padding: 20px;
    position: relative;
}
/*四角の二重枠*/
.square_double_box{
	padding: 20px;
	border: double 3px #808080;
	background: #fafafa;
	font-size:18px;
}
/*四角の二重枠ずらし*/
.square_doubleshift_box{
    background: none;
    border: 2px solid #f3cbd0;
    top: -5px;
    left: -5px;
    margin: 5px 10px;
    padding: 20px;
    position: relative;
}
.square_doubleshift_box:after{
    background: none;
    border: 2px solid #f3cbd0;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*パンくずリストにアンダーラインを引く*/
div#breadcrumb{
	text-decoration: underline !important;
}
/*
ヘッダー画像の大きさに合わせてグローバルメニューの高さを変更する
 http://blazechariot.wp.xdomain.jp/simplicity%E3%82%92%E5%B0%91%E3%81%97%E6%94%B9%E9%80%A0%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F-part15-%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%E3%81%AE%E8%83%8C%E6%99%AF%E7%94%BB%E5%83%8F%E3%82%92%E3%83%AC*/
#header {
  height: 0;
  padding: 0 0 23.36%; /*縦／横×100*/
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#sidebar h3:not(.newListTitles){
	position: relative;/*相対位置*/
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #7b6459;/*文字色*/
}
#sidebar h3:not(.newListTitles):before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f1b0";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	color: #ff938b; /*アイコン色*/
}

#h-top {
  filter: alpha(opacity=0);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";  /* ie 8 */
  -moz-opacity:0;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;              /* Safari 1.x */
  opacity:0;
}

#sidebar li:not(.newListElements){
	position: relative;/*相対位置*/
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #7b6459;/*文字色*/
}
#sidebar li:not(.newListElements) :before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	color: #ff938b; /*アイコン色*/
}

#sidebar .newList {
  list-style: none;
}
#sidebar .newList li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sidebar .newList li .thumb {
  position: relative;
  width: 70px;
  height: 70px;
}
#sidebar .newList li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin: 0;
}
#sidebar .newList li .content {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}
#sidebar .newList li .content h3 {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
#sidebar .newList li .content h3 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#sidebar .newList li .content p {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 2px 4px;
  margin: 0;
  color: #fff;
  background-color: rgba(204, 17, 17, 0.5);
  border-radius: 5px 0 0 5px;
}
#sidebar .newList hr {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
  background-image: linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
  background-size: 6px 2px;
  border: none;
  margin: 20px 0;
}
#sidebar .newList hr:last-child {
  display: none;
}

#sidebar-widget img.icons {
 display: block;
 margin-left: auto;
 margin-right: auto;
 max-width: 300px;
 margin-top: 15px;
 margin-bottom: 15px;
}
#sidebar-widget img.icons.ic-lists {
 margin-top: 15px;
 margin-bottom: 15px;
}
/* サイドバー画像クリック時に動く */
#sidebar-widget img.icons.ic-lists:hover{
	-webkit-transform: translate(5px,5px);
	-moz-transform: translate(5px,5px);
	-ms-transform: translate(5px,5px);
	-o-transform: translate(5px,5px);
	transform: translate(5px,5px);
}

.wp-post-image {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*マウスオーバ時に画像を動かすためのCSS*/
.img_move:hover{
	-webkit-transform: translate(5px,5px);
	-moz-transform: translate(5px,5px);
	-ms-transform: translate(5px,5px);
	-o-transform: translate(5px,5px);
	transform: translate(5px,5px);
}

/* 目次用CSS */

#toc_container {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #fff;
  border: 5px double #ffe0ef;
  border-radius: 2px;
  color: #666; }

#toc_container .toc_title {
  font-family: "Mandali", cursive;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  padding-top: 0;
  color:#e597b2;
  padding-bottom: 0px;
  font-size: 20px;
  border-bottom: 2px solid #fdeff2; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  padding-top:2px;
  margin-left: 6px;
  line-height: 1.3em;
  font-size: 0.9em; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: counter(li) ;
  position: absolute;
  left: -35px!important;
  top: 0px;
  background: none;
  font-family: 'Mandali', cursive;
  font-size: 1.4em;
  letter-spacing: 0px;
  color: #e597b2; }

#toc_container .toc_list > li a {
  text-decoration: none !important;
color:#666; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
  color: #e597b2; }

#toc_container .toc_list > li > ul li {
  font-size: 20px;
  margin-bottom: 8px; }

@media only screen and (min-width: 641px) {
  #toc_container {
  	padding: 25px 40px;
  }

  #toc_container .toc_title {
    font-size: 20px; }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 26px; } }
/* 目次用CSS ここまで*/

/* 本文内の文字装飾 yuka*/
/* 単なる太字*/
.sfuto {
    font-weight: bold;
}
/* パラグラフ内の文字装飾 太字＋マーカー*/
.futo {
    font-weight: bold;
	background: linear-gradient(transparent 40%, whitesmoke 40%);
    padding-bottom: .2em;
}
/* 文字の左右に線*/
.linemoji 
{
  text-align: center;
  overflow: hidden;
}
.linemoji span 
{
  display: inline-block;
  position: relative;
  padding: 0 .6em;
}
.linemoji span:before,
.linemoji span:after 
{
  position: absolute;
  top: 50%;
  width: 99em;
  content: '';
  border-top: 2px solid #c0c0c0;
}
.linemoji span:before 
{
  right: 100%;
}
.linemoji span:after 
{
  left: 100%;
}
/* 本文内の文字装飾 yuka ここまで*/

/* カスタムリスト 番号付きリスト */
.c-list1{
    counter-reset:number;
    margin:2em 0;
    position: relative;
    padding: 2.0em 3.0em;
    border-top: solid 2px #f3cbd0;;
    border-bottom: solid 2px #f3cbd0;;
}
.c-list1:before, .c-list1:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f3cbd0;
}
.c-list1:before {left: 10px;}
.c-list1:after {right: 10px;}

.c-list1-title{
     position: relative;
     display: inline-block;
     text-align: center;
     width: 30%;
     padding: 0 calc( 10% - 0px );
     left: 25%;
}

.c-list1-title:before, .c-list1-title:after{
     content: '';
     position: absolute;
     top: 50%;
     display: inline-block;
     width: calc( 20% - 0px );
     height: 1px;
     background-color: black;
}

.c-list1-title:before {left: 0%;}
.c-list1-title:after {right: 0%;}

/*
.c-list1{
	counter-reset:number;
	padding: 0.5em 1em;
	margin: 2em 10%;
	border: double 5px #f3cbd0;
}
*/
 
.c-list1 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
        border-bottom: 1px solid #ccc;
}
 
li.c-list1-count:after{
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif;
}

/* カスタムリスト リスト */

.c-list2{
  border: double 5px #f3cbd0;
  border-radius: 5px;
  margin: 2em 10%;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.c-list2 li{
  line-height: 1.5;
  padding: 0.5em 0.5em;
  list-style-type: none!important;
}
 
.c-list2 li:before{
  font-family: FontAwesome;
  content: "\f005";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #f3cbd0;/*アイコン色*/
}

/* カスタムリスト */
.c-list3 {
    position: relative;
    margin: 2em 10%;
    padding: 0.5em 1em 0.5em 2.3em;
    border: solid 3px #f3cbd0;
    border-radius: 8px;
}
.c-list3 .c-list3-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #f3cbd0;
    font-weight: bold;
}
.c-list3 li {
  line-height: 1.5;
  padding: 0.5em 0.5em;
  list-style-type: none!important;
}
.c-list3 li:before{
  font-family: FontAwesome;
  content: "\f111";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #f3cbd0;/*アイコン色*/
}

.memox{
   position:relative;
   background:#ebf6f7;
   width:80%;
   margin:2em auto;
   padding:1.5em 1em;
   transform: rotate(-2deg);
   box-shadow:1px 1px 4px rgba(0,0,0,0.2);
   color:black;
   font-family:HuiFontP109;
}

.memox .memox-title {
   position:relative;
   display:inline-block;
   border-bottom:3px solid #795548;
   border-radius: 0 0 40% 5% / 0 0 15% 20%;
   padding:0 1em 0.1em 0.2em;
   font-size:110%;
   font-weight:bold;
   transform: rotate(-5deg);
}
/*
.memox::before{
   content:'ここがポイント';
   position:relative;
   display:inline-block;
   border-bottom:3px solid #795548;
   border-radius: 0 0 40% 5% / 0 0 15% 20%;
   padding:0 1em 0.1em 0.2em;
   font-size:110%;
   font-weight:bold;
   transform: rotate(-5deg);
}
*/
.memox::after{
   content:'';
   position:absolute;
   left:50%;
   top:-15px;
   margin-left:-75px;
   width:150px;
   height:30px;
   background:rgba(245,245,245,0.7);
   box-shadow:1px 1px 4px rgba(0,0,0,0.2);
   transform: rotate(-4deg);
}
.memox ol{
   margin:1em 0.5em 0 2em;
   padding:0 0 0 0;
}
.memox ol li{
   margin-bottom:0.5em;
}

.memox ul.nodot{
   list-style:none;
}
ol.maru_number{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.maru_number li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.maru_number li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #f3cbd0;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}
/*
.thirstylink {
    color: #00a381;
    font-size: 1.1em;
    position: relative;
    display: inline-block;
}
*/
.linkbutton a{
  position: relative;
  display: inline-block;
  width: 80%;
  padding: .9em 4em;
  background-color: #a8d8b9;
  border: 2px solid #a8d8b9;
  color: #fff ;
  text-align: center;
  text-decoration: none ;
  transition: all .3s;
}
.linkbutton::after a{
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.linkbutton:hover a{
  background-color: #fff;
  color: #a8d8b9;
}
.post-contents .linkbutton01:hover::after a{
  border-left-color: #a8d8b9;
}
/* カスタムリスト 番号付きリスト */
.c-list1{
    counter-reset:number;
    margin:2em 0;
    position: relative;
    padding: 2.0em 3.0em;
    border-top: solid 2px #f3cbd0;;
    border-bottom: solid 2px #f3cbd0;;
}
.c-list1:before, .c-list1:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f3cbd0;
}
.c-list-asterisk {
  padding: 0em;
  position: relative;
}
.c-list-asterisk li {
  line-height: 1.5;
  padding: 0.5em 0.5em;
  list-style-type: none!important;
}

.c-list-asterisk li:before {
  font-family: FontAwesome;
  content: "\f069\00a0";/*アイコンの種類 + "スペース"*/
  color: #f3cbd0;/*アイコン色*/
  /* left: 1em; 左端からのアイコンまでの距離*/
}
/* 投稿ページの頭 日次表示 */
.title-date {
    font-family: 'Great Vibes', cursive;
    border:double;
    text-align:center;
    width:100px;
    height:100px;
    padding:5px 0;
    background-color:#FFF;
    color:#000;
}

.title-date-day {
    display: inline-block;
    height:40px;
    width:80px;
    font-size:50px;
    line-height:35px;
    overflow:hidden;
    border-bottom: 1px solid black;
    padding: 5px 10px 0px 0px; /* 内容と線との間隔量 */
}

.title-date-month {
  display:block;
  height:20px;
  overflow:hidden;
  font-size:20px;
  line-height:14px;
  padding-top: 5px;
}

.title-date-year {
  display:block;
  height:20px;
  overflow:hidden;
  font-size:20px;
  line-height:14px;
  padding-top: 3px;
}

.title-text {
  display:block;
  overflow:hidden;
  font-family:hannari;
  padding-left:10px;
}
.entry-title {
  display:table;
  table-layout:auto;
  border-collapse: separate; /* セルの間隔を空ける */
  border-spacing: 5px 0; /* 左右 上下で記述 */
  padding-left:0px;
}

.title-box {
  display:table-cell;
  vertical-align:middle;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

